commit: 72657190b2166ba49132e193d46349a31fa1f732
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 7 20:52:57 2023 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Aug 7 20:52:57 2023 +0000
URL: https://gitweb.gentoo.org/proj/binhost.git/commit/?id=72657190
Fix path in nspawns
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
builders/demeter/binhost-update | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/builders/demeter/binhost-update b/builders/demeter/binhost-update
index b9c2892..f86a189 100755
--- a/builders/demeter/binhost-update
+++ b/builders/demeter/binhost-update
@@ -44,7 +44,7 @@ echo Starting run at $(date -u) > ${TMPFILE}
for n in ${NSPAWN_NAMES} ; do
echo Machine ${n} &>> ${TMPFILE}
echo &>> ${TMPFILE}
- cd /var/lib/machines/${n}/root/binhost &>> ${TMPFILE}
+ cd /var/lib/machines/${n}/etc/binhost &>> ${TMPFILE}
git pull -q &>> ${TMPFILE}
cd /root &>> ${TMPFILE}
systemd-nspawn -M ${n} /root/bin/run-update &>> ${TMPFILE}