root / framework / tags / fusebox550 / release.sh

Revision 661, 0.6 kB (checked in by scorfield, 1 year ago)

Fixes #300 by finalizing the 5.5.0 build.

  • Property svn:executable set to *
Line 
1#!/bin/sh
2# creates ZIP files for the core, skeleton and extension downloads
3
4# manually set the build number for now:
5build=550
6
7cd /home/eclipse/workspace
8zip -r fusebox5/fusebox${build}.corefiles.cfmx.zip fusebox5/*.txt fusebox5/*.dtd fusebox5/*.cf[cm] fusebox5/verbs/*.cfm fusebox5/docs/*.pdf
9cd fusebox5
10zip -r fusebox${build}.skeleton.cfmx.zip `find skeleton -name '*.txt' -o -name '*.xml' -o -name '*.cf[cm]'`
11zip -r fusebox${build}.extensions.cfmx.zip `find extensions -name '*.doc' -o -name '*.pdf' -o -name '*.txt' -o -name '*.xml' -o -name '*.cf[cm]' -o -name '*.as' -o -name '*.gif' -o -name '*.jpg' -o -name '*.js' -o -name '*.css'`
Note: See TracBrowser for help on using the browser.