Skip to content
Snippets Groups Projects
Commit 52ac79b1 authored by Martin Mareš's avatar Martin Mareš
Browse files

Added tagging of releases

parent 01cf5b63
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,8 @@ clean:
rm -f *~ *.o TAGS core osdd osdc
release:
git tag v$(VERSION)
git push --tags
git archive --format=tar --prefix=osdd-$(VERSION)/ HEAD | gzip >$(ARCHIVE)
scp $(ARCHIVE) atrey:~ftp/pub/local/mj/linux/
ssh jw "cd www && bin/release-prog osdd $(VERSION)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment