From bf5efa8a5e83ff715aa05fbcd360d261dc1cd1dd Mon Sep 17 00:00:00 2001 From: Brian Stinson Date: Jan 15 2019 16:43:57 +0000 Subject: CBS is https only now --- diff --git a/cclint b/cclint index ff5022e..1e800b6 100755 --- a/cclint +++ b/cclint @@ -9,7 +9,7 @@ import traceback from collections import namedtuple SigEntry = namedtuple('SigEntry', ['cbstag', 'localdir', 'remotedir', 'desturl']) -KOJI_URL = 'http://cbs.centos.org/kojihub/' +KOJI_URL = 'https://cbs.centos.org/kojihub/' WARNING = "WARNING: {0}: {1} {2}" ERROR = "ERROR: {0}: {1} {2}" TAGREGEX = r'(?P\w+)(?P\d)-(.*)-(?Pcandidate|testing|release)$'