Changeset 550


Ignore:
Timestamp:
12/16/2011 14:17:49 (5 months ago)
Author:
blee
Message:

Also reverse the recipe in confsync.

See #120

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confsync.in

    r545 r550  
    132132 
    133133echo "Sync operation started" | conf_logger 
    134 for layer in $(conf_get_recipe) ; do 
     134for layer in $(conf_get_reverse_recipe) ; do 
    135135    echo "Rolling on $layer..." 
    136136    conf_rollout $layer $statefile || conf_cleanExit 
Note: See TracChangeset for help on using the changeset viewer.