@@ -2,7 +2,8 @@
TEMPLATE="varnish_template.spec"
SPEC="varnish.spec"
export TS=`date +%Y%m%d`
-svn co http://varnish.projects.linpro.no/svn/trunk/varnish-cache varnish
+#svn co http://varnish.projects.linpro.no/svn/trunk/varnish-cache varnish
+svn co http://varnish.projects.linpro.no/svn/branches/1.2 varnish
if [ ! -d varnish-`date +%Y%m%d` ] ; then
mv varnish varnish-`date +%Y%m%d`
@@ -13,6 +14,7 @@
cd varnish-`date +%Y%m%d`
find . -name .svn -exec rm -rf {} \;
+find -exec touch {} \;
# create new svn tarball
cd ..
|