From dba0a568ea0cc9d9e90265c1019a1e008354659f Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Sat, 25 Aug 2018 09:55:20 +0200 Subject: use https for tinderbox --- README.md | 2 +- tatt.5 | 2 +- tatt/dot-tatt-spec | 2 +- tatt/tinderbox.py | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8104034..aea16d3 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ The specification of the configuration file can be found in dot-tatt-spec which # repodir="./gentoo-x86" # Url where the pre-generated rindex is to be found -# tinderbox-url="http://qa-reports.gentoo.org/output/genrdeps/rindex/" +# tinderbox-url="https://qa-reports.gentoo.org/output/genrdeps/rindex/" # If this is set, then tatt will refuse to run in a directory that does not # match this string. Use it as a safety measure against creating tatt-scripts diff --git a/tatt.5 b/tatt.5 index 81893a0..909f871 100644 --- a/tatt.5 +++ b/tatt.5 @@ -57,7 +57,7 @@ commit scripts. .br # Url where the pre-generated rindex is to be found .br -#tinderbox-url="\fIhttp://qa-reports.gentoo.org/output/genrdeps/rindex/\fP" +#tinderbox-url="\fIhttps://qa-reports.gentoo.org/output/genrdeps/rindex/\fP" .br # If this is set, then tatt will refuse to run in a directory that diff --git a/tatt/dot-tatt-spec b/tatt/dot-tatt-spec index fb6cdf4..e7feb8c 100644 --- a/tatt/dot-tatt-spec +++ b/tatt/dot-tatt-spec @@ -8,7 +8,7 @@ emergeopts=string(default="") rdeps=integer(0,512,default=10) usecombis=integer(0,512,default=12) repodir=string(default="./gentoo-x86") -tinderbox-url=string(default="http://qa-reports.gentoo.org/output/genrdeps/rindex/") +tinderbox-url=string(default="https://qa-reports.gentoo.org/output/genrdeps/rindex/") safedir=string(default="") bugzilla-url=string(default="https://bugs.gentoo.org") bugzilla-key=string(default="") diff --git a/tatt/tinderbox.py b/tatt/tinderbox.py index b9ac774..63179af 100644 --- a/tatt/tinderbox.py +++ b/tatt/tinderbox.py @@ -1,4 +1,4 @@ -"""acessing the tinderbox at http://tinderbox.dev.gentoo.org/misc/dindex/ """ +"""acessing the tinderbox at http://qa-reports.gentoo.org/output/genrdeps/rindex/ """ import socket # For setting a global timeout # Support python2 and python3 versions of urllib: @@ -21,7 +21,7 @@ from portage.dep import isvalidatom def stablerdeps (package, config): """ Find packages with stable versions which depend on atom - We query the tinderbox at http://tinderbox.dev.gentoo.org/misc/dindex/ + We query the tinderbox at http://qa-reports.gentoo.org/output/genrdeps/rindex/ for this purpose. The result is a list of pairs of package atoms and a list of necessary useflags """ -- cgit v1.2.3-65-gdbad