Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-tools.git;a=commitdiff;h=067fca8036f66c54fbb3db8364b61352d8829e80
commit 067fca8036f66c54fbb3db8364b61352d8829e80 Author: Miklos Vajna <[email protected]> Date: Thu Feb 26 23:43:55 2009 +0100 repoman: remove unused function diff --git a/repoman b/repoman index de58996..39cf24b 100755 --- a/repoman +++ b/repoman @@ -76,15 +76,6 @@ get_root() fi } -_set_lockname() -{ - if [ -z "$F_makepkg_scm" -o "$F_makepkg_scm" = "git" ]; then - lock=".git/lock" - else - lock="_darcs/lock" - fi -} - check_absolute_path() { if [ "${path:0:1}" != "/" ]; then _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
