[arch-projects] [netctl][PATCH v3] Makefile: sign tarball and add upload target

Florian Pritz bluewind at xinu.at
Thu Feb 7 17:01:33 EST 2013


Signed-off-by: Florian Pritz <bluewind at xinu.at>
---
 Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index ad356e8..a01fefa 100644
--- a/Makefile
+++ b/Makefile
@@ -42,12 +42,16 @@ netctl-$(VERSION).tar.xz: | docs
 	mv src/netctl{.orig,}
 	tar --exclude-vcs --transform "s%^%netctl-$(VERSION)/%" --owner=root --group=root --mtime=./netctl-$(VERSION).tar -rf netctl-$(VERSION).tar docs/*.[1-8]
 	xz netctl-$(VERSION).tar
+	gpg --detach-sign $@
 
 pkgbuild: PKGBUILD
 PKGBUILD: netctl-$(VERSION).tar.xz
 	sed -e "s/%pkgver%/$(VERSION)/" -e "s/%md5sum%/$(shell md5sum $< | cut -d ' ' -f 1)/" contrib/PKGBUILD > $@
 
+upload: netctl-$(VERSION).tar.xz
+	scp $< $<.sig nymeria.archlinux.org:/srv/ftp/other/packages/netctl
+
 clean:
 	$(MAKE) -C docs clean
-	- at rm -vf PKGBUILD *.xz 2>/dev/null
+	- at rm -vf PKGBUILD *.xz *.xz.sig 2>/dev/null
 
-- 
1.8.1.1


More information about the arch-projects mailing list