diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-11-30 03:17:57 +0000 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-11-30 03:17:57 +0000 |
commit | 8a693d7f3a9324de445b5a151c1f46194405f0eb (patch) | |
tree | bbbef3b670c6d5962f01f4ec3e438c67fdd8a204 | |
parent | 280421c67b7042ea94fc2ec94f04278cb72e2a06 (diff) |
Drop remote (connos) repo support
-rw-r--r-- | config | 1 | ||||
-rwxr-xr-x | get-repos | 9 |
2 files changed, 0 insertions, 10 deletions
@@ -12,7 +12,6 @@ USERREPOS=('~smv' '~xihh' '~brendan' '~lukeshu' '~emulatorman' '~aurelien' '~jor # Community project repos PROJREPOS=('pcr' 'kernels' 'cross' 'java' 'java-ugly' 'nonprism') # Remote repos -RMTREPOS=('connos' 'connos-extra') PKGREPOS=(${ARCHREPOS[@]} ${OURREPOS[@]} ${USERREPOS[@]} ${PROJREPOS[@]}) PKGPOOL='pool/packages' SRCPOOL='sources/packages' @@ -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} \ |