summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_common.py
diff options
context:
space:
mode:
authorMattia Rizzolo <mattia@mapreri.org>2015-01-10 15:54:35 +0100
committerHolger Levsen <holger@layer-acht.org>2015-01-11 00:39:20 +0000
commitf1b2112464b6430ad05b0d465f48d7a3c58bc305 (patch)
tree61835504c475efe4828618464af721a006dfcc74 /bin/reproducible_common.py
parent6e2c7330140d2d1a366a86faacd7e12f34e5e328 (diff)
downloadjenkins.debian.net-f1b2112464b6430ad05b0d465f48d7a3c58bc305.tar.xz
reproducible: common forgot a slash in ISSUES_URI...
Diffstat (limited to 'bin/reproducible_common.py')
-rwxr-xr-xbin/reproducible_common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_common.py b/bin/reproducible_common.py
index 205203fd..9be98bb9 100755
--- a/bin/reproducible_common.py
+++ b/bin/reproducible_common.py
@@ -27,7 +27,7 @@ REPRODUCIBLE_JSON = BASE + '/reproducible.json'
DBD_URI = '/dbd'
NOTES_URI = '/notes'
-ISSUES_URI = 'issues'
+ISSUES_URI = '/issues'
RB_PKG_URI = '/rb-pkg'
RBUILD_URI = '/rbuild'
BUILDINFO_URI = '/buildinfo'