From 5c97cee2732ec21790e40f391de664bcd64eeb1b Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Mon, 14 Nov 2011 21:37:18 +1100 Subject: Makefile: automate release a bit more Automaticall push the tarball to both gerolde and pkgbuild.com. Signed-off-by: Tom Gundersen --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7da89e3..e98c550 100644 --- a/Makefile +++ b/Makefile @@ -42,5 +42,9 @@ doc: rc.d.8 clean: rm -f rc.d.8 -release: +tar: git archive HEAD --prefix=initscripts-$(VER)/ | xz > initscripts-$(VER).tar.xz + +release: tar + scp initscripts-$(VER).tar.xz gerolde.archlinux.org:/srv/ftp/other/initscripts/ + scp initscripts-$(VER).tar.xz pkgbuild.com:~/svn-packages/initscripts/trunk/ -- cgit v1.2.3