From 8a693d7f3a9324de445b5a151c1f46194405f0eb Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 30 Nov 2013 03:17:57 +0000 Subject: Drop remote (connos) repo support --- get-repos | 9 --------- 1 file changed, 9 deletions(-) (limited to 'get-repos') 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} \ -- cgit v1.2.3-2-g168b