summaryrefslogtreecommitdiffstats
path: root/commitpkg
diff options
context:
space:
mode:
authorPierre Schmitz <pierre@archlinux.de>2010-08-17 08:12:03 +0200
committerPierre Schmitz <pierre@archlinux.de>2010-08-17 08:12:03 +0200
commit2e6d542220faa79b9606bae431c60eca81074c7a (patch)
tree9d496596acd7bcbf9b7773c3491556faf2a9cf05 /commitpkg
parentcfddde22be8c9c1ec03531ecbca9e594464efec8 (diff)
downloaddevtools-2e6d542220faa79b9606bae431c60eca81074c7a.tar.gz
devtools-2e6d542220faa79b9606bae431c60eca81074c7a.tar.xz
add [staging] repository
Diffstat (limited to 'commitpkg')
-rwxr-xr-xcommitpkg2
1 files changed, 2 insertions, 0 deletions
diff --git a/commitpkg b/commitpkg
index 74463c9..d548065 100755
--- a/commitpkg
+++ b/commitpkg
@@ -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'