Added --git-dir to git handlers

This commit is contained in:
Rubén Rodríguez 2012-10-14 23:19:36 +02:00
parent e64a48c7b5
commit fafbef5118

View file

@ -120,8 +120,8 @@ then
continue
fi
$TEST git checkout $DISTRO
$TEST git merge master
$TEST git --git-dir=$WD/.git checkout $DISTRO
$TEST git --git-dir=$WD/.git merge master
echo Upgrading $current at $DISTRO with ${UPSTREAM}_$upstream 1>&2
echo Running makepackage $package $DISTRO at $(date) $LOGS/$DISTRO-$package-$(date +%Y%m%d).log
echo Running makepackage $package $DISTRO at $(date) $LOGS/$DISTRO-$package-$(date +%Y%m%d).log 1>&2