diff options
author | Mike Frysinger <vapier@gentoo.org> | 2018-01-15 20:17:43 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2018-01-15 20:17:43 -0500 |
commit | a8e70e197696b8feee4dd8aa2c785770113bb5c3 (patch) | |
tree | 68e64d019f9adea2a3ed2906e7e0a873e9a3d1e5 /tools/catalyst-auto-alpha.conf | |
parent | catalyst-auto: move container logic into a func too (diff) | |
download | releng-a8e70e197696b8feee4dd8aa2c785770113bb5c3.tar.gz releng-a8e70e197696b8feee4dd8aa2c785770113bb5c3.tar.bz2 releng-a8e70e197696b8feee4dd8aa2c785770113bb5c3.zip |
catalyst-auto: move git update into main script
All of our config files are doing this already, so move it into the
common code.
Diffstat (limited to 'tools/catalyst-auto-alpha.conf')
-rw-r--r-- | tools/catalyst-auto-alpha.conf | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/catalyst-auto-alpha.conf b/tools/catalyst-auto-alpha.conf index 8edbaf5d..f72747ab 100644 --- a/tools/catalyst-auto-alpha.conf +++ b/tools/catalyst-auto-alpha.conf @@ -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 |