kaushalmall commented on a change in pull request #28:
URL:
https://github.com/apache/sling-org-apache-sling-feature-cpconverter/pull/28#discussion_r431489608
##########
File path:
src/main/java/org/apache/sling/feature/cpconverter/cli/ShutDownHook.java
##########
@@ -76,4 +82,15 @@ public void run() {
logger.info("+-----------------------------------------------------+");
}
+ private void cleanUp(){
+ String tmpDir = System.getProperty("java.io.tmpdir");
+ logger.info("Cleaning up tmp directories {}, {}", tmpDir +
"sub-content-packages", tmpDir + "syntethic-content-packages" );
Review comment:
@DominikSuess hopefully the latest change is better aligned to what you
were thinking
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]