summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-08 14:45:28 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-08 14:45:28 +0100
commit56aaa226df68dbf0ca9eec4102ef0762975dc6cc (patch)
tree20e8ed88c30d1d2c3a58c9705239413f8835142d /bin/reproducible_common.py
parent861760d994b1eac4144a3734ca2e362e3f3a483d (diff)
downloadjenkins.debian.net-56aaa226df68dbf0ca9eec4102ef0762975dc6cc.tar.xz
reproducible: simplefy
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index ab9baf73..1b191b5c 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -139,7 +139,6 @@ html_header = Template("""<!DOCTYPE html>
try:
JOB_URL = os.environ['JOB_URL']
except KeyError
- JOB_URL = ''
JOB_FOOTER = ''
else:
JOB_NAME = os.path.basename(JOB_URL[:-1])