Subversion Repositories DevTools

Rev

Rev 6475 | Rev 6776 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6475 Rev 6772
Line 175... Line 175...
175
 
175
 
176
    $statistics{phase} = 'ReadConfig';
176
    $statistics{phase} = 'ReadConfig';
177
    readConfig();
177
    readConfig();
178
    if ( $conf->{'active'} )
178
    if ( $conf->{'active'} )
179
    {
179
    {
180
        $statistics{phase} = 'CheckTargetBin';
-
 
181
        checkForBasicTools();
-
 
182
        $statistics{phase} = 'ProcessReleaseList';
180
        $statistics{phase} = 'ProcessReleaseList';
183
        processReleaseList();
181
        processReleaseList();
184
        $statistics{phase} = 'processTags';
182
        $statistics{phase} = 'processTags';
185
        processTags();
183
        processTags();
186
        $statistics{phase} = 'maintainTagList';
184
        $statistics{phase} = 'maintainTagList';
Line 415... Line 413...
415
    $logger->verbose("processReleaseList");
413
    $logger->verbose("processReleaseList");
416
    $lastReleaseScan = $now;
414
    $lastReleaseScan = $now;
417
    $releaseScanMode = 1;                                   # Assume error
415
    $releaseScanMode = 1;                                   # Assume error
418
 
416
 
419
    #
417
    #
-
 
418
    #   Ensure that we have the basic tools for the transfer
-
 
419
    #
-
 
420
    checkForBasicTools();
-
 
421
 
-
 
422
    #
420
    #   Get list of packages from Remote site
423
    #   Get list of packages from Remote site
421
    #   Invoke a program on the remote site and parse the results
424
    #   Invoke a program on the remote site and parse the results
422
    #
425
    #
423
    #   Returned data looks like:
426
    #   Returned data looks like:
424
    #       Metadata avail="140100452"
427
    #       Metadata avail="140100452"