root/trunk/llmozlib2/package-linux-llmozlib.sh

Revision 1, 386 bytes (checked in by rob.linden, 2 years ago)

Initial checkin of 2007-11-01 snapshot

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1 #!/bin/bash
2 # This script generates a llmozlib source tarball for public consumption.
3
4 echo Exporting tree...
5 (rm -rf packagedllm && svn export . packagedllm) || exit
6
7 export PACKAGENAME=llmozlibsrc-sl-`date +%Y-%m-%d`.tar.bz2
8 echo Packaging to ${PACKAGENAME}
9 (cd packagedllm && tar --numeric-owner -X ../exclude.lst -cjf ../${PACKAGENAME} . ) || exit
10
11 echo Done.
12 ls -la ${PACKAGENAME}
Note: See TracBrowser for help on using the browser.