Skip to content
Snippets Groups Projects
Commit 61e5c29e authored by chrissi^'s avatar chrissi^
Browse files

autoupdater: move branch and enable from site to command line

This change is the 2nd half of 64c88253a57ad76d1824fb79be173e9371abfa68
in the site-repo.
parent 2d979927
Branches v.2021.x
No related tags found
No related merge requests found
......@@ -64,13 +64,6 @@ if [ -z "${J}" ]; then
J=10
fi
# prepare site.conf from template
if [ -f site/site.conf ]; then
rm site/site.conf
fi
cp site/site.in site/site.conf
sed -i -e "s/AUTOUPDATERBRANCH/$BRANCH/g" site/site.conf
# remove old images to make sure we only upload the new shiny stuff
rm -rf output/images
mkdir -p output
......@@ -136,7 +129,7 @@ do
# Doing the Build
# ###############
make all $BROKEN GLUON_TARGET=$ARCHITECTURE $DEBUG -j${J} GLUON_RELEASE=${RELEASENAME} GLUON_AUTOUPDATER_BRANCH=$BRANCH GLUON_AUTOUPDATER_ENABLED=true GLUON_PRIORITY=$PRIO
make all $BROKEN GLUON_TARGET=$ARCHITECTURE $DEBUG -j${J} GLUON_RELEASE=${RELEASENAME} GLUON_AUTOUPDATER_BRANCH=$BRANCH GLUON_AUTOUPDATER_ENABLED=1 GLUON_PRIORITY=$PRIO
echo \# make all completed >> output/cmd/${ARCHITECTURE}_make
echo Exiting with Code $?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment