Enable the build functionality
svn path=/trunk/; revision=570
This commit is contained in:
parent
85eeacd8cd
commit
10dbf767ff
3 changed files with 11 additions and 17 deletions
|
@ -2,6 +2,10 @@
|
||||||
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
|
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
|
||||||
# $Id$
|
# $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,
|
04 Sep 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst-auto,
|
||||||
catalyst-auto.conf:
|
catalyst-auto.conf:
|
||||||
Remove globbing support as it can't guarantee ordering
|
Remove globbing support as it can't guarantee ordering
|
||||||
|
|
|
@ -37,10 +37,9 @@ run_cmd() {
|
||||||
|
|
||||||
if [ $verbose = 1 ]; then
|
if [ $verbose = 1 ]; then
|
||||||
echo "*** Running command: ${cmd}"
|
echo "*** Running command: ${cmd}"
|
||||||
# ${cmd} 2>&1 | tee ${logfile}
|
${cmd} 2>&1 | tee ${logfile}
|
||||||
else
|
else
|
||||||
# ${cmd} &> ${logfile}
|
${cmd} &> ${logfile}
|
||||||
a=1
|
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -78,15 +77,6 @@ fi
|
||||||
|
|
||||||
source ${config_file}
|
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}
|
TMPDIR=/tmp/catalyst-auto.${PID}
|
||||||
DATESTAMP=$(date +%Y%m%d)
|
DATESTAMP=$(date +%Y%m%d)
|
||||||
|
|
||||||
|
|
|
@ -3,13 +3,13 @@
|
||||||
|
|
||||||
SPECS_DIR=/release/svn-releng/trunk/releases/2008.0/specs/amd64
|
SPECS_DIR=/release/svn-releng/trunk/releases/2008.0/specs/amd64
|
||||||
SPECS="stage1.spec stage2.spec stage3.spec"
|
SPECS="stage1.spec stage2.spec stage3.spec"
|
||||||
SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
|
#SPECS="${SPECS} installcd-stage1.spec installcd-stage2-minimal.spec"
|
||||||
SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
|
#SPECS="${SPECS} stage2-desktop.spec stage3-desktop.spec"
|
||||||
SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"
|
#SPECS="${SPECS} livecd-stage1.spec livecd-stage2.spec"
|
||||||
|
|
||||||
#EMAIL_TO=releng@gentoo.org
|
#EMAIL_TO=releng@gentoo.org
|
||||||
EMAIL_TO=andrew@gentoo.org
|
EMAIL_TO=andrew@gentoo.org
|
||||||
EMAIL_FROM=catalyst@poseidon.amd64.dev.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
|
||||||
|
|
Loading…
Add table
Reference in a new issue