[DRE-commits] [pkg-ruby-extras] 01/01: Use gbp prefix instead of git for git-buildpackage commands

Cédric Boutillier boutil at alioth.debian.org
Tue Oct 8 07:51:46 UTC 2013


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository pkg-ruby-extras.

commit 5a13a41ad9b6262ac61587ff22ad87d46b31a107
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Oct 8 09:49:32 2013 +0200

    Use gbp prefix instead of git for git-buildpackage commands
    
    git buildpackage does not read gbp.conf configuration files.
---
 upload |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/upload b/upload
index 64b2c0a..e3f279b 100755
--- a/upload
+++ b/upload
@@ -33,7 +33,7 @@ warning() {
 }
 
 # build
-git buildpackage --git-pbuilder
+gbp buildpackage --git-pbuilder
 
 # check
 check_package() {
@@ -65,7 +65,7 @@ if [ "$proceed" != 'y' ] && [ "$proceed" != 'Y' ]; then
 fi
 
 # tag
-git buildpackage --git-tag-only
+gbp buildpackage --git-tag-only
 
 # push
 git push --all

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/pkg-ruby-extras.git



More information about the Pkg-ruby-extras-commits mailing list