[Git][qa/jenkins.debian.net][master] fixup/document: reproduce.debian.net: fix dscverify, thanks jochensp
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sun Nov 24 22:21:46 GMT 2024
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
598e9b75 by Holger Levsen at 2024-11-24T23:21:28+01:00
fixup/document: reproduce.debian.net: fix dscverify, thanks jochensp
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- hosts/osuosl5-amd64/var/www/html/rebuilderd-setup.html
Changes:
=====================================
hosts/osuosl5-amd64/var/www/html/rebuilderd-setup.html
=====================================
@@ -62,6 +62,11 @@ sudo vi /opt/usr/libexec/rebuilderd/rebuilder-debian.sh
#!/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/-/commit/598e9b7533050c6edf8424f5dcbeb81f6f8c478d
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/598e9b7533050c6edf8424f5dcbeb81f6f8c478d
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/0c962a47/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list