Subversion Repositories Local Hare Voting

Rev

Rev 26 | Rev 30 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26 Rev 27
Line 6... Line 6...
6
	svn commit
6
	svn commit
7
 
7
 
8
release: 
8
release: 
9
	svn commit
9
	svn commit
10
	svn update -q
10
	svn update -q
11
	date '+%y%d%m.%H' > tag.tmp
11
	date '+%y%d%m.%H' > ../tag.tmp
12
	(cd ..; svn copy trunk tags/`cat tag.tmp`)
12
	(cd ..; svn copy trunk tags/`cat tag.tmp`)
13
	rm -f tag.tmp
13
	rm -f ../tag.tmp
14
 
14
 
15
clean:
15
clean:
16
	rm -f *~ *.pyc *.tmp
16
	rm -f *~ *.pyc *.tmp