Update copy commands

svn path=/trunk/; revision=638
This commit is contained in:
Andrew Gaffney 2009-05-10 04:36:47 +00:00
parent d9c499178f
commit 894f4b0c3e
3 changed files with 6 additions and 2 deletions

View file

@ -2,6 +2,10 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Id$
10 May 2009; Andrew Gaffney <agaffney@gentoo.org>
catalyst-auto-amd64-hardened.conf, catalyst-auto-x86-hardened.conf:
Update copy commands
10 May 2009; Andrew Gaffney <agaffney@gentoo.org>
+catalyst-auto-amd64-hardened.conf, +catalyst-auto-x86-hardened.conf:
Add config files for x86/amd64 hardened

View file

@ -21,6 +21,6 @@ pre_build() {
post_build() {
cd /release/buildroot/amd64-dev/builds/hardened
mv stage3-*${DATESTAMP}*bz2* *${DATESTAMP}*.iso* /home/buildsync/builds/amd64-hardened/
mv stage3-*${DATESTAMP}*bz2* /home/buildsync/builds/amd64/hardened/
}

View file

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