[Lemon-commits] [lemon_svn] alpar: r2533 - hugo/trunk/scripts
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:53:22 CET 2006
Author: alpar
Date: Fri Feb 3 18:32:25 2006
New Revision: 2533
Modified:
hugo/trunk/scripts/release
Log:
- svn lock doesn't work
- fix bootstrap switch
Modified: hugo/trunk/scripts/release
==============================================================================
--- hugo/trunk/scripts/release (original)
+++ hugo/trunk/scripts/release Fri Feb 3 18:32:25 2006
@@ -25,7 +25,7 @@
rm -rf trunk
svn co https://hugo.cs.elte.hu/svn/hugo/trunk
-svn lock trunk
+# svn lock https://hugo.cs.elte.hu/svn/hugo/trunk
cd trunk
@@ -44,7 +44,7 @@
echo '**********************************************************************'
echo
-./bootstrap --amver-1.7
+./bootstrap --amver=1.7
./configure CXXFLAGS='-g -O2 -W -Wall -Werror' --enable-gui --enable-demo --enable-benchmark
make doc
make distcheck
@@ -71,4 +71,4 @@
echo
svn cp trunk https://hugo.cs.elte.hu/svn/hugo/tags/${PKGNAME}-${VERSION} -m "Version ${VERSION} released."
-svn unlock trunk
+# svn unlock https://hugo.cs.elte.hu/svn/hugo/trunk
More information about the Lemon-commits
mailing list