repo.or.cz
/
htmlpurifier-web.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Add oodles of documentation to Page class, do refactoring, add smoketest guidelines.
[htmlpurifier-web.git]
/
releases
/
build.sh
blob
1adfeacb40cbd807ff152abfa13f60c9967951ed
1
#!/bin/bash
2
3
VERSION
=
"
$1
"
4
5
svn
export --force
\
6
"http://hp.jpsband.org/svnroot/htmlpurifier/tags/
$VERSION
"
\
7
"htmlpurifier-
$VERSION
"
8
tar
-cvf
-
"htmlpurifier-
$VERSION
"
|
gzip
-c
>
"htmlpurifier-
$VERSION
.tar.gz"
9
rm
-R
"htmlpurifier-
$VERSION
"
10
chmod
777
"htmlpurifier-
$VERSION
.tar.gz"