aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2011-11-14 21:37:18 +1100
committerTom Gundersen <teg@jklm.no>2011-11-14 21:37:18 +1100
commit5c97cee2732ec21790e40f391de664bcd64eeb1b (patch)
treee4ce678bca7344e7dcd6a3d085cd23ce359e11b1 /Makefile
parente97939fdcd6a642fa0fb27a11098f2211c7169b5 (diff)
downloadinitscripts-5c97cee2732ec21790e40f391de664bcd64eeb1b.tar.xz
Makefile: automate release a bit more
Automaticall push the tarball to both gerolde and pkgbuild.com. Signed-off-by: Tom Gundersen <teg@jklm.no>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
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/