aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2015-09-06 18:41:48 +0200
committerGuido Günther <agx@sigxcpu.org>2015-09-06 18:51:41 +0200
commit7630523d0f4aaab4067f04cadad0ee29d751650c (patch)
tree8936440847978330919d5837b1e13d93540c0197 /examples
parentcf69c463fbbfd31e2be0430219694ed401206119 (diff)
Update jenkins-scratchbuilder
to not use "git-" but "gbp "
Diffstat (limited to 'examples')
-rwxr-xr-x[-rw-r--r--]examples/jenkins-scratchbuilder4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/jenkins-scratchbuilder b/examples/jenkins-scratchbuilder
index 0f439a5c..83823e70 100644..100755
--- a/examples/jenkins-scratchbuilder
+++ b/examples/jenkins-scratchbuilder
@@ -33,9 +33,9 @@ git clean -dfx
git checkout -f debian/changelog
# Create a monitonically increasing changelog by including the build number
-git-dch -S -a --ignore-branch --snapshot-number=${BUILD_NUMBER}
+gbp dch -S -a --ignore-branch --snapshot-number=${BUILD_NUMBER}
# Build the package
[ -z ARCH ] || GBP_OPTS="$GBP_OPTS --git-arch=$ARCH"
[ -z DIST ] || GBP_OPTS="$GBP_OPTS --git-dist=$DIST"
-git-buildpackage ${GBP_OPTS} --git-ignore-branch --git-pbuilder --git-cleaner=/bin/true --git-ignore-new --git-pristine-tar -b
+gbp buildpackage ${GBP_OPTS} --git-ignore-branch --git-pbuilder --git-cleaner=/bin/true --git-ignore-new --git-pristine-tar -b