[Pkg-javascript-commits] [sockjs-client] 207/434: Deployment: Clean build before tagging
Tonnerre Lombard
tonnerre-guest at moszumanska.debian.org
Wed Jan 8 00:47:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
tonnerre-guest pushed a commit to branch master
in repository sockjs-client.
commit 4ab3e9f92812aa2d615ac06c22fd93e938d91ff0
Author: Marek Majkowski <majek04 at gmail.com>
Date: Fri Nov 25 14:29:18 2011 +0000
Deployment: Clean build before tagging
---
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index 7cbc2e2..e5e2e96 100644
--- a/Makefile
+++ b/Makefile
@@ -66,6 +66,7 @@ MAJVER:=$(shell echo $(VER)|sed 's|^\([^.]\+\)[.]\([^.]\+\)[.]\([^.]\+\)[.].*$$|
.PHONY: tag upload
tag:
+ make clean
-git tag -d v$(RVER)
git commit $(TAG_OPTS) version Changelog -m "Release $(RVER)"
git tag -a v$(RVER) -m "Release $(RVER)"
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/sockjs-client.git
More information about the Pkg-javascript-commits
mailing list