Skip to content
Snippets Groups Projects
Commit 74d33126 authored by Stuart D. Gathman's avatar Stuart D. Gathman
Browse files

Create src.tar from git-archive

parent 834ef18c
No related branches found
No related tags found
No related merge requests found
......@@ -4,14 +4,11 @@ web:
rsync -ravKk doc/html/ spidey2.bmsi.com:/Public/pymilter
cd doc/html; zip -r ../../doc .
VERSION=1.0
CVSTAG=pymilter-1_0
VERSION=1.0.1
PKG=pymilter-$(VERSION)
SRCTAR=$(PKG).tar.gz
$(SRCTAR):
cvs export -r$(CVSTAG) -d $(PKG) pymilter
tar cvfz $(PKG).tar.gz $(PKG)
rm -r $(PKG)
git archive --format=tar.gz --prefix=$(PKG)/ -o $(SRCTAR) $(PKG)
cvstar: $(SRCTAR)
gittar: $(SRCTAR)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment