Changeset 540 for trunk


Ignore:
Timestamp:
12/05/2011 18:39:09 (6 months ago)
Author:
blee
Message:

Also do not sync if the last_action was a sync, see #147

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confsync.in

    r538 r540  
    123123        conf_cleanExit 1 
    124124    elif ! ${FORCE} && [ "${tar_revision}" -eq "${sys_revision}" ]; then 
    125         if [ "${last_action}" = "commit" ]; then 
     125        if [ "${last_action}" = "commit" -o "${last_action}" = "sync" ]; then 
    126126            ${QUIET} || echo "System is up to date." | conf_logger 
    127127            conf_cleanExit 0 
Note: See TracChangeset for help on using the changeset viewer.