[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] 2 commits: reproducible: Correct Tails' build manifest URL.

Holger Levsen gitlab at salsa.debian.org
Wed Dec 5 13:18:03 GMT 2018


Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net


Commits:
174c85b9 by Chris Lamb at 2018-12-05T13:17:34Z
reproducible: Correct Tails' build manifest URL.

This was causing:

  Warning: could not download tail's latest packages file(s), skipping tails pkg set...

... to appear on IRC.

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -
709fd655 by Chris Lamb at 2018-12-05T13:17:51Z
reproducible: Add missing DBDJSON_PATH import.

See, for example: https://jenkins.debian.net/job/reproducible_html_breakages/2488/console

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


2 changed files:

- bin/reproducible_create_meta_pkg_sets.sh
- bin/reproducible_html_breakages.py


Changes:

=====================================
bin/reproducible_create_meta_pkg_sets.sh
=====================================
@@ -376,7 +376,7 @@ update_pkg_set_specific() {
 			fi
 			;;
 		tails)	# tails
-			URL="https://nightly.tails.boum.org/build_Tails_ISO_devel/lastSuccessful/archive/latest.iso.build-manifest"
+			URL="https://nightly.tails.boum.org/build_Tails_ISO_devel/lastSuccessful/archive/latest.build-manifest"
 			echo "Downloading $URL now."
 			curl $URL > $TMPFILE
 			if ! grep '404 Not Found' $TMPFILE ; then


=====================================
bin/reproducible_html_breakages.py
=====================================
@@ -25,7 +25,7 @@ from rblib.utils import bcolors, create_temp_file, strip_epoch
 from rblib.const import (
     BIN_PATH,
     DISTRO_BASE, DISTRO_URL,
-    HISTORY_PATH, RB_PKG_PATH, DBD_PATH, DBDTXT_PATH,
+    HISTORY_PATH, RB_PKG_PATH, DBD_PATH, DBDTXT_PATH, DBDJSON_PATH,
     BUILDINFO_PATH, LOGS_PATH, DIFFS_PATH, RBUILD_PATH,
 )
 



View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/6d65ae64b9d70185fff5a9a5946d0d0f8178bbcc...709fd65506d56c20bc433896d63e3ff5cba06ea6

-- 
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/compare/6d65ae64b9d70185fff5a9a5946d0d0f8178bbcc...709fd65506d56c20bc433896d63e3ff5cba06ea6
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/20181205/2bc11842/attachment.html>


More information about the Qa-jenkins-scm mailing list