Changeset 1540


Ignore:
Timestamp:
Jun 1, 2010, 12:13:41 AM (15 years ago)
Author:
John Small
Message:

ReleaseTool: Build zip file and Hobbes txt file in Warpin directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ReleaseTool.cmd

    r1539 r1540  
    4242 *       - Use DIFF to compare changes in WARNALL builds
    4343 *    31 May 10 JBS Add support of use of PAGER env. variable to the the pager used.
     44 *    31 May 10 JBS Build zip file and Hobbes txt file in Warpin directory
    4445 *
    4546*/
     
    284285               ver = GetVer('the pending release')
    285286            zip_ver = translate(ver, '-', '.')
    286             'zip -j9 fm2-' || zip_ver || ' warpin\fm2-' || zip_ver || '.wpi'
     287            'zip -jX9 .\warpin\fm2-' || zip_ver || ' warpin\fm2-' || zip_ver || '.wpi'
    287288            prev_action = action
    288289         end
     
    518519   parse arg ver
    519520   wpi_version = WPI_ver(ver)
    520    HobbesTxtFilename = 'FM2-' || wpi_version || '.txt'
     521   HobbesTxtFilename = '.\warpin\FM2-' || wpi_version || '.txt'
    521522   if stream(HobbesTxtFilename, 'c', 'query exists') \= '' then
    522523      do
Note: See TracChangeset for help on using the changeset viewer.