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 --- Makefile | 2 ++ commitpkg | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 44c2367..4377946 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,7 @@ install: ln -sf commitpkg $(DESTDIR)/usr/bin/extrapkg ln -sf commitpkg $(DESTDIR)/usr/bin/corepkg ln -sf commitpkg $(DESTDIR)/usr/bin/testingpkg + ln -sf commitpkg $(DESTDIR)/usr/bin/stagingpkg ln -sf commitpkg $(DESTDIR)/usr/bin/communitypkg ln -sf commitpkg $(DESTDIR)/usr/bin/community-testingpkg # arch{co,release,rm} @@ -33,6 +34,7 @@ uninstall: rm $(DESTDIR)/usr/bin/extrapkg rm $(DESTDIR)/usr/bin/corepkg rm $(DESTDIR)/usr/bin/testingpkg + rm $(DESTDIR)/usr/bin/stagingpkg rm $(DESTDIR)/usr/bin/communitypkg rm $(DESTDIR)/usr/bin/community-testingpkg rm $(DESTDIR)/usr/sbin/mkarchroot 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