Changeset 5432 for trunk/tools


Ignore:
Timestamp:
Apr 2, 2001, 3:55:42 AM (24 years ago)
Author:
bird
Message:

Thursday is the 3rd day of the Monday=0 based week.

Location:
trunk/tools/DailyBuild
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/DailyBuild/odin32ftp2.cmd

    r5372 r5432  
    1 /* $Id: odin32ftp2.cmd,v 1.11 2001-03-24 19:22:02 bird Exp $
     1/* $Id: odin32ftp2.cmd,v 1.12 2001-04-02 01:55:41 bird Exp $
    22 *
    33 * Uploads the relase and debug builds to the FTP sites.
     
    1818 * Determin files to upload and files to delete.
    1919 */
    20 if (DATE('B')//7 = 4) then              /* Thursdays only! */
     20if (DATE('B')//7 = 3) then              /* Thursdays only! */
    2121do  /* weekly .wpi build */
    2222    asUploads.0 = 3;
  • trunk/tools/DailyBuild/odin32pack.cmd

    r5372 r5432  
    1 /* $Id: odin32pack.cmd,v 1.14 2001-03-24 19:22:02 bird Exp $
     1/* $Id: odin32pack.cmd,v 1.15 2001-04-02 01:55:42 bird Exp $
    22 *
    33 * Make the two zip files.
     
    1212    sStartDir = directory();
    1313
    14     if (DATE('B')//7 = 4) then  /* weekly on Thursdays */
     14    if (DATE('B')//7 = 3) then  /* weekly on Thursdays */
    1515        sType = '-Weekly';
    1616    else
Note: See TracChangeset for help on using the changeset viewer.