[releng] find_FTBFS: Use https for koji

Till Maas till at fedoraproject.org
Sat Feb 21 17:44:43 UTC 2015


commit f8c65ec8c3b5fca66ae170176c84a393d09fe8b5
Author: Till Maas <opensource at till.name>
Date:   Sat Feb 21 18:44:26 2015 +0100

    find_FTBFS: Use https for koji

 scripts/find_FTBFS.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/scripts/find_FTBFS.py b/scripts/find_FTBFS.py
index 20467f3..137b896 100755
--- a/scripts/find_FTBFS.py
+++ b/scripts/find_FTBFS.py
@@ -23,7 +23,7 @@ f21_rebuild_start = '2013-06-06 00:00:00.000000'
 
 epoch = f20_rebuild_start
 
-kojihub = 'http://koji.fedoraproject.org/kojihub'
+kojihub = 'https://koji.fedoraproject.org/kojihub'
 kojisession = koji.ClientSession(kojihub)
 
 parser = argparse.ArgumentParser()


More information about the rel-eng mailing list