aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@gentoo.org>2024-08-27 10:55:44 -0400
committerEli Schwartz <eschwartz@gentoo.org>2024-08-27 11:06:36 -0400
commit15f71253a5c7da0f31efd9cff42b8ef26d11c581 (patch)
treed3f7fd583261dc53dfe95739788de79adaa8c37e
parentadd ability to suppress specific packages from using LTO (diff)
downloadbinhost-15f71253a5c7da0f31efd9cff42b8ef26d11c581.tar.gz
binhost-15f71253a5c7da0f31efd9cff42b8ef26d11c581.tar.bz2
binhost-15f71253a5c7da0f31efd9cff42b8ef26d11c581.zip
copy last log into binpackages cache for availability
Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
-rwxr-xr-xbuilders/jiji/binhost-update1
-rwxr-xr-xbuilders/milou/binhost-update1
2 files changed, 2 insertions, 0 deletions
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}