Check-in Number:
|
3359 | |
Date: |
2003-May-22 14:28:25 (local)
2003-May-22 12:28:25 (UTC) |
User: | thl |
Branch: | |
Comment: |
whitespaces |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/fsl/devtool.conf 1.16 -> 1.17
--- devtool.conf 2003/02/13 15:40:16 1.16
+++ devtool.conf 2003/05/22 12:28:25 1.17
@@ -47,11 +47,12 @@
%version
./shtool version -l c -n "OSSP fsl" -p "fsl_" -e fsl_version.c
- V=`./shtool version -lc -dlong fsl_version.c`
- sed -e "s/Version .*/Version $V/g" <README >README.n && mv README.n README
+ V=`./shtool version -lc -dlong fsl_version.c`
+ sed -e "s/Version .*/Version $V/g" <README >README.n && mv README.n README
+ sed -e "s/Version .*/Version $V/g" <NEWS >NEWS.n && mv NEWS.n NEWS
%tag
- V=`./shtool version -lc -dshort fsl_version.c | sed -e 's;\.;_;g'`
+ V=`./shtool version -lc -dshort fsl_version.c | sed -e 's;\.;_;g'`
echo "+++ tagging CVS sources as FSL_${V}"
cvs commit -m 'flush pending changes before tagging'
cvs tag FSL_${V}
@@ -71,7 +72,7 @@
echo "+++ fixing"
./shtool fixperm -v .
echo "+++ rolling"
- V=`./shtool version -lc -dshort fsl_version.c`
+ V=`./shtool version -lc -dshort fsl_version.c`
./shtool tarball -o fsl-${V}.tar.gz -d fsl-${V} -u ossp -g ossp \
-e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*,*.tar.gz,^#.*,.*~$' -c 'gzip --best' .
ls -l fsl-${V}.tar.gz
@@ -82,6 +83,6 @@
%upload
echo "+++ copying to ftp://ftp.ossp.org/pkg/lib/fsl/"
- V=`./shtool version -lc -dshort fsl_version.c`
+ V=`./shtool version -lc -dshort fsl_version.c`
scp fsl-${V}.tar.gz master.ossp.org:/e/ossp/ftp/pkg/lib/fsl/
|
|