Currently the import tool imports the publican.cfg as is, however it should probably remove these four values to avoid confusion: xml_lang brand type dtd_ver The above values will always be removed from the regular publican.cfg and will be replaced by the values from "Brand", "Type", "Format" and the content spec target locale when building.
Fixed in 201403171339 The following are ignored: xml_lang brand type dtdver
The values are not removed and are just commented out. Since they will never be useful (except in custom configs, ie: beta-publican.cfg), they should be removed (probably with a note at the end of the import saying that they were removed and why). Also we should probably include that warning during the validation process as well, so I'll create a bug for that in a second. In the case that you don't want to remove them, then it would be better left as is and the above should take care of it.
Fixed in 201404021024 I'll leave the values commented out because things like different brands in secondary config files have no equivalent field in the content spec. This way the original source information is present and can be retrieved later on if needed. A message is display when the import has finished notifying the user that some fields have been commented out.
Verified that a message is displayed when the import has been completed.
I've undone these changes. Now only the publican.cfg file will have redundant fields removed. Secondary config files have all fields added.
Created attachment 881600 [details] Image showing multiple notes being displayed I got this before when uploading a book, so I'm just logging it as a reference. Since I've only seen it once, I'm not going to set this back to ASSIGNED until I see it again.
The warning isn't shown when importing from a directory. Since this isn't actually supported yet I'm just making a note of it here.
All the warnings should have been removed. If you see any then it is a bug.
Right sorry I misunderstood your comment earlier. I thought you meant that you undid the changes for the additional files and left the root one as it was. In that case marking this as VERIFIED.