Changes between Version 3 and Version 4 of PLATFORM_DEPLOYMENT_BUILD_MAVEN_R1


Ignore:
Timestamp:
12/16/08 06:51:11 (16 years ago)
Author:
sriggins
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PLATFORM_DEPLOYMENT_BUILD_MAVEN_R1

    v3 v4  
    1212== Task requirements == 
    1313 
    14 * Automate builds 
    15 * Use build server to generate zip file 
    16 * Make sure zip file is named properly 
    17 ** EDITION-VERSION-DATE-SERIAL 
    18 *** Author and Reader editions 
    19 *** Version is the upcoming release.  pre_alpha_3, for example 
    20 *** Date in ISO 8601 format 
    21 *** Serial is 01, 02.  Useful if there are multiple builds in one day 
    22 * Files stored on the build server 
    23 ** If the build server is not available, use http://sophie2.org/trac/chrome/site/download/nghtly/  (Derived from where release 2 was published) 
     14 * Automate builds 
     15 * Use build server to generate zip file 
     16 * Make sure zip file is named properly 
     17 * Files stored on the build server 
     18  
     19=== Optional Tasks === 
    2420 
    25 = Optional Tasks = 
    26  
    27 ** Have the build server generate a build compiled with Java 5 
     21 * Have the build server generate a build compiled with Java 5 
    2822 
    2923 
     
    3327== Implementation idea == 
    3428 
     29=== Naming Builds === 
     30 
     31 * EDITION-VERSION-DATE-SERIAL 
     32 ** Author and Reader editions 
     33 ** Version is the upcoming release.  pre_alpha_3, for example 
     34 ** Date in ISO 8601 format 
     35 ** Serial is 01, 02.  Useful if there are multiple builds in one day 
     36 
     37=== Storing Builds === 
     38 
     39 * Store builds at http://sophie2.org/trac/chrome/site/download/nightly/  (Derived from where release 2 was published) 
    3540 
    3641== Related == 
     
    3843 
    3944== How to demo == 
    40 * Show the build directory with the nightly builds 
    41 * Download, expand and run one of the nightlies 
     45 * Show the build directory with the nightly builds 
     46 * Download, expand and run one of the nightlies 
    4247 
    4348= Design =