[Git][qa/jenkins.debian.net][master] 2 commits: reproduce.debian.net: rebuilder-debian.sh as used on o5 for the last weeks
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sun Nov 24 14:07:26 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
d6717eb7 by Holger Levsen at 2024-11-24T15:05:34+01:00
reproduce.debian.net: rebuilder-debian.sh as used on o5 for the last weeks
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
4d4b2053 by Holger Levsen at 2024-11-24T15:07:08+01:00
reproduce.debian.net: fix dscverify, thanks jochensp
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- + hosts/osuosl5-amd64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
Changes:
=====================================
hosts/osuosl5-amd64/opt/usr/libexec/rebuilderd/rebuilder-debian.sh
=====================================
@@ -0,0 +1,11 @@
+#!/bin/sh
+set -xe
+cd "$(dirname "$1")"
+
+mkdir -p etc/apt
+mkdir -p var/lib/apt/lists/
+echo 'deb-src [signed-by=/usr/share/keyrings/debian-archive-keyring.gpg] https://deb.debian.org/debian unstable main' > etc/apt/sources.list
+apt-get -o Dir=. update
+apt-get -o Dir=. source --download-only "$(basename "$1" | cut -d_ -f1)"
+
+/usr/bin/debrebuild --buildresult="${REBUILDERD_OUTDIR}" --builder=sbuild+unshare --cache=/srv/rebuilderd/cache -- "${1}"
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/8a3d5b093932d18c72867d6beebe040ca5bb7509...4d4b2053888052fe0bd531859c01847ec2831c26
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/compare/8a3d5b093932d18c72867d6beebe040ca5bb7509...4d4b2053888052fe0bd531859c01847ec2831c26
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/20241124/040bc1b0/attachment.htm>
More information about the Qa-jenkins-scm
mailing list