diff --git a/CHANGELOG.md b/CHANGELOG.md index 56b37db7fd9b96164a5cca34a5155eb9baa2d9b3..d4035ffd7b9d2f03bf4f22c49b332c1135e7480e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## 0.3 (2018-08-03) +## 0.3.1 (2018-08-03) ### Added - Command `hclone` for creating identical copies of entire hashes. diff --git a/ci/koji/config b/ci/koji/config index 6c7764b2bda9c4938216a0498e027e3a80833512..46008e40a96e3657ff15c6ef5eadfafa6e921dbb 100644 --- a/ci/koji/config +++ b/ci/koji/config @@ -1,5 +1,6 @@ [koji] -server = http://koji.cern.ch/kojihub -weburl = http://koji.cern.ch/koji -topurl = http://koji.cern.ch/kojifiles -cert = /not/existing/file +server = https://kojihub.cern.ch/kojihub +weburl = https://koji.cern.ch/ +topurl = https://koji.cern.ch/kojifiles +krb_canon_host = no +krb_rdns = False