From 2e6d542220faa79b9606bae431c60eca81074c7a Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Tue, 17 Aug 2010 08:12:03 +0200 Subject: add [staging] repository --- commitpkg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'commitpkg') 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' -- cgit v1.2.3-24-g4f1b