]> git.pld-linux.org Git - packages/lighttpd.git/blob - branch.sh
no dist-xz for ac
[packages/lighttpd.git] / branch.sh
1 #!/bin/sh
2 set -e
3 svn=svn://svn.lighttpd.net/lighttpd
4 p=lighttpd
5 v=1.5
6
7 svn co $svn/trunk $p-$v
8 r=$(svnversion $p-$v)
9 t=$p-r$r.tar.bz2
10 tar -cjf $t --exclude-vcs $p-$v
11 ../dropin $t &
This page took 0.027335 seconds and 3 git commands to generate.