Last change
on this file since 532 was
483,
checked in by hendrikvanantwerpen, 11 years ago
|
Added Dojo 1.9.3 release.
|
File size:
1.3 KB
|
Line | |
---|
1 | CDN build process |
---|
2 | =================== |
---|
3 | Run the cdnBuild.sh script to generate the CDN distributions for the Google and AOL CDNs. Be sure to: |
---|
4 | - use a pristine svn export of a tag and run cdnBuild.sh from the util/buildscripts directory in that tag. |
---|
5 | svn export https://svn.dojotoolkit.org/src/tags/release-1.4.3 1.4.3 |
---|
6 | - make sure sha1sum is available on the OS, otherwise the signature generation will fail. |
---|
7 | - Apache Ant is needed to run the cldr i18n resources. the cldr build process does not work with |
---|
8 | Ant 1.7.0, but does work with Ant 1.7.1 and 1.6.5. Download one of those and do this to set the version of Ant to use: |
---|
9 | export ANT_HOME=/full/path/to/ant-1.7.1 |
---|
10 | |
---|
11 | The result will be in the svn exported tag directory's release/VERSION-cdn directory. |
---|
12 | |
---|
13 | After doing the build, place the VERSION-cdn directory on the dojotoolkit.org site and notify the CDN owners. |
---|
14 | Let the know the .zip file's sha signature is in the sha1.txt file at the top, and ask them to update |
---|
15 | their symlink for the MAJOR.MINOR version number to the latest MAJOR.MINOR.PATCH number. |
---|
16 | |
---|
17 | An example based on the AOL CDN: if releaseName was 1.3.1, then update http://o.aolcdn.com/dojo/1.3 to point to |
---|
18 | http://o.aolcdn.com/dojo/1.3.1 (where http://o.aolcdn.com/dojo will be different based on the xdDojoPath build option). |
---|
Note: See
TracBrowser
for help on using the repository browser.