Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=84f650860d450fa82bfb7cb4cf71484d81ba7143
commit 84f650860d450fa82bfb7cb4cf71484d81ba7143 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Fri Jan 4 02:53:16 2008 +0100 repoman: use git clean -f instead of git clean when using push -c diff --git a/repoman b/repoman index 3432096..0e8e3e9 100755 --- a/repoman +++ b/repoman @@ -442,7 +442,7 @@ sync() dry_run changelog $groups/$pkgname if [ "$1" == "-c" ]; then if [ "$F_makepkg_scm" = "git" ]; then - git clean -x -d + git clean -x -d -f else rm -rvf *-$arch.fpm rm -vf *.log.bz2 _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
