Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=364af00703c2068c577508c19b07384b8813c490
commit 364af00703c2068c577508c19b07384b8813c490 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Sat Dec 29 01:32:35 2007 +0100 bumppkg: --*push: use dg push -a instead of dg push diff --git a/bumppkg b/bumppkg index 846a747..1e0aa0d 100755 --- a/bumppkg +++ b/bumppkg @@ -123,7 +123,7 @@ do_push() if [ "$1" == "--push" ]; then repoman -t $tree -k push elif [ "$1" == "--silentpush" ]; then - dg push + dg push -a fi } _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
