diff options
author | biao716.wang <biao716.wang@samsung.com> | 2022-11-04 19:42:35 +0900 |
---|---|---|
committer | biao716.wang <biao716.wang@samsung.com> | 2022-11-04 19:42:35 +0900 |
commit | 68178a92e93ee052246fbdb323fea5da71552ad4 (patch) | |
tree | fd40c8a2f3c94446b63bd70e9b33c11b5de714d1 /examples | |
parent | 1e5da010ab8cb514b495eb7c1d3afce6baec7f4d (diff) | |
download | git-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-x | examples/gbp-add-patch | 2 | ||||
-rwxr-xr-x | examples/gbp-posttag-push | 2 | ||||
-rwxr-xr-x | examples/zeitgeist-git.py | 2 |
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> |