public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/binhost:master commit in: builders/jiji/, builders/milou/
@ 2024-06-01 14:25 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2024-06-01 14:25 UTC (permalink / raw
  To: gentoo-commits

commit:     5206f7179d5968b66225f49064b037fc674d3319
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  1 14:25:24 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jun  1 14:25:24 2024 +0000
URL:        https://gitweb.gentoo.org/proj/binhost.git/commit/?id=5206f717

Stop all 17.0 / 17.1 profile builds

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 builders/jiji/binhost-update  | 2 +-
 builders/milou/binhost-update | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/builders/jiji/binhost-update b/builders/jiji/binhost-update
index 3c7e6bb..531907e 100755
--- a/builders/jiji/binhost-update
+++ b/builders/jiji/binhost-update
@@ -9,7 +9,7 @@ LOCKFILE="/root/.tmp-binhost-${_BINHOST_NAME}-lock"
 EMAIL_FROM=binhost@jiji.arm.dev.gentoo.org
 EMAIL_TO=gentoo-binhost-autobuilds@lists.gentoo.org
 
-NSPAWN_NAMES="binhost-arm64-kde binhost-arm64-gnome binhost-arm64-server binhost-arm64-kde-23 binhost-arm64-gnome-23 binhost-arm64-server-23"
+NSPAWN_NAMES="binhost-arm64-kde-23 binhost-arm64-gnome-23 binhost-arm64-server-23"
 
 UPLOAD_USER=arm64
 UPLOAD_KEY=/root/.ssh/id_ed25519

diff --git a/builders/milou/binhost-update b/builders/milou/binhost-update
index f792c93..cc4f410 100755
--- a/builders/milou/binhost-update
+++ b/builders/milou/binhost-update
@@ -38,8 +38,6 @@ NSPAWNS_x8664v3_23="
 "
 
 NSPAWN_NAMES="
-	${NSPAWNS_x8664_17}
-	${NSPAWNS_x8664v3_17}
 	${NSPAWNS_x8664_23}
 	${NSPAWNS_x8664v3_23}
 "


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/binhost:master commit in: builders/jiji/, builders/milou/
@ 2024-08-27 15:07 Eli Schwartz
  0 siblings, 0 replies; 3+ messages in thread
From: Eli Schwartz @ 2024-08-27 15:07 UTC (permalink / raw
  To: gentoo-commits

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}
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/binhost:master commit in: builders/jiji/, builders/milou/
@ 2024-09-29 20:52 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2024-09-29 20:52 UTC (permalink / raw
  To: gentoo-commits

commit:     1d9d4179e986e784276ad1194b06f02b997b4bca
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 29 20:47:04 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Sep 29 20:52:15 2024 +0000
URL:        https://gitweb.gentoo.org/proj/binhost.git/commit/?id=1d9d4179

builders: compress build log before uploading to paste.gentoo.zip

As requested by Eli.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 builders/jiji/binhost-update  | 2 +-
 builders/milou/binhost-update | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/builders/jiji/binhost-update b/builders/jiji/binhost-update
index f2da664..ee5a395 100755
--- a/builders/jiji/binhost-update
+++ b/builders/jiji/binhost-update
@@ -24,7 +24,7 @@ send_email() {
         local body
 
         if [ -n "${logfile}" ]; then
-                url=$(curl -F "_=@${logfile}" https://paste.gentoo.zip)
+                url=$(xz -c "${logfile}" | curl -F "_=<-" https://paste.gentoo.zip)
                 body=$(printf '%b\n\n\n' "${message}"; tail -n 500 "${logfile}"; printf '\n\n\nFull build log at %s (download: %s)\n' "${logfile}" "${url}")
         else
                 body=${message}

diff --git a/builders/milou/binhost-update b/builders/milou/binhost-update
index e64cd1e..e6306fe 100755
--- a/builders/milou/binhost-update
+++ b/builders/milou/binhost-update
@@ -41,7 +41,7 @@ send_email() {
         local body
 
         if [ -n "${logfile}" ]; then
-                url=$(curl -F "_=@${logfile}" https://paste.gentoo.zip)
+                url=$(xz -c "${logfile}" | curl -F "_=<-" https://paste.gentoo.zip)
                 body=$(printf '%b\n\n\n' "${message}"; tail -n 500 "${logfile}"; printf '\n\n\nFull build log at %s (download: %s)\n' "${logfile}" "${url}")
         else
                 body=${message}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-09-29 20:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-29 20:52 [gentoo-commits] proj/binhost:master commit in: builders/jiji/, builders/milou/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-08-27 15:07 Eli Schwartz
2024-06-01 14:25 Andreas K. Hüttel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox