Only sync stage3 tarballs and s/x86/i486/

svn path=/trunk/; revision=613
This commit is contained in:
Andrew Gaffney 2009-01-23 16:36:46 +00:00
parent 3a3648e9d9
commit 26921879b4
2 changed files with 4 additions and 1 deletions

View file

@ -2,6 +2,9 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Id$
23 Jan 2009; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto-x86.conf:
Only sync stage3 tarballs and s/x86/i486/
02 Jan 2009; Andrew Gaffney <agaffney@gentoo.org>
catalyst-auto-alpha.conf, catalyst-auto-amd64.conf,
catalyst-auto-ia64.conf, catalyst-auto-sparc64.conf,

View file

@ -24,5 +24,5 @@ pre_build() {
post_build() {
cd /release/buildroot/x86-dev/builds/default
mv stage[13]-x86-*${DATESTAMP}*.bz2* stage3-i686-*${DATESTAMP}*.bz2* *${DATESTAMP}*.iso* /home/buildsync/builds/x86/
mv stage3-i[46]86-*${DATESTAMP}*.bz2* *${DATESTAMP}*.iso* /home/buildsync/builds/x86/
}