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)$'