This is an automated email from the git hooks/post-receive script. lamby pushed a commit to branch master in repository devscripts.
commit 01cd13b71ffbd5da1e618fbb32702d51644a0022 Author: Chris Lamb <[email protected]> Date: Fri Sep 15 09:43:08 2017 +0100 scripts/reproducible-check: Match name on remote server. --- scripts/reproducible-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/reproducible-check b/scripts/reproducible-check index b0d67bb..d18acd1 100755 --- a/scripts/reproducible-check +++ b/scripts/reproducible-check @@ -41,7 +41,7 @@ class ReproducibleCheck(object): """ NAME = os.path.basename(__file__) - CACHE = os.path.join(xdg_cache_home, NAME, 'reproducible.json.bz') + CACHE = os.path.join(xdg_cache_home, NAME, 'reproducible.json.bz2') VERSION = 1 STATUS_URL = 'https://tests.reproducible-builds.org/debian/reproducible.json.bz2' -- 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
