catalyst-auto: move git update into main script

All of our config files are doing this already, so move it into the
common code.
This commit is contained in:
Mike Frysinger 2018-01-15 20:17:43 -05:00
parent 04b56eaab3
commit a8e70e1976
20 changed files with 29 additions and 61 deletions

View file

@ -24,9 +24,6 @@ give_latest_from_dates() {
pre_build() {
cd ${REPO_DIR}
git pull
# Symlink the latest stages3 to build from
for d in ${BUILD_SRCDIR_BASE}/builds/default ; do
pushd $d >/dev/null