[DRE-commits] [gem2deb] 03/03: Rakefile: s/git-buildpackage/gbp buildpackage/

Antonio Terceiro terceiro at moszumanska.debian.org
Sun May 17 02:16:58 UTC 2015


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

terceiro pushed a commit to branch master
in repository gem2deb.

commit 2ee8521cd94191718a29a01a0d0ce5ae6d3b1bfa
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sat May 16 23:09:41 2015 -0300

    Rakefile: s/git-buildpackage/gbp buildpackage/
---
 Rakefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Rakefile b/Rakefile
index a61cce6..9016e1e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -43,7 +43,7 @@ task 'snapshot:build' do
   sh "sed -i '1 s/)/~git#{date})/' debian/changelog"
   sh 'git commit -a -m snapshot-' + date
   sh 'git branch snapshot-' + date
-  sh 'DEB_BUILD_OPTIONS=nocheck git-buildpackage --git-ignore-branch -us -uc'
+  sh 'DEB_BUILD_OPTIONS=nocheck gbp buildpackage --git-ignore-branch -us -uc'
 end
 
 desc 'Build and install a git snapshot'
@@ -80,8 +80,8 @@ namespace :release do
     ENV['VERSION_CHECK_FATAL'] = 'yes'
     Rake::Task['version_check'].invoke
 
-    sh 'git buildpackage --git-builder=sbuild'
-    sh 'git buildpackage --git-tag-only'
+    sh 'gbp buildpackage --git-builder=sbuild'
+    sh 'gbp buildpackage --git-tag-only'
     sh 'debsign'
     sh 'git push --all'
     sh 'git push --tags'

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



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