[DRE-commits] [SCM] pkg-ruby-extras.git branch, master, updated. 383bf6224e23d1578c9a61f83198776b6bc5b093

Antonio Terceiro terceiro at debian.org
Tue Jan 29 15:20:08 UTC 2013


The following commit has been merged in the master branch:
commit 383bf6224e23d1578c9a61f83198776b6bc5b093
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Jan 29 12:19:45 2013 -0300

    more visible warning

diff --git a/upload b/upload
index 70efbf7..57b34e6 100755
--- a/upload
+++ b/upload
@@ -21,7 +21,9 @@ banner() {
 
 warning() {
   msg="$@"
-  printf "\033[0;31;40mWARNING: ${msg}\033[m\n"
+  printf "\n"
+  printf "\033[0;37;41mWARNING: ${msg}\033[m\n"
+  printf "\n"
 }
 
 # build
@@ -34,9 +36,7 @@ check_package() {
 
   banner "Lintian checks"
   if ! lintian -Ii; then
-    echo
     warning "Lintian reported ERRORS in the package!"
-    echo
   fi
 
   banner "Rubygems integration"

-- 
pkg-ruby-extras.git



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