diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-09-13 14:37:33 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2024-09-13 14:37:33 +0200 |
commit | 65a152722a538bb861bda66a1ada076adf7863da (patch) | |
tree | 0c491e230b7e1204fa5f1c63af100bfd0d2a71b6 | |
parent | enhanced logging for the base update script (diff) | |
download | binhost-65a152722a538bb861bda66a1ada076adf7863da.tar.gz binhost-65a152722a538bb861bda66a1ada076adf7863da.tar.bz2 binhost-65a152722a538bb861bda66a1ada076adf7863da.zip |
Fix builder identification?
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rwxr-xr-x | builders/milou/binhost-update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builders/milou/binhost-update b/builders/milou/binhost-update index 2f69534..bb95cf3 100755 --- a/builders/milou/binhost-update +++ b/builders/milou/binhost-update @@ -129,7 +129,7 @@ for n in ${NSPAWN_NAMES} ; do ret=$? let "anyfail+=${ret}" if [[ ${ret} = 0 ]]; then - builder=$(readlink ${machinedir}/etc/portage) + builder=$(readlink ${machinedir}/etc/binhost.this)/portage echo "Starting variant builds for ${machinedir}/${builder}..." &>> ${TMPFILE} for variant in ${machinedir}/${builder}/variants/*; do [[ -d ${variant} ]] || break |