public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/binhost:master commit in: builders/milou/
Date: Thu, 29 Feb 2024 11:29:12 +0000 (UTC)	[thread overview]
Message-ID: <1709206135.1cc6bee3495b17e64c1711d4e8decbdeb5a4a856.dilfridge@gentoo> (raw)

commit:     1cc6bee3495b17e64c1711d4e8decbdeb5a4a856
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 29 11:26:05 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Feb 29 11:28:55 2024 +0000
URL:        https://gitweb.gentoo.org/proj/binhost.git/commit/?id=1cc6bee3

Enable amd64 23.0 builders

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

 builders/milou/binhost-update | 39 +++++++++++++++++++++++++++++++++++++--
 builders/milou/fstab.inc      | 18 ++++++++++++++++++
 2 files changed, 55 insertions(+), 2 deletions(-)

diff --git a/builders/milou/binhost-update b/builders/milou/binhost-update
index f4710bd..f792c93 100755
--- a/builders/milou/binhost-update
+++ b/builders/milou/binhost-update
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-BINHOST_NAME=amd64/17.1/x86-64
+BINHOST_NAME=amd64/xx.x/x86-64
 _BINHOST_NAME=$(echo ${BINHOST_NAME}|sed -e 's:/:_:g')
 
 TMPFILE="/root/.tmp-binhost-${_BINHOST_NAME}-update-$(date +%s)"
@@ -9,7 +9,40 @@ LOCKFILE="/root/.tmp-binhost-${_BINHOST_NAME}-lock"
 EMAIL_FROM=binhost@milou.amd64.dev.gentoo.org
 EMAIL_TO=gentoo-binhost-autobuilds@lists.gentoo.org
 
-NSPAWN_NAMES="binhost-amd64-x86-64-kde binhost-amd64-x86-64-gnome binhost-amd64-x86-64-openrc binhost-amd64-x86-64-server binhost-amd64-x86-64-v3-kde binhost-amd64-x86-64-v3-gnome binhost-amd64-x86-64-v3-openrc binhost-amd64-x86-64-v3-server"
+NSPAWNS_x8664_17="
+	binhost-amd64-x86-64-kde
+	binhost-amd64-x86-64-gnome
+	binhost-amd64-x86-64-openrc
+	binhost-amd64-x86-64-server
+"
+
+NSPAWNS_x8664v3_17="
+	binhost-amd64-x86-64-v3-kde
+	binhost-amd64-x86-64-v3-gnome
+	binhost-amd64-x86-64-v3-openrc
+	binhost-amd64-x86-64-v3-server
+"
+
+NSPAWNS_x8664_23="
+	binhost-amd64-x86-64-kde-23
+	binhost-amd64-x86-64-gnome-23
+	binhost-amd64-x86-64-openrc-23
+	binhost-amd64-x86-64-server-23
+"
+
+NSPAWNS_x8664v3_23="
+	binhost-amd64-x86-64-v3-kde-23
+	binhost-amd64-x86-64-v3-gnome-23
+	binhost-amd64-x86-64-v3-openrc-23
+	binhost-amd64-x86-64-v3-server-23
+"
+
+NSPAWN_NAMES="
+	${NSPAWNS_x8664_17}
+	${NSPAWNS_x8664v3_17}
+	${NSPAWNS_x8664_23}
+	${NSPAWNS_x8664v3_23}
+"
 
 UPLOAD_USER=amd64
 UPLOAD_KEY=/root/.ssh/id_ed25519
@@ -109,6 +142,8 @@ done
 
 upsync_binpackages /var/lib/machines/binhost-amd64-x86-64-kde/var/cache/binpkgs amd64/17.1/x86-64 &>> ${TMPFILE}
 upsync_binpackages /var/lib/machines/binhost-amd64-x86-64-v3-kde/var/cache/binpkgs amd64/17.1/x86-64-v3 &>> ${TMPFILE}
+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}
 
 
 if [[ ${anyfail} -gt 0 ]] ; then

diff --git a/builders/milou/fstab.inc b/builders/milou/fstab.inc
new file mode 100644
index 0000000..9961208
--- /dev/null
+++ b/builders/milou/fstab.inc
@@ -0,0 +1,18 @@
+# for the binhosts, mount package dirs together (per abi)
+
+/var/lib/machines/binhost-amd64-x86-64-kde/var/cache/binpkgs /var/lib/machines/binhost-amd64-x86-64-gnome/var/cache/binpkgs bind bind 0 0
+/var/lib/machines/binhost-amd64-x86-64-kde/var/cache/binpkgs /var/lib/machines/binhost-amd64-x86-64-server/var/cache/binpkgs bind bind 0 0
+/var/lib/machines/binhost-amd64-x86-64-kde/var/cache/binpkgs /var/lib/machines/binhost-amd64-x86-64-openrc/var/cache/binpkgs bind bind 0 0
+
+/var/lib/machines/binhost-amd64-x86-64-v3-kde/var/cache/binpkgs /var/lib/machines/binhost-amd64-x86-64-v3-gnome/var/cache/binpkgs bind bind 0 0
+/var/lib/machines/binhost-amd64-x86-64-v3-kde/var/cache/binpkgs /var/lib/machines/binhost-amd64-x86-64-v3-server/var/cache/binpkgs bind bind 0 0
+/var/lib/machines/binhost-amd64-x86-64-v3-kde/var/cache/binpkgs /var/lib/machines/binhost-amd64-x86-64-v3-openrc/var/cache/binpkgs bind bind 0 0
+
+/var/lib/machines/binhost-amd64-x86-64-kde-23/var/cache/binpkgs /var/lib/machines/binhost-amd64-x86-64-gnome-23/var/cache/binpkgs bind bind 0 0
+/var/lib/machines/binhost-amd64-x86-64-kde-23/var/cache/binpkgs /var/lib/machines/binhost-amd64-x86-64-server-23/var/cache/binpkgs bind bind 0 0
+/var/lib/machines/binhost-amd64-x86-64-kde-23/var/cache/binpkgs /var/lib/machines/binhost-amd64-x86-64-openrc-23/var/cache/binpkgs bind bind 0 0
+
+/var/lib/machines/binhost-amd64-x86-64-v3-kde-23/var/cache/binpkgs /var/lib/machines/binhost-amd64-x86-64-v3-gnome-23/var/cache/binpkgs bind bind 0 0
+/var/lib/machines/binhost-amd64-x86-64-v3-kde-23/var/cache/binpkgs /var/lib/machines/binhost-amd64-x86-64-v3-server-23/var/cache/binpkgs bind bind 0 0
+/var/lib/machines/binhost-amd64-x86-64-v3-kde-23/var/cache/binpkgs /var/lib/machines/binhost-amd64-x86-64-v3-openrc-23/var/cache/binpkgs bind bind 0 0
+


             reply	other threads:[~2024-02-29 11:29 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-29 11:29 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-07  4:47 [gentoo-commits] proj/binhost:master commit in: builders/milou/ Eli Schwartz
2025-05-04  6:29 Eli Schwartz
2025-05-02  6:22 Eli Schwartz
2024-09-13 16:47 Eli Schwartz
2024-09-13 12:44 Andreas K. Hüttel
2024-09-13 12:38 Andreas K. Hüttel
2024-09-13  1:43 Eli Schwartz
2024-02-07 12:53 Andreas K. Hüttel
2024-02-07 12:37 Andreas K. Hüttel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1709206135.1cc6bee3495b17e64c1711d4e8decbdeb5a4a856.dilfridge@gentoo \
    --to=dilfridge@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox