[DRE-commits] [SCM] pkg-ruby-extras.git branch, master, updated. 692446dd9673b24c5c9285d96c74971fddc8b9ff

Antonio Terceiro terceiro at debian.org
Fri Mar 2 20:41:07 UTC 2012


The following commit has been merged in the master branch:
commit 8c7a5f7b8f94eba7b9acae3a85dfb0f4011e7ad1
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Fri Mar 2 17:38:32 2012 -0300

    Don't abort if one `git pull` call fails

diff --git a/quick-update b/quick-update
index 84297a6..a636837 100755
--- a/quick-update
+++ b/quick-update
@@ -32,7 +32,7 @@ done
 if [ -e .pull.list ]; then
   for package in $(cat .pull.list); do
     echo "I: Updating $package ..."
-    (cd $package && git pull)
+    (cd $package && git pull || echo "\033[1;31;40mE: failed pulling $package\033[m")
   done
 fi
 

-- 
pkg-ruby-extras.git



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