Changeset db98968
- Timestamp:
- Jul 17, 2009, 9:44:44 PM (15 years ago)
- Branches:
- master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 39586c8
- Parents:
- 0ce0535
- git-author:
- Nelson Elhage <nelhage@mit.edu> (06/05/09 22:22:19)
- git-committer:
- Nelson Elhage <nelhage@mit.edu> (07/17/09 21:44:44)
- Location:
- scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/do-release
r11b9017 rdb98968 6 6 } 7 7 8 VERS=$(perl - lne 'print $1 if m{^#define\s+OWL_VERSION_STRING\s+"([^"]+)"\s*$}' owl.h) \8 VERS=$(perl -ne 'print $1 if m{^AC_INIT\(\[[^\]]+\],\s*\[([^\]]+)\]}' configure.ac) \ 9 9 || die "Unable to parse barnowl version" 10 10 TAG=barnowl-$VERS … … 29 29 CODIR=$(pwd) 30 30 cd "$TMPDIR/$TGZ" 31 autoreconf 31 autoreconf -fvi 32 32 cd "$TMPDIR" 33 33 tar czvf "$TGZ.tgz" "$TGZ" -
scripts/locker-build
r3043064 rdb98968 75 75 ( 76 76 cd "$TMPDIR"/* || die "Unable to cd to $TMPDIR" 77 VERS=$(perl -ne 'print $1 if m{^ #define\s*OWL_VERSION_STRING\s*"([^"]+)"}' owl.h)77 VERS=$(perl -ne 'print $1 if m{^AC_INIT\(\[[^\]]+\],\s*\[([^\]]+)\]}' configure.ac) 78 78 test -z "$VERS" && die "Unable to detect barnowl version." 79 79
Note: See TracChangeset
for help on using the changeset viewer.