summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorbiao716.wang <biao716.wang@samsung.com>2022-11-04 19:42:35 +0900
committerbiao716.wang <biao716.wang@samsung.com>2022-11-04 19:42:35 +0900
commit68178a92e93ee052246fbdb323fea5da71552ad4 (patch)
treefd40c8a2f3c94446b63bd70e9b33c11b5de714d1 /examples
parent1e5da010ab8cb514b495eb7c1d3afce6baec7f4d (diff)
downloadgit-buildpackage-68178a92e93ee052246fbdb323fea5da71552ad4.tar.gz
git-buildpackage-68178a92e93ee052246fbdb323fea5da71552ad4.tar.bz2
git-buildpackage-68178a92e93ee052246fbdb323fea5da71552ad4.zip
Update version to 0.9.26
Change-Id: Ia8544cf4844df1f9e1df7723ad7d6522a5a04ec1 Signed-off-by: biao716.wang <biao716.wang@samsung.com>
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/gbp-add-patch2
-rwxr-xr-xexamples/gbp-posttag-push2
-rwxr-xr-xexamples/zeitgeist-git.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/examples/gbp-add-patch b/examples/gbp-add-patch
index 8ecb1d1e..5da1b02f 100755
--- a/examples/gbp-add-patch
+++ b/examples/gbp-add-patch
@@ -1,4 +1,4 @@
-#!/usr/bin/python -u
+#!/usr/bin/python3 -u
# vim: set fileencoding=utf-8 :
#
# (C) 2010 Guido Guenther <agx@sigxcpu.org>
diff --git a/examples/gbp-posttag-push b/examples/gbp-posttag-push
index 76235ad6..d5c90f9d 100755
--- a/examples/gbp-posttag-push
+++ b/examples/gbp-posttag-push
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# vim: set fileencoding=utf-8 :
#
# (C) 2009,2012 Guido Guenther <agx@sigxcpu.org>
diff --git a/examples/zeitgeist-git.py b/examples/zeitgeist-git.py
index 92f72d87..578f5041 100755
--- a/examples/zeitgeist-git.py
+++ b/examples/zeitgeist-git.py
@@ -1,4 +1,4 @@
-#! /usr/bin/python
+#! /usr/bin/python3
# vim: set fileencoding=utf-8 :
#
# (C) 2010 Guido Guenther <agx@sigxcpu.org>