aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
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