diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-08-17 08:12:03 +0200 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-08-17 08:12:03 +0200 |
commit | 2e6d542220faa79b9606bae431c60eca81074c7a (patch) | |
tree | 9d496596acd7bcbf9b7773c3491556faf2a9cf05 /commitpkg | |
parent | cfddde22be8c9c1ec03531ecbca9e594464efec8 (diff) | |
download | devtools32-2e6d542220faa79b9606bae431c60eca81074c7a.tar.xz |
add [staging] repository
Diffstat (limited to 'commitpkg')
-rwxr-xr-x | commitpkg | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -46,6 +46,8 @@ elif [ "$cmd" == 'corepkg' ]; then repo='core' elif [ "$cmd" == 'testingpkg' ]; then repo='testing' +elif [ "$cmd" == 'stagingpkg' ]; then + repo='staging' elif [ "$cmd" == 'communitypkg' ]; then repo='community' server='aur.archlinux.org' |