summaryrefslogtreecommitdiff
path: root/stages
diff options
context:
space:
mode:
Diffstat (limited to 'stages')
-rwxr-xr-xstages/build-stages8
1 files changed, 4 insertions, 4 deletions
diff --git a/stages/build-stages b/stages/build-stages
index 95d5cd9..737eb06 100755
--- a/stages/build-stages
+++ b/stages/build-stages
@@ -69,7 +69,7 @@ stage_name=${arch}-${version}
: ${stage3_subsource:=${type}/stage2-${stage_name}}
# setup all the path variables
-cdir=$(source /etc/catalyst/catalyst.conf; echo ${storedir:-/var/tmp/catalyst})
+cdir=$(source /etc/catalyst2/catalyst2.conf; echo ${storedir:-/var/tmp/catalyst2})
tmpdir=${cdir}/tmp
snapdir=${cdir}/snapshots
builddir=${cdir}/builds
@@ -110,10 +110,10 @@ build_stage() {
# we need a seed stage
[ ! -f ${builddir}/${subsource}.tar.bz2 ] && die "subsource ${builddir}/${subsource}.tar.bz2 does not exist"
- # Now run catalyst and gather stats about the build
+ # Now run catalyst2 and gather stats about the build
/usr/bin/time -v \
--output=${stagefile}.stats \
- catalyst -C \
+ catalyst2 -C \
subarch=${arch} \
version_stamp=${version} \
rel_type=${type} \
@@ -121,7 +121,7 @@ build_stage() {
snapshot=${snapshot} \
target=${target} \
source_subpath=${subsource} \
- || die "catalyst failed to build ${target}"
+ || die "catalyst2 failed to build ${target}"
# Generate digest
cd ${stagedir}