Ignore:
Timestamp:
May 13, 2001, 10:35:54 PM (24 years ago)
Author:
bird
Message:

Corrected SF dir names.

File:
1 edited

Legend:

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

    r5665 r5702  
    1 /* $Id: odin32ftp2.cmd,v 1.15 2001-05-07 08:46:32 bird Exp $
     1/* $Id: odin32ftp2.cmd,v 1.16 2001-05-13 20:35:54 bird Exp $
    22 *
    33 * Uploads the relase and debug builds to the FTP sites.
     
    9696    if (stream(sLockFile,'c','query exists') = '') then
    9797    do
    98         sSFDir = '/home/groups/ftp/pub/kTaskMgr/daily/';
     98        sSFDir = '/home/groups/ftp/pub/ktaskmgr/daily/';
    9999        'ssh -f -n -l stknut kTaskMgr.sourceforge.net rm -f' sSFDir||'*';
    100100        if (rc <> 0) then
     
    115115    parse arg sFile, sLockFile
    116116
    117     sSFDir = '/home/groups/ftp/pub/kTaskMgr/daily/';
     117    sSFDir = '/home/groups/ftp/pub/ktaskmgr/daily/';
    118118
    119119    if (stream(sLockFile,'c','query exists') = '') then
     
    138138    parse arg sFile, sLockFile, sRemoteDir, sSite
    139139
    140     sSFDir = '/home/groups/ftp/pub/kTaskMgr/daily/';
     140    sSFDir = '/home/groups/ftp/pub/ktaskmgr/daily/';
    141141
    142142    if (stream(sLockFile,'c','query exists') = '') then
Note: See TracChangeset for help on using the changeset viewer.