[Git][qa/jenkins.debian.net][master] 2 commits: reproducible Debian: given jspricke/jochensp user access to o5
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sat Nov 16 13:54:16 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
3d4c9e81 by Holger Levsen at 2024-11-16T14:54:10+01:00
reproducible Debian: given jspricke/jochensp user access to o5
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
0e1c87a0 by Holger Levsen at 2024-11-16T14:54:10+01:00
reproducibe Debian: rebuilder-worker.conf for o5
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
3 changed files:
- + authorized_keys/jsprickep at debian.org.pub
- + hosts/osuosl5-amd64/opt/etc/rebuilderd-worker.conf
- update_jdn.sh
Changes:
=====================================
authorized_keys/jsprickep at debian.org.pub
=====================================
@@ -0,0 +1 @@
+ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICWbn/0KJRP8bXa9l85430NY3E3GgbAqXZR+rfSVZd2R
=====================================
hosts/osuosl5-amd64/opt/etc/rebuilderd-worker.conf
=====================================
@@ -0,0 +1,33 @@
+## The rebuilderd to connect to
+endpoint = "http://127.0.0.1:8484"
+## The server would either allowlist our key or require a signup secret
+#signup_secret = "your_signup_key"
+
+[build]
+#timeout = 86400 # 24 hours
+## Set a maximum build log limit in bytes (default: none).
+## When reaching this limit the log is truncated but the rebuilder backend is *not* terminated.
+max_bytes = 10485760 # 10 MiB
+## By default build output is forwarded to stdout/stderr.
+## This can be disabled by settings this to true.
+#silent = true
+
+[diffoscope]
+## Generate and attach diffs with diffoscope when rebuilding
+enabled = false
+## Pass additional arguments to diffoscope. Use wisely, some options might not work well.
+#args = ["--max-container-depth", "2", "--fuzzy-threshold", "0"]
+## Set a timeout in seconds after which diffoscope is terminated (default: 3600)
+#timeout = 600 # 10 minutes
+## Set a maximum diffoscope output limit in bytes (default: none).
+## When reaching this limit, diffoscope is terminated and the output is truncated.
+max_bytes = 41943040 # 40 MiB
+
+[backend."archlinux"]
+path = "/usr/libexec/rebuilderd/rebuilder-archlinux.sh"
+
+[backend."debian"]
+path = "/opt/usr/libexec/rebuilderd/rebuilder-debian.sh"
+
+[backend."tails"]
+path = "/usr/libexec/rebuilderd/rebuilder-tails.sh"
=====================================
update_jdn.sh
=====================================
@@ -120,10 +120,12 @@ user_host_groups['jbglaw','jenkins']="jenkins"
user_host_groups['josch','osuosl4-amd64']="$sudo_groups"
user_host_groups['dkg','osuosl4-amd64']=""
user_host_groups['bremner','ionos7-amd64']="$sudo_groups"
+user_host_groups['jspricke','osuosl5-amd64']=""
u_shell['mattia']='/bin/zsh'
u_shell['lynxis']='/usr/bin/fish'
+u_shell['jspricke']='/usr/bin/fish'
# get the users out of the user_host_groups array's index
users=$(for i in ${!user_host_groups[@]}; do echo ${i%,*} ; done | sort -u)
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/b1da67ccacfac9a5e606a4dd4d76995d2ceb45d6...0e1c87a0750abf7a2451f974ff1d43aea9de2ba9
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/b1da67ccacfac9a5e606a4dd4d76995d2ceb45d6...0e1c87a0750abf7a2451f974ff1d43aea9de2ba9
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20241116/fa0f5737/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list