Changeset 5432 for trunk/tools
- Timestamp:
- Apr 2, 2001, 3:55:42 AM (24 years ago)
- Location:
- trunk/tools/DailyBuild
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/DailyBuild/odin32ftp2.cmd
r5372 r5432 1 /* $Id: odin32ftp2.cmd,v 1.1 1 2001-03-24 19:22:02bird Exp $1 /* $Id: odin32ftp2.cmd,v 1.12 2001-04-02 01:55:41 bird Exp $ 2 2 * 3 3 * Uploads the relase and debug builds to the FTP sites. … … 18 18 * Determin files to upload and files to delete. 19 19 */ 20 if (DATE('B')//7 = 4) then /* Thursdays only! */20 if (DATE('B')//7 = 3) then /* Thursdays only! */ 21 21 do /* weekly .wpi build */ 22 22 asUploads.0 = 3; -
trunk/tools/DailyBuild/odin32pack.cmd
r5372 r5432 1 /* $Id: odin32pack.cmd,v 1.1 4 2001-03-24 19:22:02 bird Exp $1 /* $Id: odin32pack.cmd,v 1.15 2001-04-02 01:55:42 bird Exp $ 2 2 * 3 3 * Make the two zip files. … … 12 12 sStartDir = directory(); 13 13 14 if (DATE('B')//7 = 4) then /* weekly on Thursdays */14 if (DATE('B')//7 = 3) then /* weekly on Thursdays */ 15 15 sType = '-Weekly'; 16 16 else
Note:
See TracChangeset
for help on using the changeset viewer.