This is an automated email from the git hooks/post-receive script. mattia pushed a commit to branch master in repository devscripts.
commit 6cf839c44f64977272e24b46752304fd87ceeb44 Author: Mattia Rizzolo <[email protected]> Date: Thu Aug 31 13:58:30 2017 +0200 reproducible-check: use a URL for the reproducible status containing /debian/ trying to be less "debiany" in the tests.reproducible-builds.org url scheme, currently one redirects to the other, but most probably in the feature the one without /debian/ will wither out. Signed-off-by: Mattia Rizzolo <[email protected]> --- scripts/reproducible-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/reproducible-check b/scripts/reproducible-check index 518214c..f089b1e 100755 --- a/scripts/reproducible-check +++ b/scripts/reproducible-check @@ -37,7 +37,7 @@ class ReproducibleCheck(object): NAME = os.path.basename(__file__) CACHE = os.path.join(xdg_cache_home, NAME, 'reproducible.json.bz') VERSION = 1 - STATUS_URL = 'https://tests.reproducible-builds.org/reproducible.json.bz2' + STATUS_URL = 'https://tests.reproducible-builds.org/debian/reproducible.json.bz2' @classmethod def parse(cls): -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
