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 /config | |
parent | 280421c67b7042ea94fc2ec94f04278cb72e2a06 (diff) |
Drop remote (connos) repo support
Diffstat (limited to 'config')
-rw-r--r-- | config | 1 |
1 files changed, 0 insertions, 1 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' |