From 4c35fae49e080ff391d7244318e4748d33e62233 Mon Sep 17 00:00:00 2001 From: Edison Su Date: Sun, 21 Oct 2012 00:01:15 -0700 Subject: [PATCH] switch to ant target to create cloud-scripts.tgz, as there is assumption that the owner of files in this tgz is root. --- build/build-cloud.xml | 2 - console-proxy/pom.xml | 2 +- patches/pom.xml | 85 +++++++++++++++++++++++++++---------------- 3 files changed, 55 insertions(+), 34 deletions(-) diff --git a/build/build-cloud.xml b/build/build-cloud.xml index 1b25fac8796..c31d00da220 100755 --- a/build/build-cloud.xml +++ b/build/build-cloud.xml @@ -527,8 +527,6 @@ - - diff --git a/console-proxy/pom.xml b/console-proxy/pom.xml index ef1667b2821..fc758cd04cc 100644 --- a/console-proxy/pom.xml +++ b/console-proxy/pom.xml @@ -143,7 +143,7 @@ - + diff --git a/patches/pom.xml b/patches/pom.xml index f8e9b610e41..ca34607f9cc 100644 --- a/patches/pom.xml +++ b/patches/pom.xml @@ -1,22 +1,15 @@ - - + + 4.0.0 cloud-patches Apache CloudStack SystemVM Patches @@ -67,22 +60,52 @@ install - maven-assembly-plugin - 2.3 - - cloud-scripts - false - - cloudpatch-descriptor.xml - - + maven-antrun-plugin + 1.7 - make-cloud-scripts - package + build-cloud-scripts + install - single + run + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +