aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2018-01-15 20:17:43 -0500
committerMike Frysinger <vapier@gentoo.org>2018-01-15 20:17:43 -0500
commita8e70e197696b8feee4dd8aa2c785770113bb5c3 (patch)
tree68e64d019f9adea2a3ed2906e7e0a873e9a3d1e5 /tools/catalyst-auto-alpha.conf
parentcatalyst-auto: move container logic into a func too (diff)
downloadreleng-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.conf3
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