Point to /srv/git/repositories as this is both backward and forward compatible

And adjust the documentation to mkbranch
This commit is contained in:
Pierre-Yves Chibon 2015-12-11 13:44:18 +01:00
parent 705d5df833
commit e5fa3f7374
2 changed files with 3 additions and 4 deletions

View file

@ -10,7 +10,7 @@
# Figure out the environment we're running in
RUNDIR=$(cd $(dirname $0) && pwd)
GITROOT=/srv/git/rpms
GITROOT=/srv/git/repositories
# check if a moron is driving me
if [ ! -d $GITROOT ] ; then
@ -41,9 +41,8 @@ Usage:
The /master suffix on branch names is assumed.
Options:
/master suffix on other branches assumed
-n,--test Don't do nothing, only test
-i,--ignore Ignore erroneous modules
-i,--ignore Ignore erroneous modules
-h,--help This help message
-v,--verbose Increase verbosity
EOF

View file

@ -9,7 +9,7 @@
# Figure out the environment we're running in
GITROOT=/srv/git/rpms
GITROOT=/srv/git/repositories
# check if a moron is driving me
if [ ! -d $GITROOT ] ; then