aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--tatt.52
-rw-r--r--tatt/dot-tatt-spec2
-rw-r--r--tatt/tinderbox.py4
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
"""