- Timestamp:
- 08/15/2011 10:02:46 (9 months ago)
- File:
-
- 1 edited
-
trunk/confmanlib.sh.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confmanlib.sh.in
r526 r527 452 452 # Get the list of changed recipes 453 453 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) 455 455 cd - >/dev/null 456 456 conf_debug "changed_recipes: ${changed_recipes}"
Note: See TracChangeset
for help on using the changeset viewer.
