Ignore:
Timestamp:
2014-03-19T22:01:46+13:00 (10 years ago)
Author:
ak19
Message:

Undoing earlier improvements that turned out to have broken generating the model collections. It now works again.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nightly-tasks/diffcol/trunk/gen-model-colls.sh

    r28925 r28936  
    221221    # Numerical comparisons: http://tldp.org/LDP/abs/html/comparison-ops.html
    222222    if [ "$debug_mode" -eq "0" ]; then
    223     svn commit -m "AUTOCOMMIT by gen-model-colls.sh script. Message: $commit_message" $concatlist
     223    svn commit -m "AUTOCOMMIT by gen-model-colls.sh script. Message: $commit_message" model-collect #$concatlist
    224224    fi
    225225
     
    227227    # BEFORE copying from the rebuilt archives and index folders
    228228    if [ "$debug_mode" -eq "0" ]; then
    229     svn up model-collect   
     229    svn up model-collect #/$concatlist 
    230230    fi
    231231
     
    247247
    248248    if [ "$debug_mode" -eq "0" ]; then
    249     svn commit -m "AUTOCOMMIT by gen-model-colls.sh script. Message: $commit_message" $concatlist
     249    svn commit -m "AUTOCOMMIT by gen-model-colls.sh script. Message: $commit_message" model-collect #$concatlist
    250250    fi
    251251
Note: See TracChangeset for help on using the changeset viewer.