Added extra git handlers
This commit is contained in:
parent
602a65e821
commit
e64a48c7b5
1 changed files with 2 additions and 1 deletions
|
|
@ -120,10 +120,11 @@ then
|
|||
continue
|
||||
fi
|
||||
|
||||
$TEST git checkout $DISTRO
|
||||
$TEST 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
|
||||
git checkout $DISTRO
|
||||
$TEST sh $WD/makepackage $package $DISTRO > $LOGS/$DISTRO-$package-$(date +%Y%m%d).log && echo -n Done! || echo -n FAILED!
|
||||
echo " ($(date))"
|
||||
echo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue