Changeset 101


Ignore:
Timestamp:
05/01/2006 12:41:28 (6 years ago)
Author:
ccowart
Message:

Fixed update to pull whole tree.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • confman/confman

    r99 r101  
    123123function update { 
    124124        if [ -z $* ] ; then 
    125                 for layer in $LAYERS ; do 
    126                         conf_update_module $layer || conf_cleanexit 
    127                 done 
    128                 conf_update_module ${REPO_CHECKPTS} || conf_cleanexit 
     125                conf_update_tree || conf_cleanexit 
    129126        else 
    130127                print_usage 1 
Note: See TracChangeset for help on using the changeset viewer.