diff --git a/plugins/storage/volume/storpool/pom.xml b/plugins/storage/volume/storpool/pom.xml index 0914a4df262..f0a3972d3e5 100644 --- a/plugins/storage/volume/storpool/pom.xml +++ b/plugins/storage/volume/storpool/pom.xml @@ -69,6 +69,31 @@ + + org.codehaus.gmaven + gmaven-plugin + 1.5 + + + set-properties + validate + + execute + + + 1.7 + + File git = new File("./.git") + if (!git.exists()) { + pom.properties['storpool.skip.git.properties'] = 'true' + } else { + pom.properties['storpool.skip.git.properties'] = 'false' + } + + + + + maven-surefire-plugin @@ -93,6 +118,7 @@ + ${storpool.skip.git.properties} ${project.basedir}/.git git false diff --git a/pom.xml b/pom.xml index c42049fec5c..8f2748be187 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,7 @@ UTF-8 UTF-8 https://download.cloudstack.org/systemvm - 4.18.0.0 + 4.18.1.0 apache https://sonarcloud.io diff --git a/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh b/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh index d1cfb4661fc..f80d62f7a1e 100644 --- a/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh +++ b/tools/appliance/systemvmtemplate/scripts/configure_systemvm_services.sh @@ -19,7 +19,7 @@ set -e set -x -CLOUDSTACK_RELEASE=4.18.0 +CLOUDSTACK_RELEASE=4.18.1 function configure_apache2() { # Enable ssl, rewrite and auth diff --git a/tools/appliance/systemvmtemplate/template.json b/tools/appliance/systemvmtemplate/template.json index 21a74b83494..b9d36324dce 100644 --- a/tools/appliance/systemvmtemplate/template.json +++ b/tools/appliance/systemvmtemplate/template.json @@ -28,7 +28,7 @@ "headless": true, "http_directory": "http", "iso_checksum": "sha512:4460ef6470f6d8ae193c268e213d33a6a5a0da90c2d30c1024784faa4e4473f0c9b546a41e2d34c43fbbd43542ae4fb93cfd5cb6ac9b88a476f1a6877c478674", - "iso_url": "https://cdimage.debian.org/debian-cd/11.7.0/amd64/iso-cd/debian-11.7.0-amd64-netinst.iso", + "iso_url": "https://cdimage.debian.org/mirror/cdimage/archive/11.7.0/amd64/iso-cd/debian-11.7.0-amd64-netinst.iso", "net_device": "virtio-net", "output_directory": "../dist", "qemuargs": [