Changeset 1958:5be9c1ca0252 in lemon-0.x for scripts/release
- Timestamp:
- 02/03/06 18:32:25 (19 years ago)
- Branch:
- default
- Phase:
- public
- Tags:
- lemon-0.5
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2533
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/release
r1955 r1958 26 26 rm -rf trunk 27 27 svn co https://hugo.cs.elte.hu/svn/hugo/trunk 28 svn locktrunk28 # svn lock https://hugo.cs.elte.hu/svn/hugo/trunk 29 29 30 30 cd trunk … … 45 45 echo 46 46 47 ./bootstrap --amver -1.747 ./bootstrap --amver=1.7 48 48 ./configure CXXFLAGS='-g -O2 -W -Wall -Werror' --enable-gui --enable-demo --enable-benchmark 49 49 make doc … … 72 72 73 73 svn cp trunk https://hugo.cs.elte.hu/svn/hugo/tags/${PKGNAME}-${VERSION} -m "Version ${VERSION} released." 74 svn unlocktrunk74 # svn unlock https://hugo.cs.elte.hu/svn/hugo/trunk
Note: See TracChangeset
for help on using the changeset viewer.