Changeset 527 for trunk


Ignore:
Timestamp:
08/15/2011 10:02:46 (9 months ago)
Author:
blee
Message:

Correctly handle recipe deletion in incremental confexports

See #140

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confmanlib.sh.in

    r526 r527  
    452452                # Get the list of changed recipes 
    453453                cd "$(conf_recipe_dir)" 
    454                 changed_recipes=$(@SVN@ diff -r ${sys_revision}:${export_revision} --summarize | sed 's/^.[ ]*//' | cut -d '/' -f 1) 
     454                changed_recipes=$(@SVN@ diff -r ${sys_revision}:${export_revision} --summarize | grep -v '^D' | sed 's/^.[ ]*//' | cut -d '/' -f 1) 
    455455                cd - >/dev/null 
    456456                conf_debug "changed_recipes: ${changed_recipes}" 
Note: See TracChangeset for help on using the changeset viewer.