diff options
-rw-r--r-- | config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,7 +8,7 @@ ARCHREPOS=('core' 'testing' 'extra' 'community' 'multilib') # Official Parabola repos OURREPOS=('libre' 'libre-testing') # User repos -USERREPOS=('~fauno' '~smv' '~xihh' '~mtjm' '~brendan' '~lukeshu') +USERREPOS=('~fauno' '~smv' '~xihh' '~mtjm' '~brendan' '~lukeshu' '~emulatorman' '~aurelien') # Community project repos PROJREPOS=('social' 'elementary' 'kernels' 'radio' 'security' 'sugar' 'gnu' 'cross') # Remote repos @@ -19,7 +19,7 @@ SRCPOOL='sources/packages' # Directories where packages are shared between repos # *relative to FTP_BASE* -PKGPOOLS=('pool/packages' 'pool/community' 'extra/os/any' 'community/os/any') +PKGPOOLS=('pool/packages' 'pool/community' 'community/os/any') # Directories where sources are stored SRCPOOLS=('sources/packages' 'sources/community') |