[Git][qa/jenkins.debian.net][master] fixup: reproduce.debian.net: switch to reproduce trixie
Holger Levsen (@holger)
gitlab at salsa.debian.org
Tue Dec 3 00:33:38 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
82dc485b by Holger Levsen at 2024-12-03T01:33:29+01:00
fixup: reproduce.debian.net: switch to reproduce trixie
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- + hosts/osuosl5-amd64/opt/etc/rebuilderd-sync.conf
Changes:
=====================================
hosts/osuosl5-amd64/opt/etc/rebuilderd-sync.conf
=====================================
@@ -0,0 +1,53 @@
+## rebuild all of archlinux core
+[profile."archlinux-core"]
+distro = "archlinux"
+suite = "core"
+architectures = ["x86_64"]
+source = "https://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch"
+
+## rebuild community packages of specific maintainers, or allow-list packages by name.
+## If no filter is set, all packages are imported, if both filters are set the package only
+## has to match one of them to be included.
+#[profile."archlinux-community"]
+#distro = "archlinux"
+#suite = "community"
+#architectures = ["x86_64"]
+#source = "https://ftp.halifax.rwth-aachen.de/archlinux/$repo/os/$arch"
+#maintainers = ["somebody"]
+#pkgs = ["some-pkg", "python-*"]
+#excludes = ["tensorflow*"]
+
+[profile."debian-main"]
+distro = "debian"
+suite = "main"
+architectures = ["amd64"]
+#releases = ["buster", "sid"]
+releases = ["trixie"]
+source = "http://deb.debian.org/debian"
+
+[profile."debian-anarchism"]
+distro = "debian"
+suite = "main"
+architectures = ["amd64"]
+releases = ["sid"]
+pkgs = ["anarchism"]
+source = "http://deb.debian.org/debian"
+
+# a set of packages to test certain edge-cases
+[profile."debian-misc"]
+distro = "debian"
+suite = "main"
+architectures = ["amd64"]
+releases = ["sid"]
+pkgs = ["anarchism", "binutils-arm-none-eabi", "libglib2.0-bin", "libglib2.0-dev", "sniffglue", "librust-sniffglue-dev", "dfrs", "librust-dfrs-dev"]
+source = "http://deb.debian.org/debian"
+
+[profile."tails"]
+distro = "tails"
+suite = "stable"
+source = "https://mirrors.wikimedia.org/tails/"
+
+[profile."tails-alpha"]
+distro = "tails"
+suite = "alpha"
+source = "https://mirrors.wikimedia.org/tails/"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/82dc485b13f9f18a57ea07d8e9e7bcc2ce168434
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/82dc485b13f9f18a57ea07d8e9e7bcc2ce168434
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/20241203/cc6790df/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list