Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=3fbe490d93146077b5f2d4e132cb05490979daa3
commit 3fbe490d93146077b5f2d4e132cb05490979daa3 Author: VMiklos <[EMAIL PROTECTED]> Date: Thu Sep 13 16:46:43 2007 +0200 repoman: add a hint to the error message in update() closes #2392 diff --git a/repoman b/repoman index 3d949d6..08fe75b 100755 --- a/repoman +++ b/repoman @@ -494,6 +494,7 @@ update() cmd="rsync -azvP $j/_darcs/current/ $i" else echo "This server ($j) does not support git nor darcs." + echo "HINT: if you are upgrading from a previous version of Frugalware, try running 'rm -rf /var/fst/' and 'repoman upd'." continue fi mkdir -p $fst_root _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
