[Git][qa/jenkins.debian.net][master] rdn: various rebuilderd.confs: fix commented-out section headers.

Holger Levsen (@holger) gitlab at salsa.debian.org
Mon Jan 19 19:11:33 GMT 2026



Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
f8debb50 by Jarl Gullberg at 2026-01-19T20:11:08+01:00
rdn: various rebuilderd.confs: fix commented-out section headers.

(cherry picked from commit aa76e247cd3e925bfd44d73d470e5193fcb492fb)
Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


8 changed files:

- hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-all.conf
- hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-amd64.conf
- hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-arm64.conf
- hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-armel.conf
- hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-armhf.conf
- hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-i386.conf
- hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-ppc64el.conf
- hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-riscv64.conf


Changes:

=====================================
hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-all.conf
=====================================
@@ -12,7 +12,7 @@ bind_addr = "127.0.0.1:8489"
 ## You can set this to a fixed value here. Use `pwgen -1s 32` to generate one.
 ## rebuildctl is searching for this cookie in ~/.config/rebuilderd.conf, /etc/rebuilderd.conf and
 ## /var/lib/rebuilderd/auth-cookie in that order.
-#[auth]
+[auth]
 #cookie = "INSECURE"
 
 ## The auth cookie above is only used for the default endpoint.
@@ -29,7 +29,7 @@ bind_addr = "127.0.0.1:8489"
 ## Use `pwgen -1s 32` to generate one.
 signup_secret = "INSECURE"
 
-#[schedule]
+[schedule]
 ## Configure the delay to automatically retry failed rebuilds in hours. The
 ## default is 24h, this base is multiplied with the number of rebuilds, so the
 ## first retry would happen after 24h, the second retry would happen 48h after the
@@ -37,8 +37,9 @@ signup_secret = "INSECURE"
 ## is no upper limit of retries, if you can't afford frequent retries it's
 ## recommended to set this to a high value like 168 (1 week) or higher.
 ## Successful rebuilds are not retried.
-retry_delay_base = 124800  # 100 years
+#retry_delay_base = 24
 
 ## Configure the maximum number of times an unreproducible package will be retried (0 to N). There is no default upper
 ## limit.
 max_retries = 3
+


=====================================
hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-amd64.conf
=====================================
@@ -12,7 +12,7 @@ bind_addr = "127.0.0.1:8484"
 ## You can set this to a fixed value here. Use `pwgen -1s 32` to generate one.
 ## rebuildctl is searching for this cookie in ~/.config/rebuilderd.conf, /etc/rebuilderd.conf and
 ## /var/lib/rebuilderd/auth-cookie in that order.
-#[auth]
+[auth]
 #cookie = "INSECURE"
 
 ## The auth cookie above is only used for the default endpoint.
@@ -29,7 +29,7 @@ bind_addr = "127.0.0.1:8484"
 ## Use `pwgen -1s 32` to generate one.
 signup_secret = "INSECURE"
 
-#[schedule]
+[schedule]
 ## Configure the delay to automatically retry failed rebuilds in hours. The
 ## default is 24h, this base is multiplied with the number of rebuilds, so the
 ## first retry would happen after 24h, the second retry would happen 48h after the
@@ -37,8 +37,9 @@ signup_secret = "INSECURE"
 ## is no upper limit of retries, if you can't afford frequent retries it's
 ## recommended to set this to a high value like 168 (1 week) or higher.
 ## Successful rebuilds are not retried.
-retry_delay_base = 124800  # 100 years
+#retry_delay_base = 24
 
 ## Configure the maximum number of times an unreproducible package will be retried (0 to N). There is no default upper
 ## limit.
 max_retries = 3
+


=====================================
hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-arm64.conf
=====================================
@@ -12,7 +12,7 @@ bind_addr = "127.0.0.1:8486"
 ## You can set this to a fixed value here. Use `pwgen -1s 32` to generate one.
 ## rebuildctl is searching for this cookie in ~/.config/rebuilderd.conf, /etc/rebuilderd.conf and
 ## /var/lib/rebuilderd/auth-cookie in that order.
-#[auth]
+[auth]
 #cookie = "INSECURE"
 
 ## The auth cookie above is only used for the default endpoint.
@@ -29,7 +29,7 @@ bind_addr = "127.0.0.1:8486"
 ## Use `pwgen -1s 32` to generate one.
 signup_secret = "INSECURE"
 
-#[schedule]
+[schedule]
 ## Configure the delay to automatically retry failed rebuilds in hours. The
 ## default is 24h, this base is multiplied with the number of rebuilds, so the
 ## first retry would happen after 24h, the second retry would happen 48h after the
@@ -37,7 +37,7 @@ signup_secret = "INSECURE"
 ## is no upper limit of retries, if you can't afford frequent retries it's
 ## recommended to set this to a high value like 168 (1 week) or higher.
 ## Successful rebuilds are not retried.
-retry_delay_base = 124800  # 100 years
+#retry_delay_base = 24
 
 ## Configure the maximum number of times an unreproducible package will be retried (0 to N). There is no default upper
 ## limit.


=====================================
hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-armel.conf
=====================================
@@ -12,7 +12,7 @@ bind_addr = "127.0.0.1:8491"
 ## You can set this to a fixed value here. Use `pwgen -1s 32` to generate one.
 ## rebuildctl is searching for this cookie in ~/.config/rebuilderd.conf, /etc/rebuilderd.conf and
 ## /var/lib/rebuilderd/auth-cookie in that order.
-#[auth]
+[auth]
 #cookie = "INSECURE"
 
 ## The auth cookie above is only used for the default endpoint.
@@ -29,7 +29,7 @@ bind_addr = "127.0.0.1:8491"
 ## Use `pwgen -1s 32` to generate one.
 signup_secret = "INSECURE"
 
-#[schedule]
+[schedule]
 ## Configure the delay to automatically retry failed rebuilds in hours. The
 ## default is 24h, this base is multiplied with the number of rebuilds, so the
 ## first retry would happen after 24h, the second retry would happen 48h after the
@@ -37,8 +37,9 @@ signup_secret = "INSECURE"
 ## is no upper limit of retries, if you can't afford frequent retries it's
 ## recommended to set this to a high value like 168 (1 week) or higher.
 ## Successful rebuilds are not retried.
-retry_delay_base = 124800  # 100 years
+#retry_delay_base = 24
 
 ## Configure the maximum number of times an unreproducible package will be retried (0 to N). There is no default upper
 ## limit.
 max_retries = 3
+


=====================================
hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-armhf.conf
=====================================
@@ -12,7 +12,7 @@ bind_addr = "127.0.0.1:8487"
 ## You can set this to a fixed value here. Use `pwgen -1s 32` to generate one.
 ## rebuildctl is searching for this cookie in ~/.config/rebuilderd.conf, /etc/rebuilderd.conf and
 ## /var/lib/rebuilderd/auth-cookie in that order.
-#[auth]
+[auth]
 #cookie = "INSECURE"
 
 ## The auth cookie above is only used for the default endpoint.
@@ -29,7 +29,7 @@ bind_addr = "127.0.0.1:8487"
 ## Use `pwgen -1s 32` to generate one.
 signup_secret = "INSECURE"
 
-#[schedule]
+[schedule]
 ## Configure the delay to automatically retry failed rebuilds in hours. The
 ## default is 24h, this base is multiplied with the number of rebuilds, so the
 ## first retry would happen after 24h, the second retry would happen 48h after the
@@ -37,8 +37,9 @@ signup_secret = "INSECURE"
 ## is no upper limit of retries, if you can't afford frequent retries it's
 ## recommended to set this to a high value like 168 (1 week) or higher.
 ## Successful rebuilds are not retried.
-retry_delay_base = 124800  # 100 years
+#retry_delay_base = 24
 
 ## Configure the maximum number of times an unreproducible package will be retried (0 to N). There is no default upper
 ## limit.
 max_retries = 3
+


=====================================
hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-i386.conf
=====================================
@@ -12,7 +12,7 @@ bind_addr = "127.0.0.1:8485"
 ## You can set this to a fixed value here. Use `pwgen -1s 32` to generate one.
 ## rebuildctl is searching for this cookie in ~/.config/rebuilderd.conf, /etc/rebuilderd.conf and
 ## /var/lib/rebuilderd/auth-cookie in that order.
-#[auth]
+[auth]
 #cookie = "INSECURE"
 
 ## The auth cookie above is only used for the default endpoint.
@@ -29,7 +29,7 @@ bind_addr = "127.0.0.1:8485"
 ## Use `pwgen -1s 32` to generate one.
 signup_secret = "INSECURE"
 
-#[schedule]
+[schedule]
 ## Configure the delay to automatically retry failed rebuilds in hours. The
 ## default is 24h, this base is multiplied with the number of rebuilds, so the
 ## first retry would happen after 24h, the second retry would happen 48h after the
@@ -37,8 +37,9 @@ signup_secret = "INSECURE"
 ## is no upper limit of retries, if you can't afford frequent retries it's
 ## recommended to set this to a high value like 168 (1 week) or higher.
 ## Successful rebuilds are not retried.
-retry_delay_base = 124800  # 100 years
+#retry_delay_base = 24
 
 ## Configure the maximum number of times an unreproducible package will be retried (0 to N). There is no default upper
 ## limit.
 max_retries = 3
+


=====================================
hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-ppc64el.conf
=====================================
@@ -12,7 +12,7 @@ bind_addr = "127.0.0.1:8490"
 ## You can set this to a fixed value here. Use `pwgen -1s 32` to generate one.
 ## rebuildctl is searching for this cookie in ~/.config/rebuilderd.conf, /etc/rebuilderd.conf and
 ## /var/lib/rebuilderd/auth-cookie in that order.
-#[auth]
+[auth]
 #cookie = "INSECURE"
 
 ## The auth cookie above is only used for the default endpoint.
@@ -29,7 +29,7 @@ bind_addr = "127.0.0.1:8490"
 ## Use `pwgen -1s 32` to generate one.
 signup_secret = "INSECURE"
 
-#[schedule]
+[schedule]
 ## Configure the delay to automatically retry failed rebuilds in hours. The
 ## default is 24h, this base is multiplied with the number of rebuilds, so the
 ## first retry would happen after 24h, the second retry would happen 48h after the
@@ -37,8 +37,9 @@ signup_secret = "INSECURE"
 ## is no upper limit of retries, if you can't afford frequent retries it's
 ## recommended to set this to a high value like 168 (1 week) or higher.
 ## Successful rebuilds are not retried.
-retry_delay_base = 124800  # 100 years
+#retry_delay_base = 24
 
 ## Configure the maximum number of times an unreproducible package will be retried (0 to N). There is no default upper
 ## limit.
 max_retries = 3
+


=====================================
hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-riscv64.conf
=====================================
@@ -12,7 +12,7 @@ bind_addr = "127.0.0.1:8488"
 ## You can set this to a fixed value here. Use `pwgen -1s 32` to generate one.
 ## rebuildctl is searching for this cookie in ~/.config/rebuilderd.conf, /etc/rebuilderd.conf and
 ## /var/lib/rebuilderd/auth-cookie in that order.
-#[auth]
+[auth]
 #cookie = "INSECURE"
 
 ## The auth cookie above is only used for the default endpoint.
@@ -29,7 +29,7 @@ bind_addr = "127.0.0.1:8488"
 ## Use `pwgen -1s 32` to generate one.
 signup_secret = "INSECURE"
 
-#[schedule]
+[schedule]
 ## Configure the delay to automatically retry failed rebuilds in hours. The
 ## default is 24h, this base is multiplied with the number of rebuilds, so the
 ## first retry would happen after 24h, the second retry would happen 48h after the
@@ -37,8 +37,9 @@ signup_secret = "INSECURE"
 ## is no upper limit of retries, if you can't afford frequent retries it's
 ## recommended to set this to a high value like 168 (1 week) or higher.
 ## Successful rebuilds are not retried.
-retry_delay_base = 124800  # 100 years
+#retry_delay_base = 24
 
 ## Configure the maximum number of times an unreproducible package will be retried (0 to N). There is no default upper
 ## limit.
 max_retries = 3
+



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/f8debb5026aec44a3ff5d69ecd7072e2aa71713c

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/f8debb5026aec44a3ff5d69ecd7072e2aa71713c
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/20260119/3e55c116/attachment-0001.htm>


More information about the Qa-jenkins-scm mailing list