summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2011-09-25 17:48:47 +0200
committerTobi Oetiker <tobi@oetiker.ch>2011-09-25 17:48:47 +0200
commit07104cc21206d40ce7d212133733d8ec99adacde (patch)
tree2457dfe8b74c9116f895d1970b9a7134bfea684e
parent2e7e8a27536ad204ec4b6d60a6a2e75cd35245ad (diff)
downloadsmokeping-07104cc21206d40ce7d212133733d8ec99adacde.tar.gz
smokeping-07104cc21206d40ce7d212133733d8ec99adacde.tar.xz
fix tagging
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2e11b94..0b97871 100644
--- a/Makefile
+++ b/Makefile
@@ -181,9 +181,10 @@ smokeping-$(VERSION).tar.gz:
tar czvf smokeping-$(VERSION).tar.gz --exclude '*.tmp' smokeping-$(VERSION)
rm -rf smokeping-$(VERSION)
-dist: smokeping-$(VERSION).tar.gz
+dist: tag
+ smokeping-$(VERSION).tar.gz
scp CHANGES smokeping-$(VERSION).tar.gz oposs@oss.oetiker.ch:public_html/smokeping/pub/
-tag: dist
- svn ls $(SVNREPO)/tags/$(VERSION) || \
+tag: svn ls $(SVNREPO)/tags/$(VERSION) || \
svn copy -m "tagging version $(VERSION)" $(SVNREPO)/trunk/software $(SVNREPO)/tags/$(VERSION)
+