summaryrefslogtreecommitdiff
path: root/get-repos
diff options
context:
space:
mode:
Diffstat (limited to 'get-repos')
-rwxr-xr-xget-repos9
1 files changed, 0 insertions, 9 deletions
diff --git a/get-repos b/get-repos
index 98a39bc..bfc08ff 100755
--- a/get-repos
+++ b/get-repos
@@ -30,15 +30,6 @@ for _repo in ${PKGREPOS[@]}; do
done
done
-# Remote repos
-# TODO don't hardcode the remote architecture
-# TODO don't hardcode the remote url
-# MAYBE run scripts on get-repos.d/ which should return db urls
-for _repo in ${RMTREPOS}; do
- _arch=i586
- DBLIST+=("http://www.connochaetos.org/os/${_arch}/${_repo}/${_repo}${FILESEXT}")
-done
-
# Get them all
msg "Retrieving ${#DBLIST[@]} databases"
wget --directory-prefix=${TMPDIR} \