summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_packages.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-20 00:59:30 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-20 00:59:30 +0200
commit7fc24193ff28a9874823e80ca4201de2140e9775 (patch)
tree6ca64b911c11cc35d01b1fcba505640573e9c355 /bin/reproducible_html_packages.py
parentab40d33f3aec54e2c61d6fcecc42fa893c862acc (diff)
downloadjenkins.debian.net-7fc24193ff28a9874823e80ca4201de2140e9775.tar.xz
reproducible: fix various typos
Diffstat (limited to 'bin/reproducible_html_packages.py')
-rwxr-xr-xbin/reproducible_html_packages.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py
index b98053a9..9fb90de4 100755
--- a/bin/reproducible_html_packages.py
+++ b/bin/reproducible_html_packages.py
@@ -219,7 +219,7 @@ 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':
+ if arch == 'armhf' and suite != 'unstable':
continue
status = package.get_status(suite, arch)
version = package.get_tested_version(suite, arch)
@@ -274,7 +274,7 @@ 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':
+ if arch == 'armhf' and suite != 'unstable':
continue
log.info('Removing old pages from ' + suite + '/' + arch + '.')
try: