[DRE-commits] [SCM] pkg-ruby-extras.git branch, master, updated. 665ff979361c885d794a62abc96438f86e6d935c

Antonio Terceiro terceiro at debian.org
Sun Aug 26 21:25:27 UTC 2012


The following commit has been merged in the master branch:
commit 665ff979361c885d794a62abc96438f86e6d935c
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sun Aug 26 18:25:08 2012 -0300

    pipe the entire package checking step to less

diff --git a/upload b/upload
index ef26607..161c926 100755
--- a/upload
+++ b/upload
@@ -23,7 +23,7 @@ banner() {
 git buildpackage --git-pbuilder
 
 # check
-(
+check_package() {
   banner "Lintian checks"
   lintian -Ii
 
@@ -33,8 +33,9 @@ git buildpackage --git-pbuilder
 
   banner "Overall package contents"
   debc
-) | less -FRSX
+}
 
+check_package | less -FRSX
 
 printf "Proceed with the upload? [y/N] "
 read proceed

-- 
pkg-ruby-extras.git



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