[DRE-commits] [gem2deb] 04/06: Rakefile: fix snapshot:install

Antonio Terceiro terceiro at moszumanska.debian.org
Wed Jul 15 21:33:25 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 a51e5d0d4fb727c79d8fae236be15cfa83107919
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Wed Jul 15 18:21:10 2015 -0300

    Rakefile: fix snapshot:install
---
 Rakefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/Rakefile b/Rakefile
index 8aa1160..05561bc 100644
--- a/Rakefile
+++ b/Rakefile
@@ -35,9 +35,7 @@ task :install do
   sh "sudo debi"
 end
 
-desc "Builds a git snapshot package"
-task :snapshot => ['snapshot:build', 'snapshot:clean']
-
+desc "Builds and installs a git snapshot package"
 task 'snapshot:install' do
   if !system('git diff-index --quiet HEAD')
     fail "Can't build package; you have uncommitted changes"

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