diff --git a/tools/ChangeLog b/tools/ChangeLog index a179f796..b4545f27 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -2,6 +2,10 @@ # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 # $Id$ + 10 May 2009; Andrew Gaffney + catalyst-auto-amd64-hardened.conf, catalyst-auto-x86-hardened.conf: + Update copy commands + 10 May 2009; Andrew Gaffney +catalyst-auto-amd64-hardened.conf, +catalyst-auto-x86-hardened.conf: Add config files for x86/amd64 hardened diff --git a/tools/catalyst-auto-amd64-hardened.conf b/tools/catalyst-auto-amd64-hardened.conf index 1de3063b..508eb021 100644 --- a/tools/catalyst-auto-amd64-hardened.conf +++ b/tools/catalyst-auto-amd64-hardened.conf @@ -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/ } diff --git a/tools/catalyst-auto-x86-hardened.conf b/tools/catalyst-auto-x86-hardened.conf index 5c1c21a4..5b831e57 100644 --- a/tools/catalyst-auto-x86-hardened.conf +++ b/tools/catalyst-auto-x86-hardened.conf @@ -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/ }