Changeset 532
- Timestamp:
- 08/15/2011 16:55:43 (9 months ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
confexport.8 (modified) (1 diff)
-
confmanlib.sh.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confexport.8
r524 r532 113 113 .Xr confman.conf 5 , 114 114 .Xr cron 8 115 .Sh BUGS 116 When using 117 .Nm 118 with the CONF_EXPORT_INCREMENTAL option, changes to files that are 119 referenced in other modules by in-repository symlinks do not cause 120 all relevant exports to be regenerated. This can be worked around by 121 either disabling the CONF_EXPORT_INCREMENTAL option or running 122 .Nm 123 with the 124 .Fl f 125 flag when such changes are made. 115 126 .Sh AUTHORS 116 127 .An Chris Cowart Aq ccowart@timesinks.net -
trunk/confmanlib.sh.in
r531 r532 420 420 module) 421 421 if ! ${FORCE} && ${CONF_EXPORT_INCREMENTAL}; then 422 # Get the list of changed modules 423 # TODO: Catch in-repository symlinks, ticket #144 422 424 cd "${WORK_PATH}" 423 425 changed_modules=$(@SVN@ diff -r ${sys_revision}:${export_revision} --summarize | egrep -v '^D[^/]*$' | sed 's/^[^ ][ ]*//' | cut -d '/' -f 1 | sort | uniq | egrep -v '^(meta|checkpoints)$') … … 457 459 458 460 # Get the list of changed modules 461 # TODO: Catch in-repository symlinks, ticket #144 459 462 cd "${WORK_PATH}" 460 463 changed_modules=$(@SVN@ diff -r ${sys_revision}:${export_revision} --summarize | sed 's/^[^ ]*[ ]*//' | cut -d '/' -f 1 | sort | uniq | egrep -v '^(meta|checkpoints)$')
Note: See TracChangeset
for help on using the changeset viewer.
