# # [Issue knyc-431](https://bitbucket.org/autonomy/knyc.acr.lab/issue/431) # set -e set -x echo "Started: " $(date) source /etc/portion.env source /etc/profile.d/runtime-context.sh echo $RUNTIME_CONTEXT echo $PYTHONPATH export PATH=$PATH:/opt/bbthyme/current/bin export TERM=xterm # Clone bbconfig pushd /home/eroboto/hgdev/org.bitbucket/autonomy rm -rf ginger-1.22 sudo -u eroboto hg clone -r 1.22.2 ssh://hg@bitbucket.org/autonomy/ginger-1.22 cd ginger-1.22 make opt-bbginger popd ls -l /opt/bbginger echo "Finished: " $(date)