diff options
author | Drtan Samos <lashdu@drtan.twilightparadox.com> | 2013-12-17 10:24:33 +0100 |
---|---|---|
committer | Drtan Samos <lashdu@drtan.twilightparadox.com> | 2013-12-17 10:24:33 +0100 |
commit | a88674528c5df02f03bf30449982932b6cc378dc (patch) | |
tree | 00de7c8a9a6396403e9da3cf785fc304ec87eb89 /config | |
parent | 8a693d7f3a9324de445b5a151c1f46194405f0eb (diff) |
Added a user repository for me in order to test packages before they come to the offical repositories.
Diffstat (limited to 'config')
-rw-r--r-- | config | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,8 @@ ARCHREPOS=('core' 'testing' 'extra' 'community' 'multilib') # Official Parabola repos OURREPOS=('libre' 'libre-testing') # User repos -USERREPOS=('~smv' '~xihh' '~brendan' '~lukeshu' '~emulatorman' '~aurelien' '~jorginho' '~coadde') +USERREPOS=('~smv' '~xihh' '~brendan' '~lukeshu' '~emulatorman' '~aurelien' '~jorginho' +'~coadde' '~drtan') # Community project repos PROJREPOS=('pcr' 'kernels' 'cross' 'java' 'java-ugly' 'nonprism') # Remote repos |