Ignore:
Timestamp:
2013-06-14T20:22:50+12:00 (11 years ago)
Author:
ak19
Message:

Minor adjustments

Location:
other-projects/nightly-tasks/diffcol/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/diffcol/trunk/task

    r27604 r27630  
    228228        echo $collection' - Importing:'
    229229        echo "<import>" >> $xmlout
    230         import.pl -OIDtype hash_on_full_filename $collection -removeold
     230        import.pl -OIDtype hash_on_full_filename -removeold $collection
    231231        echo "</import>" >> $xmlout
    232232        echo "done"
     
    235235        echo $collection' - Building:'
    236236        echo "<build>" >> $xmlout
    237         buildcol.pl $collection -removeold
     237        buildcol.pl -removeold $collection
    238238        echo "</build>" >> $xmlout
    239239        echo "done"
     
    280280    echo "result: "$result
    281281    if [ "$result" != "yes" ]; then
    282         echo 'gsdl regression test for '$dateid' failed' | mail -s 'Regression Test Failed' $MONITOR_EMAIL #$WEBMASTER_EMAIL
     282        echo $gsdl' regression test for '$dateid' failed' | mail -s 'Regression Test Failed' $MONITOR_EMAIL #$WEBMASTER_EMAIL
    283283    fi
    284284}
  • other-projects/nightly-tasks/diffcol/trunk/task.pl

    r27629 r27630  
    328328    for my $collection (readdir $collect_handle) {
    329329    next if ($collection eq "." || $collection eq "..");
    330     #next if ($collection ne "Small-HTML"); ## TEMPORARY, FOR TESTING THIS SCRIPT
     330    ##next if ($collection ne "Small-HTML"); ## TEMPORARY, FOR TESTING THIS SCRIPT
    331331
    332332    #escape the filename (in case of space)
Note: See TracChangeset for help on using the changeset viewer.