Changeset 5702 for trunk/tools/DailyBuild
- Timestamp:
- May 13, 2001, 10:35:54 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/DailyBuild/odin32ftp2.cmd
r5665 r5702 1 /* $Id: odin32ftp2.cmd,v 1.1 5 2001-05-07 08:46:32bird Exp $1 /* $Id: odin32ftp2.cmd,v 1.16 2001-05-13 20:35:54 bird Exp $ 2 2 * 3 3 * Uploads the relase and debug builds to the FTP sites. … … 96 96 if (stream(sLockFile,'c','query exists') = '') then 97 97 do 98 sSFDir = '/home/groups/ftp/pub/k TaskMgr/daily/';98 sSFDir = '/home/groups/ftp/pub/ktaskmgr/daily/'; 99 99 'ssh -f -n -l stknut kTaskMgr.sourceforge.net rm -f' sSFDir||'*'; 100 100 if (rc <> 0) then … … 115 115 parse arg sFile, sLockFile 116 116 117 sSFDir = '/home/groups/ftp/pub/k TaskMgr/daily/';117 sSFDir = '/home/groups/ftp/pub/ktaskmgr/daily/'; 118 118 119 119 if (stream(sLockFile,'c','query exists') = '') then … … 138 138 parse arg sFile, sLockFile, sRemoteDir, sSite 139 139 140 sSFDir = '/home/groups/ftp/pub/k TaskMgr/daily/';140 sSFDir = '/home/groups/ftp/pub/ktaskmgr/daily/'; 141 141 142 142 if (stream(sLockFile,'c','query exists') = '') then
Note:
See TracChangeset
for help on using the changeset viewer.