Update copy commands
svn path=/trunk/; revision=638
This commit is contained in:
parent
d9c499178f
commit
894f4b0c3e
3 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
}
|
||||
|
||||
|
|
|
@ -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/
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue