X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=rrdtool-1.2-release;h=d03aca4760583e125194c7d0ee98efd8f240aea8;hb=b0bed6e84b4f76488b8e0a192d2321ca1ad88292;hp=2f6a6d4c5e6e094618bbed6e44d31a181ebdab2e;hpb=616349005fd142143c1bde5074c1816d213cd81f;p=rrdtool.git diff --git a/rrdtool-1.2-release b/rrdtool-1.2-release index 2f6a6d4..d03aca4 100755 --- a/rrdtool-1.2-release +++ b/rrdtool-1.2-release @@ -12,24 +12,25 @@ echo "Tagging and releasing rrdtool $VERSION ($PERLVERS). Press any Key to conti read somekey svn commit -m "prepare for the release of rrdtool-$VERSION" mkdir /tmp/rrdtool-$$ +OPWD=`pwd` cd /tmp/rrdtool-$$ svn checkout svn://svn.oetiker.ch/rrdtool/branches/1.2/program . svn log --stop-on-copy --xml --verbose svn://svn.oetiker.ch/rrdtool/branches/1.2/program | \ - xsltproc --stringparam strip-prefix branches/1.2/program /home/oetiker/data/svn-checkout/rrdtool/branches/1.2/program/svn2cl.xsl - >CHANGES + xsltproc --stringparam strip-prefix branches/1.2/program $OPWD/svn2cl.xsl - >CHANGES sh MakeMakefile PKG_CONFIG_PATH=/usr/pack/rrdtool-1.2svn-to/i686-debian-linux3.1/lib/pkgconfig/ export PKG_CONFIG_PATH ./configure -gmake dist +make dist # do a test build -gtar zxvf rrdtool*.tar.gz +tar zxvf rrdtool*.tar.gz cd rrdtool-$VERSION ./configure -gmake +make src/rrdtool cd .. scp CHANGES rrdtool*.tar.gz oposs@james:public_html/rrdtool/pub/ -(cd /home/oetiker/public_html/webtools/rrdtool/pub/;rm rrdtool.tar.gz;ln -s rrdtool-$VERSION.tar.gz rrdtool.tar.gz) +ssh oposs@james "cd public_html/rrdtool/pub/;rm rrdtool.tar.gz;ln -s rrdtool-$VERSION.tar.gz rrdtool.tar.gz" cd .. rm -rf rrdtool-$$ svn copy -m "tagging version $VERSION" svn://svn.oetiker.ch/rrdtool/branches/1.2/program svn://svn.oetiker.ch/rrdtool/tags/$VERSION