~coughphp/coughphp/2.0

« back to all changes in this revision

Viewing changes to scripts/make_release

  • Committer: Anthony Bush
  • Date: 2008-09-22 06:30:07 UTC
  • mfrom: (263.1.3 coughphp-trunk)
  • Revision ID: anthony@anthonybush.com-20080922063007-jlzpxpm4imf406po
Accept changes from trunk (make_release change).

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
cp -Rp "$1" "$2"
19
19
rm -rf "$2/.bzr" "$2/.shelf" "$2/.bzrignore" "$2/design" "$2/docs/developer" "$2/scripts/make_release"
20
20
find "$2" -name '.DS_Store' -exec rm {} \;
21
 
tar -czf "$2.tar.gz" "$2"
 
21
tar -czf "$2.tgz" "$2"