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 --- config | 1 - get-repos | 9 --------- 2 files changed, 10 deletions(-) diff --git a/config b/config index 3d15c1b..e323d00 100644 --- a/config +++ b/config @@ -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' 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