[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] reproducible Debian: update for security-tracker moved to salsa
Holger Levsen
gitlab at salsa.debian.org
Mon Jun 11 18:17:03 BST 2018
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
91409447 by Holger Levsen at 2018-06-11T17:16:51+00:00
reproducible Debian: update for security-tracker moved to salsa
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/reproducible_create_meta_pkg_sets.sh
Changes:
=====================================
bin/reproducible_create_meta_pkg_sets.sh
=====================================
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -232,8 +232,11 @@ update_pkg_set_specific() {
;;
had_a_DSA)
# packages which had a DSA
- svn export svn://svn.debian.org/svn/secure-testing/data/DSA/list ${TMPFILE2}
+ DSA=$(mktemp --tmpdir=$TEMPDIR pkg-sets-XXXXXXXXX -u)
+ git clone --depth 1 https://salsa.debian.org:security-tracker-team/security-tracker $DSA
+ cp $DSA/data/DSA/list ${TMPFILE2}
grep "^\[" ${TMPFILE2} | grep "DSA-" | cut -d " " -f5 > $TMPFILE
+ rm $DSA -r
;;
cii-census)
# packages from the cii-census
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/9140944748476357fa082ff4b1eccbac97d10b09
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/commit/9140944748476357fa082ff4b1eccbac97d10b09
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/20180611/4a853116/attachment.html>
More information about the Qa-jenkins-scm
mailing list