Changeset 3842
- Timestamp:
- Jul 18, 2000, 1:18:14 PM (25 years ago)
- Location:
- trunk/tools/DailyBuild
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/tools/DailyBuild/job.cmd ¶
r3451 r3842 1 /* $Id: job.cmd,v 1. 1 2000-04-27 11:32:24bird Exp $1 /* $Id: job.cmd,v 1.2 2000-07-18 11:18:13 bird Exp $ 2 2 * 3 3 * Main job for building OS/2. … … 14 14 15 15 sLogFile = '..\logs\' || Date(S) || '.log'; 16 sTree = 'tree' || Date(S); 16 17 17 18 /* 18 19 * Clean tree, get it and build it. 19 20 */ 20 'cd ..\tree' 21 if (rc <> 0) then call failure rc, 'cd ..\tree failed.'; 21 'mkdir ..\'||sTree 22 'cd ..\'||sTree 23 if (rc <> 0) then call failure rc, 'cd ..\'sTree 'failed.'; 22 24 'call ..\scripts\odin32env.cmd' 23 25 if (rc <> 0) then call failure rc, 'Env failed.'; -
TabularUnified trunk/tools/DailyBuild/odin32get.cmd ¶
r3451 r3842 1 /* $Id: odin32get.cmd,v 1. 1 2000-04-27 11:32:25bird Exp $1 /* $Id: odin32get.cmd,v 1.2 2000-07-18 11:18:14 bird Exp $ 2 2 * 3 3 * Gets the CVS tree from netlabs. … … 8 8 * 9 9 */ 10 'cd ..\tree' 11 if (RC <> 0) then call failure rc, 'Change Dir ..\tree failed'; 10 12 11 'cvs checkout .' 13 12 if (RC <> 0) then call failure rc, 'CVS checkout . failed';
Note:
See TracChangeset
for help on using the changeset viewer.