[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: fix typo
Holger Levsen
holger at layer-acht.org
Tue Nov 8 21:44:52 UTC 2016
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 9d47eb8444dadfaf52742e741a5d64585a287425
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Nov 8 22:44:48 2016 +0100
reproducible Debian: fix typo
---
bin/reproducible_create_meta_pkg_sets.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bin/reproducible_create_meta_pkg_sets.sh b/bin/reproducible_create_meta_pkg_sets.sh
index dcce760..181c634 100755
--- a/bin/reproducible_create_meta_pkg_sets.sh
+++ b/bin/reproducible_create_meta_pkg_sets.sh
@@ -347,8 +347,8 @@ update_pkg_set_specific() {
curl $URL > $TMPFILE
if ! grep '404 Not Found' $TMPFILE ; then
echo "parsing $TMPFILE now..."
- tails_build_manifest_to_deb824 "$TMPFILE" "$PACKAGES"
- convert_from_deb824_into_source_packages_only
+ tails_build_manifest_to_deb822 "$TMPFILE" "$PACKAGES"
+ convert_from_deb822_into_source_packages_only
else
MESSAGE="Warning: could not download tail's latest packages file(s), skipping tails pkg set..."
irc_message debian-reproducible $MESSAGE
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list