Skip to content

Correct conf files that keep during upgrade

Wenpeng Song requested to merge 8054_RmExtraKeepCfg into devel
  1. Do nothing for the conf files of asterisk modules. (not adding to the conffiles)
    Was looking for the required conf files under /asterisk-{module-name}/etc/asterisk, and list them to lib/upgrade/keep.d/asterisk-{module-name} as not found since we skipped the installing of modules' conf files to /asterisk-{module-name}/etc/asterisk (line 353, net/asterisk/Makefile).

  2. Removed those conf files that are not under /etc/asterisk/ from the conf file list(conffiles).
    Conf files listed in the Makefile but not under /etc/asterisk/ will be listed to lib/upgrade/keep.d/asterisk

Clean build ongoing, will mark as ready after testing on the clean build.

Edited by Yalu Zhang

Merge request reports