[Git][qa/jenkins.debian.net][master] rdn: add all other suites to all other archs
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Sep 25 09:15:00 BST 2025
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
514bd64b by Holger Levsen at 2025-09-25T10:14:48+02:00
rdn: add all other suites to all other archs
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
7 changed files:
- hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-sync-all.conf
- hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-sync-amd64.conf
- hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-sync-armel.conf
- hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-sync-armhf.conf
- hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-sync-i386.conf
- hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-sync-ppc64el.conf
- hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-sync-riscv64.conf
Changes:
=====================================
hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-sync-all.conf
=====================================
@@ -1,9 +1,15 @@
[profile."debian-main"]
distro = "debian"
-suite = "main"
+components = [ "main", "non-free-firmware" ]
architectures = ["all"]
-#releases = ["buster", "sid"]
-releases = ["trixie"]
+releases = ["trixie", "trixie-backports", "trixie-proposed-updates", "trixie-updates", "forky", "unstable", "experimental"]
source = "http://deb.debian.org/debian"
#excludes = ["tensorflow*"]
-#pkgs = ["anarchism"]
+
+[profile."debian-security"]
+distro = "debian"
+components = [ "main", "non-free-firmware" ]
+architectures = ["all"]
+releases = ["trixie-security"]
+source = "http://security.debian.org/"
+
=====================================
hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-sync-amd64.conf
=====================================
@@ -1,9 +1,15 @@
[profile."debian-main"]
distro = "debian"
-suite = "main"
+components = [ "main", "non-free-firmware" ]
architectures = ["amd64"]
-#releases = ["buster", "sid"]
-releases = ["trixie"]
+releases = ["trixie", "trixie-backports", "trixie-proposed-updates", "trixie-updates", "forky", "unstable", "experimental"]
source = "http://deb.debian.org/debian"
#excludes = ["tensorflow*"]
-#pkgs = ["anarchism"]
+
+[profile."debian-security"]
+distro = "debian"
+components = [ "main", "non-free-firmware" ]
+architectures = ["amd64"]
+releases = ["trixie-security"]
+source = "http://security.debian.org/"
+
=====================================
hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-sync-armel.conf
=====================================
@@ -1,9 +1,15 @@
[profile."debian-main"]
distro = "debian"
-suite = "main"
+components = [ "main", "non-free-firmware" ]
architectures = ["armel"]
-#releases = ["buster", "sid"]
-releases = ["trixie"]
+releases = ["trixie", "trixie-backports", "trixie-proposed-updates", "trixie-updates", "forky", "unstable", "experimental"]
source = "http://deb.debian.org/debian"
#excludes = ["tensorflow*"]
-#pkgs = ["anarchism"]
+
+[profile."debian-security"]
+distro = "debian"
+components = [ "main", "non-free-firmware" ]
+architectures = ["armel"]
+releases = ["trixie-security"]
+source = "http://security.debian.org/"
+
=====================================
hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-sync-armhf.conf
=====================================
@@ -1,9 +1,15 @@
[profile."debian-main"]
distro = "debian"
-suite = "main"
+components = [ "main", "non-free-firmware" ]
architectures = ["armhf"]
-#releases = ["buster", "sid"]
-releases = ["trixie"]
+releases = ["trixie", "trixie-backports", "trixie-proposed-updates", "trixie-updates", "forky", "unstable", "experimental"]
source = "http://deb.debian.org/debian"
#excludes = ["tensorflow*"]
-#pkgs = ["anarchism"]
+
+[profile."debian-security"]
+distro = "debian"
+components = [ "main", "non-free-firmware" ]
+architectures = ["armhf"]
+releases = ["trixie-security"]
+source = "http://security.debian.org/"
+
=====================================
hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-sync-i386.conf
=====================================
@@ -1,7 +1,15 @@
[profile."debian-main"]
distro = "debian"
-suite = "main"
+components = [ "main", "non-free-firmware" ]
architectures = ["i386"]
-releases = ["trixie"]
-#releases = ["trixie", "sid"]
+releases = ["trixie", "trixie-backports", "trixie-proposed-updates", "trixie-updates", "forky", "unstable", "experimental"]
source = "http://deb.debian.org/debian"
+#excludes = ["tensorflow*"]
+
+[profile."debian-security"]
+distro = "debian"
+components = [ "main", "non-free-firmware" ]
+architectures = ["i386"]
+releases = ["trixie-security"]
+source = "http://security.debian.org/"
+
=====================================
hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-sync-ppc64el.conf
=====================================
@@ -1,9 +1,15 @@
[profile."debian-main"]
distro = "debian"
-suite = "main"
+components = [ "main", "non-free-firmware" ]
architectures = ["ppc64el"]
-#releases = ["buster", "sid"]
-releases = ["trixie"]
+releases = ["trixie", "trixie-backports", "trixie-proposed-updates", "trixie-updates", "forky", "unstable", "experimental"]
source = "http://deb.debian.org/debian"
#excludes = ["tensorflow*"]
-#pkgs = ["anarchism"]
+
+[profile."debian-security"]
+distro = "debian"
+components = [ "main", "non-free-firmware" ]
+architectures = ["ppc64el"]
+releases = ["trixie-security"]
+source = "http://security.debian.org/"
+
=====================================
hosts/osuosl5-amd64/etc/rebuilderd/rebuilderd-sync-riscv64.conf
=====================================
@@ -1,9 +1,15 @@
[profile."debian-main"]
distro = "debian"
-suite = "main"
+components = [ "main", "non-free-firmware" ]
architectures = ["riscv64"]
-#releases = ["buster", "sid"]
-releases = ["trixie"]
+releases = ["trixie", "trixie-backports", "trixie-proposed-updates", "trixie-updates", "forky", "unstable", "experimental"]
source = "http://deb.debian.org/debian"
#excludes = ["tensorflow*"]
-#pkgs = ["anarchism"]
+
+[profile."debian-security"]
+distro = "debian"
+components = [ "main", "non-free-firmware" ]
+architectures = ["riscv64"]
+releases = ["trixie-security"]
+source = "http://security.debian.org/"
+
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/514bd64bea141eaa2ce12882406eb72fe8cf1c32
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/514bd64bea141eaa2ce12882406eb72fe8cf1c32
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/20250925/abe89fa5/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list