[DRE-commits] [SCM] pkg-ruby-extras.git branch, master, updated. 5289e8d2493e273d761836e34c377a36c54d5dc4

Antonio Terceiro terceiro at debian.org
Sun Apr 29 14:29:45 UTC 2012


The following commit has been merged in the master branch:
commit c7cd670c6abf89e590e35e05fe8c4ea8ac084e59
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sun Apr 29 11:21:03 2012 -0300

    Use gbp-pull instead of plain git pull

diff --git a/quick-update b/quick-update
index a636837..ef27ab8 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 || echo "\033[1;31;40mE: failed pulling $package\033[m")
+    (cd $package && gbp-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