commit: b7c90993c194e2c458e5eaabd2a7dd24f8fb0966
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo
<DOT> org>
AuthorDate: Thu Mar 27 03:07:49 2014 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Thu Mar 27 03:07:49 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/releng.git;a=commit;h=b7c90993
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 <AT>
gentoo.org>
---
scripts/copy_buildsync.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/scripts/copy_buildsync.sh b/scripts/copy_buildsync.sh
index 39f7e19..45eddb2 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