aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2014-03-27 02:07:49 -0100
committerJorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>2014-03-27 02:07:49 -0100
commitb7c90993c194e2c458e5eaabd2a7dd24f8fb0966 (patch)
treea360b5e27caa37690d3a4d56d11d2e1597413e53 /scripts/copy_buildsync.sh
parenttools-uclibc/portage.mips: mask eudev-1.5.x until <fcntl.h> is resulved (diff)
downloadreleng-b7c90993c194e2c458e5eaabd2a7dd24f8fb0966.tar.gz
releng-b7c90993c194e2c458e5eaabd2a7dd24f8fb0966.tar.bz2
releng-b7c90993c194e2c458e5eaabd2a7dd24f8fb0966.zip
Disable latest-stage3 for amd64 and x86 to avoid confusion for users when some sets fail to build.
Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
Diffstat (limited to 'scripts/copy_buildsync.sh')
-rwxr-xr-xscripts/copy_buildsync.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/copy_buildsync.sh b/scripts/copy_buildsync.sh
index 39f7e193..45eddb28 100755
--- a/scripts/copy_buildsync.sh
+++ b/scripts/copy_buildsync.sh
@@ -80,7 +80,8 @@ for ARCH in $ARCHES; do
rm -f current-stage3
# The "latest stage3" concept doesn't apply to the arm/hppa/s390/sh variants
# that are pushed on different days of the week.
- if [[ ! $(echo ${outdir} | egrep 'arm|hppa|ppc|s390|sh') ]]; then
+ # Disable it for amd64/x86 as well as any failures cause confusion to users
+ if [[ ! $(echo ${outdir} | egrep 'amd64|arm|hppa|ppc|s390|sh|x86') ]]; then
ln -sf "$latest_stage3_date" current-stage3
fi
fi