aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tatt/tinderbox.py')
-rw-r--r--tatt/tinderbox.py4
1 files changed, 2 insertions, 2 deletions
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
"""