[Reproducible-commits] [misc] 01/03: clean-notes: now reproducible.d.n has a valid ssl cert, do allow verification

Mattia Rizzolo mapreri-guest at moszumanska.debian.org
Thu Feb 12 01:49:04 UTC 2015


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

mapreri-guest pushed a commit to branch master
in repository misc.

commit ccc61d2a916913b2ee2e261b95a2767ca7c363c6
Author: Mattia Rizzolo <mattia at mapreri.org>
Date:   Thu Feb 12 02:06:08 2015 +0100

    clean-notes: now reproducible.d.n has a valid ssl cert, do allow verification
---
 clean-notes | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/clean-notes b/clean-notes
index 881f230..cc9ab42 100755
--- a/clean-notes
+++ b/clean-notes
@@ -16,7 +16,7 @@ import argparse
 import psycopg2
 import requests
 
-reproducible_json = 'https://reproducible.debian.net/userContent/reproducible.json'
+reproducible_json = 'https://reproducible.debian.net/reproducible.json'
 # [{package: xxx, suite: sid, version: 0.0.0, status: reproducible}, {...}]
 
 notes_yaml = 'packages.yml'
@@ -91,7 +91,7 @@ def load_reproducible_status():
         with open('reproducible.json') as fd:
             r = json.load(fd)
     except FileNotFoundError:
-        r = requests.get(reproducible_json, verify=False)
+        r = requests.get(reproducible_json)
         r = r.json()
     return r
 

-- 
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