Changeset 51dbfb5 for scripts/locker-build
- Timestamp:
- Mar 15, 2010, 10:37:17 PM (15 years ago)
- Branches:
- master, release-1.10, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- 5643f99
- Parents:
- 25bfc10
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/locker-build
r2b6622a6 r51dbfb5 3 3 ######################################################### 4 4 # Build script to build BarnOwl for the locker. 5 6 # Usage: locker-build [-n] [-o OUTPUT-TGZ] SOURCE-TARBALL7 # -n is a dry-run, and drops to a shell in the build directory8 # -o does the install into a temporary directory and tars it into the9 # specified tarball instead.10 # SOURCE-TARBALL is a source tarball, created by do-release11 12 5 die() { 13 6 echo "$@" 2>&1; … … 22 15 23 16 usage () { 24 echo "Usage: $0 [-n] [-o OUTPUT-TGZ] SOURCE-TARBALL" 17 cat >&2 <<EOF 18 Usage: $0 [-n] [-o OUTPUT-TGZ] SOURCE-TARBALL 19 -n is a dry-run, and drops to a shell in the build directory 20 -o does the install into a temporary directory and tars it into the 21 specified tarball instead. 22 23 SOURCE-TARBALL is a source tarball, created by do-release. 24 EOF 25 25 exit 2; 26 26 }
Note: See TracChangeset
for help on using the changeset viewer.