[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: some more unstable/armhf special casing
Holger Levsen
holger at moszumanska.debian.org
Sat Sep 19 19:20:46 UTC 2015
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 ab40d33f3aec54e2c61d6fcecc42fa893c862acc
Author: Holger Levsen <holger at layer-acht.org>
Date: Sat Sep 19 21:20:34 2015 +0200
reproducible: some more unstable/armhf special casing
---
bin/reproducible_html_packages.py | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index adfa5c6..b98053a 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -219,6 +219,8 @@ def gen_packages_html(packages, no_clean=False):
pkg = package.name
for suite in SUITES:
for arch in ARCHS:
+ if arch = 'armhf' and suite != 'unstable':
+ continue
status = package.get_status(suite, arch)
version = package.get_tested_version(suite, arch)
build_date = package.get_build_date(suite, arch)
@@ -272,6 +274,8 @@ def gen_all_rb_pkg_pages(no_clean=False):
def purge_old_pages():
for suite in SUITES:
for arch in ARCHS:
+ if arch = 'armhf' and suite != 'unstable':
+ continue
log.info('Removing old pages from ' + suite + '/' + arch + '.')
try:
presents = sorted(os.listdir(RB_PKG_PATH + '/' + suite + '/' +
--
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