Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=51a2f589fca006366b04b3aabd269c37836e37f1
commit 51a2f589fca006366b04b3aabd269c37836e37f1 Author: VMiklos <[EMAIL PROTECTED]> Date: Sun Sep 23 00:07:55 2007 +0200 repoman: don't run updatesync for nobuild pkgs $options was not initialized correctly, so it was called. fix this diff --git a/repoman b/repoman index 08fe75b..57f47ce 100755 --- a/repoman +++ b/repoman @@ -228,6 +228,7 @@ changelog() fi _set_lockname ssh $host "`declare -f _check_nobuild`; \ +options=\"[EMAIL PROTECTED]" cd $path; \ if [ ! -e $lock ]; then \ touch $lock; \ _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
