Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
changes tags/dist to use svn.
Browse files Browse the repository at this point in the history
  • Loading branch information
shugo committed Aug 7, 2004
1 parent 71c1726 commit 42130dd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Makefile.in
Expand Up @@ -63,7 +63,7 @@ MAJOR = @MAJOR@
MINOR = @MINOR@
TEENY = @TEENY@
VERSION = $(MAJOR).$(MINOR).$(TEENY)
TAG = release_$(MAJOR)_$(MINOR)_$(TEENY)
SVNREPOS = file:///home/shugo/svn/mod_ruby

RUBYLIBS = apache/ruby-run.rb \
apache/registry.rb \
Expand Down Expand Up @@ -140,13 +140,10 @@ distclean: clean
find . -name '*~' | xargs rm -f

tag:
cvs tag $(TAG)

force_tag:
cvs tag -F $(TAG)
svn copy $(SVNREPOS)/mod_ruby/trunk $(SVNREPOS)/mod_ruby/tags/$(VERSION)

dist:
cvs export -r $(TAG) -d mod_ruby-$(VERSION) mod_ruby
svn export $(SVNREPOS)/mod_ruby/tags/$(VERSION) mod_ruby-$(VERSION)
tar zcf ../mod_ruby-$(VERSION).tar.gz mod_ruby-$(VERSION)
rm -rf mod_ruby-$(VERSION)

Expand Down

0 comments on commit 42130dd

Please sign in to comment.