kaushalmall / aem-hotfix-installer

This utility automates the process of installing hotfixes on an AEM instance in the order specified.
Apache License 2.0
3 stars 0 forks source link

Check installStatus of the current HF before moving on to the next one. #11

Closed kaushalmall closed 8 years ago

kaushalmall commented 8 years ago

Check installStatus of the current HF before moving on to the next one. This will enable the use of a "silent" flag so that people can script the HF installer.

Node at /system/sling/installer/jcr/pauseinstallation might be helpful. This node should be checked before installing HFs anyways.

Look at https://issues.apache.org/jira/browse/SLING-3747 for documentation.

kaushalmall commented 8 years ago

Actually used 'http://localhost:4504/crx/packmgr/installstatus.jsp' to do this.