- Timestamp:
- Jul 17, 2009, 9:46:45 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:
- 2f2a643, f9c93cd
- Parents:
- a52d13a (diff), c08a725 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - 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
re477a53 r130633c 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.