Added --git-dir to git handlers
This commit is contained in:
parent
e64a48c7b5
commit
fafbef5118
1 changed files with 2 additions and 2 deletions
|
|
@ -120,8 +120,8 @@ then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
$TEST git checkout $DISTRO
|
$TEST git --git-dir=$WD/.git checkout $DISTRO
|
||||||
$TEST git merge master
|
$TEST git --git-dir=$WD/.git merge master
|
||||||
echo Upgrading $current at $DISTRO with ${UPSTREAM}_$upstream 1>&2
|
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
|
||||||
echo Running makepackage $package $DISTRO at $(date) $LOGS/$DISTRO-$package-$(date +%Y%m%d).log 1>&2
|
echo Running makepackage $package $DISTRO at $(date) $LOGS/$DISTRO-$package-$(date +%Y%m%d).log 1>&2
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue