commit: 15f71253a5c7da0f31efd9cff42b8ef26d11c581
Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 27 14:55:44 2024 +0000
Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Tue Aug 27 15:06:36 2024 +0000
URL: https://gitweb.gentoo.org/proj/binhost.git/commit/?id=15f71253
copy last log into binpackages cache for availability
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>
builders/jiji/binhost-update | 1 +
builders/milou/binhost-update | 1 +
2 files changed, 2 insertions(+)
diff --git a/builders/jiji/binhost-update b/builders/jiji/binhost-update
index 9d5b63d..4bb41e1 100755
--- a/builders/jiji/binhost-update
+++ b/builders/jiji/binhost-update
@@ -106,6 +106,7 @@ for n in ${NSPAWN_NAMES} ; do
let "anyfail+=$?"
done
+cp ${TMPFILE}
/var/lib/machines/binhost-arm64-kde-23/var/cache/binpkgs/last-build.log
upsync_binpackages /var/lib/machines/binhost-arm64-kde-23/var/cache/binpkgs
arm64/23.0/arm64 &>> ${TMPFILE}
if [[ ${anyfail} -gt 0 ]] ; then
diff --git a/builders/milou/binhost-update b/builders/milou/binhost-update
index 3bd6b29..28669e2 100755
--- a/builders/milou/binhost-update
+++ b/builders/milou/binhost-update
@@ -124,6 +124,7 @@ for n in ${NSPAWN_NAMES} ; do
done
+cp ${TMPFILE}
/var/lib/machines/binhost-amd64-x86-64-kde-23/var/cache/binpkgs/last-build.log
upsync_binpackages
/var/lib/machines/binhost-amd64-x86-64-kde-23/var/cache/binpkgs
amd64/23.0/x86-64 &>> ${TMPFILE}
upsync_binpackages
/var/lib/machines/binhost-amd64-x86-64-v3-kde-23/var/cache/binpkgs
amd64/23.0/x86-64-v3 &>> ${TMPFILE}