--- devtool.conf 2002/12/18 11:57:08 1.8
+++ devtool.conf 2003/01/23 13:46:47 1.9
@@ -47,7 +47,9 @@
echo "+++ rolling"
V=`./shtool version -l c -d short as_version.cpp`
./shtool tarball -o as-gui-${V}.tar.gz -d as-gui-${V} \
- -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*,*.tar.gz,^#.*,.*~$' -c 'gzip --best' .
+ -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*,*.tar.gz,^#.*,*~$' \
+ -e 'asdb\.cpp,asdb\.h,as_scrap,as_gfx/*.png' \
+ -c 'gzip --best' .
ls -l as-gui-${V}.tar.gz
echo "+++ testing"
gunzip <as-gui-${V}.tar.gz | tar tvf - | head -10
@@ -57,4 +59,4 @@
%upload
echo "+++ copying to http://as.is.eu.cw.com/source/"
V=`./shtool version -l c -d short as_version.cpp`
- scp as-gui-${V}.tar.gz as.de.cw.net:/as/web/source/
+ scp as-gui-${V}.tar.gz root@as.de.cw.net:/as/web/source/
|