diff options
author | Eli Schwartz <eschwartz@gentoo.org> | 2024-08-27 10:55:44 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz@gentoo.org> | 2024-08-27 11:06:36 -0400 |
commit | 15f71253a5c7da0f31efd9cff42b8ef26d11c581 (patch) | |
tree | d3f7fd583261dc53dfe95739788de79adaa8c37e /builders/jiji/binhost-update | |
parent | add ability to suppress specific packages from using LTO (diff) | |
download | binhost-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>
Diffstat (limited to 'builders/jiji/binhost-update')
-rwxr-xr-x | builders/jiji/binhost-update | 1 |
1 files changed, 1 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 |