----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20907/ -----------------------------------------------------------
Review request for cloudstack. Summary (updated) ----------------- [PATCH] CLOUDSTACK-6552 Cloudstack-Management install package creates log directory that is never used Bugs: CLOUDSTACK-6552 https://issues.apache.org/jira/browse/CLOUDSTACK-6552 Repository: cloudstack-git Description (updated) ------- The RPM build cloud.spec creates a directory that is never used by cloudstack management and is just left as an empty directory name cloudstack-management in /var/log. Diffs (updated) ----- packaging/centos63/cloud.spec 83c598b Diff: https://reviews.apache.org/r/20907/diff/ Testing (updated) ------- Build RPMs on CentOS 6.4 and 6.5 using master mvn clean install -Dnonoss -Dnoredist package.sh -p noredist Resulting packages installed on Centos 6.5 without the unused directory. Thanks, David Bierce