[DRE-commits] [gem2deb] 02/06: Rakefile: don't run tests when building snapshot

Antonio Terceiro terceiro at moszumanska.debian.org
Mon Sep 8 20:33:51 UTC 2014


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

terceiro pushed a commit to branch master
in repository gem2deb.

commit da55c61c9275d8ff8f352ffeea59dd6003cf381e
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Mon Sep 8 14:30:36 2014 -0300

    Rakefile: don't run tests when building snapshot
---
 Rakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Rakefile b/Rakefile
index 66c1045..50b4b9d 100644
--- a/Rakefile
+++ b/Rakefile
@@ -43,7 +43,7 @@ task 'snapshot:build' do
   date = `date --iso=seconds |sed 's/+.*//' |sed 's/[-T:]//g'`.chomp
   sh "sed -i '1 s/)/~git#{date})/' debian/changelog"
   sh 'ls debian/changelog.git'
-  sh 'dpkg-buildpackage -us -uc'
+  sh 'DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -us -uc'
 end
 
 desc 'Build and install a git snapshot'

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