aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-02 21:44:17 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2021-07-02 21:44:51 +0200
commitfc700b0e620f7f85e3ef928a1f6383e61a32ff88 (patch)
tree4e34f17239d68cd3f1bf0adf2a655c401e6eef7e
parentx86: copy catalyst-auto config for demeter, move i486 there only so far (diff)
downloadreleng-fc700b0e.tar.gz
releng-fc700b0e.tar.bz2
releng-fc700b0e.zip
x86: Fix tarball path in c-auto conf
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--tools/catalyst-auto-x86-demeter.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/catalyst-auto-x86-demeter.conf b/tools/catalyst-auto-x86-demeter.conf
index 522ccc26..ab0fc7b6 100644
--- a/tools/catalyst-auto-x86-demeter.conf
+++ b/tools/catalyst-auto-x86-demeter.conf
@@ -24,7 +24,7 @@ EXTENSIONS="@(.tar.xz|.tar.bz2|.tar.gz|.tar|.sfs)"
update_symlinks() {
# Symlink the latest stages3 to build from
- for d in ${BUILD_SRCDIR_BASE}/{default,hardened} ; do
+ for d in ${BUILD_SRCDIR_BASE}/builds/default ; do
pushd "${d}" >/dev/null || exit
shopt -s extglob
for f in $(ls stage3*${EXTENSIONS} | grep -v latest | give_latest_from_dates ) ; do
@@ -47,7 +47,7 @@ update_symlinks() {
post_build() {
local set=$1 spec=$2
- pushd "${BUILD_SRCDIR_BASE}"/default >/dev/null || exit
+ pushd ${BUILD_SRCDIR_BASE}/builds/default >/dev/null || exit
UPLOAD_DEST=${BUILD_DESTDIR_BASE}
case ${spec} in
i486/stage3-openrc.spec)