summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3f8922f)
raw | patch | inline | side by side (parent: 3f8922f)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 20 Jan 2007 20:17:31 +0000 (20:17 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sat, 20 Jan 2007 20:17:31 +0000 (20:17 +0000) |
program/rrdtool-1.2-release | patch | blob | history |
index 2f6a6d4c5e6e094618bbed6e44d31a181ebdab2e..b9d482fff5428942f3829b913e69d5b83e75961d 100755 (executable)
@@ -12,10 +12,11 @@ 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