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

commit 3069ba53c2e2e0c52b42fadb62f90e609eed9a65
Author: Miklos Vajna <[EMAIL PROTECTED]>
Date:   Mon Jan 21 04:19:22 2008 +0100

makepkg: typo: we excluded all ssh cache servers accidently
basically we already had a trick to fetch sources from ours mirrors if the
sources are there already, but this typo prevented it to work, now it works
again

diff --git a/scripts/makepkg b/scripts/makepkg
index d113a0a..026ebe5 100755
--- a/scripts/makepkg
+++ b/scripts/makepkg
@@ -857,7 +857,7 @@ fi
eval "serverlist=${TREE}_servers"
if [ "$F_makepkg_scm" = "git" ]; then
_serverlist=`GIT_DIR=$fst_root/${TREE}/.git git config --get remote.origin.url 
2>/dev/null`
-       if echo $_serverlist |grep -q :[^/]; then
+       if [ -n "$_serverlist" ]; then
serverlist=$_serverlist
fi
else
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to