head 1.14; access; symbols SHIELA_1_1_7:1.14 SHIELA_1_1_6:1.13 SHIELA_1_1_5:1.12 SHIELA_1_1_4:1.11 SHIELA_1_1_3:1.11 SHIELA_1_1_2:1.11 SHIELA_1_1_1:1.11 SHIELA_1_1_0:1.11 SHIELA_1_0_4:1.9 SHIELA_1_0_3:1.7 SHIELA_1_0_2:1.7 SHIELA_1_0_1:1.5 SHIELA_1_0_0:1.5 SHIELA_0_9_2:1.1; locks; strict; comment @# @; 1.14 date 2006.07.20.08.17.11; author rse; state Exp; branches; next 1.13; commitid aQSB5U4vj5FkFzFr; 1.13 date 2005.10.03.12.43.44; author rse; state Exp; branches; next 1.12; 1.12 date 2005.01.12.20.47.25; author rse; state Exp; branches; next 1.11; 1.11 date 2004.05.06.19.45.39; author rse; state Exp; branches; next 1.10; 1.10 date 2004.05.05.13.08.30; author rse; state Exp; branches; next 1.9; 1.9 date 2002.12.23.14.46.49; author rse; state Exp; branches; next 1.8; 1.8 date 2002.12.23.14.46.15; author rse; state Exp; branches; next 1.7; 1.7 date 2002.12.23.09.13.21; author rse; state Exp; branches; next 1.6; 1.6 date 2002.12.23.09.12.37; author rse; state Exp; branches; next 1.5; 1.5 date 2002.12.22.15.01.17; author rse; state Exp; branches; next 1.4; 1.4 date 2002.12.21.11.00.17; author rse; state Exp; branches; next 1.3; 1.3 date 2002.12.21.09.42.57; author rse; state Exp; branches; next 1.2; 1.2 date 2002.12.21.09.21.47; author rse; state Exp; branches; next 1.1; 1.1 date 2002.08.19.19.10.38; author rse; state Exp; branches; next ; desc @@ 1.14 log @Adjust copyright messages for new year 2006 and upgrade build environment. @ text @## ## devtool.conf -- Development Tool Configuration ## %autogen @@autogen shtool 2.0.6 "2.0.*" all @@autogen autoconf 2.60 "2.6*" %autoclean @@autoclean shtool @@autoclean autoconf %configure ./configure \ --prefix=/tmp/shiela \ --with-perl=/usr/opkg/bin/perl \ --with-cvs=/usr/opkg/bin/cvs \ "$@@" %release ./devtool bump ./devtool tag ./devtool dist ./devtool upload %version ./shtool version -ltxt -n "OSSP shiela" -e VERSION V=`./shtool version -ltxt -d short VERSION` sed -e "s/version = '.*'/version = '$V'/" shiela.pl.n && mv shiela.pl.n shiela.pl sed -e "s/version=\".*\"/version=\"$V\"/" shiela-install.sh.n && mv shiela-install.sh.n shiela-install.sh V=`./shtool version -l txt -d long VERSION` sed -e "s/Version .*(.*)/Version $V/g" README.n && mv README.n README sed -e "s/^B [0-9].*/B $V/" shiela.pod.n && mv shiela.pod.n shiela.pod sed -e "s/^B [0-9].*/B $V/" shiela-install.pod.n && mv shiela-install.pod.n shiela-install.pod %bump ./devtool version V=`./shtool version -ltxt -d short VERSION` cvs ci -m "bump to version $V for release" %tag V=`./shtool version -ltxt -dshort VERSION | sed -e 's;\.;_;g'` echo "+++ tagging CVS sources as SHIELA_${V}" cvs tag -F SHIELA_${V} %dist echo "+++ removing old tarballs" rm -f shiela-*.tar.gz echo "+++ generating" ./devtool autoclean ./devtool autogen echo "+++ configuring" ./configure echo "+++ building" make clean all echo "+++ cleaning" make distclean echo "+++ fixing" ./shtool fixperm -v . echo "+++ rolling" V=`./shtool version -ltxt -dshort VERSION` ./shtool tarball -o shiela-${V}.tar.gz -d shiela-${V} -u ossp -g ossp \ -e 'CVS,\.cvsignore,\.[ao]$,^\.,devtool*,*.tar.gz,^#.*,.*~$' -c 'gzip --best' . ls -l shiela-${V}.tar.gz echo "+++ testing" gunzip README.n && mv README.n README d29 4 a32 4 V=`./shtool version -l txt -d long VERSION` sed -e "s/Version .*(.*)/Version $V/g" README.n && mv README.n README sed -e "s/B .*/B $V/" shiela.pod.n && mv shiela.pod.n shiela.pod sed -e "s/B .*/B $V/" shiela-install.pod.n && mv shiela-install.pod.n shiela-install.pod d35 1 a35 1 V=`./shtool version -ltxt -dshort VERSION | sed -e 's;\.;_;g'` d54 1 a54 1 V=`./shtool version -ltxt -dshort VERSION` d65 1 a65 1 V=`./shtool version -ltxt -dshort VERSION` @ 1.3 log @Consistently switch to the "OSSP shiela" branding. @ text @d32 2 a33 2 sed -e "s/B .*/B $V/" shiela.pod.n && mv shiela.pod.n shiela.pod sed -e "s/B .*/B $V/" shiela-install.pod.n && mv shiela-install.pod.n shiela-install.pod @ 1.2 log @Upgraded to GNU shtool 1.6.2 and GNU autoconf 2.57. @ text @d27 1 a27 1 sed -e "s/Version .*(.*)/Version $V/g" README.n && mv README.n README @ 1.1 log @Switched to the OSSP devtool build environment and upgraded to GNU shtool 1.6.1 and GNU autoconf 2.53. @ text @d6 2 a7 2 @@autogen shtool 1.6.1 "1.6.*" all @@autogen autoconf 2.53 "2.5[3-9]*" @