diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-01-10 15:54:35 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-01-11 00:39:20 +0000 |
commit | f1b2112464b6430ad05b0d465f48d7a3c58bc305 (patch) | |
tree | 61835504c475efe4828618464af721a006dfcc74 /bin | |
parent | 6e2c7330140d2d1a366a86faacd7e12f34e5e328 (diff) | |
download | jenkins.debian.net-f1b2112464b6430ad05b0d465f48d7a3c58bc305.tar.xz |
reproducible: common forgot a slash in ISSUES_URI...
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_common.py | 2 |
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' |