aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gentoo-scripts/grabrdeps.sh')
-rw-r--r--gentoo-scripts/grabrdeps.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/gentoo-scripts/grabrdeps.sh b/gentoo-scripts/grabrdeps.sh
index 332b6c1..f48a5ca 100644
--- a/gentoo-scripts/grabrdeps.sh
+++ b/gentoo-scripts/grabrdeps.sh
@@ -4,7 +4,7 @@ x="$1"
cd ~
if [ "${x/\// }" == "${x}" ]; then
- wget -q -O ~/rindex.cache http://tinderbox.x86.dev.gentoo.org/misc/rindex/.rindex
+ wget -q -O ~/rindex.cache http://qa-reports.gentoo.org/output/genrdeps/rindex/.rindex
x=$(grep /${x}$ ~/rindex.cache)
x=$(echo -n ${x} |tr '\n' ' ')
if [ "${x/ /}" != "${x}" ]; then
@@ -14,7 +14,7 @@ if [ "${x/\// }" == "${x}" ]; then
[[ $x == "" ]] && exit 1
fi
-foo=$(wget -q -O - http://tinderbox.x86.dev.gentoo.org/misc/rindex/$x)
+foo=$(wget -q -O - http://qa-reports.gentoo.org/output/genrdeps/rindex/$x)
if [[ $foo != "" ]]; then
for pkg in ${foo}; do
cpv=${pkg%:*}