index : devtools32 | |
Archlinux32 fork of devtools | gitolite user |
summaryrefslogtreecommitdiff |
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) |
-rwxr-xr-x | commitpkg | 2 |
@@ -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' |