From 3cc2b963921f5289e53aad1ec92cb8d503697cb0 Mon Sep 17 00:00:00 2001 From: Georgios Bitzes <georgios.bitzes@cern.ch> Date: Fri, 3 Aug 2018 15:41:45 +0200 Subject: [PATCH] Update koji configuration --- CHANGELOG.md | 2 +- ci/koji/config | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 56b37db7..d4035ffd 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 6c7764b2..46008e40 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 -- GitLab