Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=ac5ee7fe3b35b15b977d42541861fe49f1936473

commit ac5ee7fe3b35b15b977d42541861fe49f1936473
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Thu Jan 7 21:59:13 2010 +0100

repoman upd: update output for git://

(which is the default for some time now)

diff --git a/repoman b/repoman
index 1f7069a..0b74d72 100755
--- a/repoman
+++ b/repoman
@@ -697,7 +697,6 @@ update()
echo ":: Synchronizing source trees..."
for j in ${serve...@]}
do
-                       echo "warning: this operation can take minutes, please 
be patient"
# check if we need to clone or pull
if [ -d $fst_root/$i/.git ]; then
cmd="cd $i && git pull"
@@ -706,12 +705,11 @@ update()
fi
mkdir -p $fst_root
cd $fst_root
-                       echo "$i..."
+                       echo -n "$i: "
eval $cmd
if [ $? != 0 ]; then
echo "failed."
else
-                               echo "done."
break
fi
done
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to