Enable the build functionality

svn path=/trunk/; revision=570
This commit is contained in:
Andrew Gaffney 2008-09-04 02:25:34 +00:00
parent 85eeacd8cd
commit 10dbf767ff
3 changed files with 11 additions and 17 deletions

View file

@ -2,6 +2,10 @@
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id$
04 Sep 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto,
catalyst-auto-amd64.conf:
Enable the build functionality
04 Sep 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto,
catalyst-auto.conf:
Remove globbing support as it can't guarantee ordering

View file

@ -37,10 +37,9 @@ run_cmd() {
if [ $verbose = 1 ]; then
echo "*** Running command: ${cmd}"
# ${cmd} 2>&1 | tee ${logfile}
${cmd} 2>&1 | tee ${logfile}
else
# ${cmd} &> ${logfile}
a=1
${cmd} &> ${logfile}
fi
}
@ -78,15 +77,6 @@ fi
source ${config_file}
#if [ -z "${snapshot}" ]; then
# snapshot=`date +%Y%m%d`
# run_cmd "catalyst -c ${config} -s '${snapshot}'" "/tmp/catalyst_build_snapshot.${PID}.log"
# if [ $? != 0 ]; then
# send_email "Catalyst build error - snapshot" "$(</tmp/catalyst_build_snapshot.${PID}.log)"
# exit 1
# fi
#fi
TMPDIR=/tmp/catalyst-auto.${PID}
DATESTAMP=$(date +%Y%m%d)

View file

@ -3,13 +3,13 @@
SPECS_DIR=/release/svn-releng/trunk/releases/2008.0/specs/amd64
SPECS="stage1.spec stage2.spec stage3.spec"
SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"
#SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
#SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
#SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"
#EMAIL_TO=releng@gentoo.org
EMAIL_TO=andrew@gentoo.org
EMAIL_FROM=catalyst@poseidon.amd64.dev.gentoo.org
EMAIL_SUBJECT_PREPEND="[amd64] "
EMAIL_SUBJECT_PREPEND="[amd64-auto] "
CATALYST_CONFIG=/etc/catalyst/catalyst.conf
CATALYST_CONFIG=/etc/catalyst/amd64-auto.conf