head 1.6; access; symbols AS_CUI_0_6_5:1.6 AS_CUI_0_6_4:1.5 AS_CUI_0_6_3:1.4 AS_CUI_0_6_2:1.4 AS_CUI_0_6_1:1.4 AS_CUI_0_6_0:1.4 AS_CUI_0_5_6:1.4 AS_CUI_0_5_5:1.4 AS_CUI_0_5_4:1.4 AS_CUI_0_5_3:1.4 AS_CUI_0_5_2:1.4 AS_CUI_0_5_1:1.4 AS_CUI_0_5_0:1.1; locks; strict; comment @# @; 1.6 date 2003.02.26.09.12.02; author thl; state Exp; branches; next 1.5; 1.5 date 2003.02.25.07.37.03; author thl; state Exp; branches; next 1.4; 1.4 date 2002.12.18.11.19.53; author rse; state Exp; branches; next 1.3; 1.3 date 2002.12.18.11.18.20; author rse; state Exp; branches; next 1.2; 1.2 date 2002.12.18.10.58.14; author rse; state Exp; branches; next 1.1; 1.1 date 2002.12.18.10.57.31; author rse; state Exp; branches; next ; desc @@ 1.6 log @ensure ChangeLog is kept up to date @ text @## ## devtool.conf -- Development Tool Configuration ## %release ./devtool version ./devtool commit ./devtool tag ./devtool dist ./devtool upload %version shtool version -l txt -n "AS cui" -e VERSION V=`shtool version -l c -d long VERSION` sed -e "s/Version .*/Version $V/g" README.n mv README.n README V=`shtool version -l c -d short VERSION` sed -e "s/\\(progvers = \"\\)[^\"]*\\(\";\\)/\\1$V\\2/g" as-cui.n mv as-cui.n as-cui %commit cvs ci -m "flush pending changes" %tag V=`shtool version -l c -d short VERSION` TAG=`echo $V | sed -e 's;\.;_;g' -e 's;^;AS_CUI_;'` cvs tag -F $TAG %dist cvs2cl --revisions --branches --tags --window 10 --utc --log-opts "-l" rm -f as-cui-*.tar.gz V=`shtool version -l txt -d short VERSION` shtool tarball -o as-cui-${V}.tar.gz -d as-cui-${V} \ -e '^.as,CVS,\.cvsignore,^[1-9]\.,\.bak$,\.[ao]$,^\.,devtool*,*.tar.gz,^#.*,.*~$' -c 'gzip --best' . %upload V=`shtool version -l c -d short VERSION` scp as-cui-${V}.tar.gz root@@as.de.cw.net:/as/web/source/ @ 1.5 log @ignore ^[1-9]\. testfiles and \.bak$ backup files @ text @d30 1 @ 1.4 log @flush pending changes @ text @d33 1 a33 1 -e '^.as,CVS,\.cvsignore,\.[ao]$,^\.,devtool*,*.tar.gz,^#.*,.*~$' -c 'gzip --best' . @ 1.3 log @polish for initial release @ text @d7 1 d20 3 @ 1.2 log @has to be uploaded by root @ text @d16 3 @ 1.1 log @add minimal development environment @ text @d30 1 a30 1 scp as-cui-${V}.tar.gz as.de.cw.net:/as/web/source/ @