[DRE-commits] [gem2deb] 01/01: improve release task

Antonio Terceiro terceiro at moszumanska.debian.org
Fri Feb 6 17:43:40 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 b2ea716038ae1fe2d353e09bb8c9a67fde62a438
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Feb 6 15:42:29 2015 -0200

    improve release task
    
    move the signing steps (`git tag` and `debsign`) together, and rename
    release:sid to release:debian since it can also be used to release to
    any debian distribution, really
---
 Rakefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Rakefile b/Rakefile
index b8e2cc0..d210210 100644
--- a/Rakefile
+++ b/Rakefile
@@ -76,16 +76,16 @@ task :version_check do
 end
 
 namespace :release do
-  desc "Releases to Debian sid (very much tied to terceiro's workflow)"
-  task :sid do
+  desc "Releases to Debian (very much tied to terceiro's workflow)"
+  task :debian do
     ENV['VERSION_CHECK_FATAL'] = 'yes'
     Rake::Task['version_check'].invoke
 
     sh 'git buildpackage --git-builder=sbuild'
     sh 'git buildpackage --git-tag-only'
+    sh 'debsign'
     sh 'git push --all'
     sh 'git push --tags'
-    sh 'debsign'
     sh 'debrelease'
   end
 end

-- 
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