Details
-
Improvement
-
Resolution: Obsolete
-
Medium
-
4.2.0, 4.3.0
-
None
Description
ezpm.php hard codes install siteaccess (default), top node (2) and design (=siteaccess). The script has code that seems to be intended to let you change this, but it is not completed. The patch allows you to set these values using the parameters --site-access-map, --top-nodes-map, --design-map.
The "-map" endings are questionable. Internally these can be defined as maps, meaning that e.g. different parts of a package can be installed to different top nodes. The patch does not allow this as it would make the command line parameters rather complex.
- Should the "-map" endings be removed from the parameters?
- Or should real map support be added?