[misc] 01/01: rblib.remote: download reproducible.json from /debian/ instead of /

Mattia Rizzolo mattia at debian.org
Fri Aug 18 08:41:09 UTC 2017


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository misc.

commit 4fe332ff1b952e147ae908c64bcf745a44ef7836
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Fri Aug 18 10:40:29 2017 +0200

    rblib.remote: download reproducible.json from /debian/ instead of /
    
    trying to namespace a bit more…
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 rblib/remote.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rblib/remote.py b/rblib/remote.py
index a879a3f..20cc999 100644
--- a/rblib/remote.py
+++ b/rblib/remote.py
@@ -14,7 +14,7 @@ import requests
 from . import logger
 
 RB_SITE = 'https://tests.reproducible-builds.org'
-REPRODUCIBLE_JSON = '{}/reproducible.json.bz2'.format(RB_SITE)
+REPRODUCIBLE_JSON = '{}/debian/reproducible.json.bz2'.format(RB_SITE)
 JSON_CACHE_FILE = 'reproducible.json'
 # [{package: xxx, suite: sid, version: 0.0.0, status: reproducible}, {...}]
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/misc.git



More information about the Reproducible-commits mailing list