Merge "Revert "Enable shallow clone for git repos""
[releng/builder.git] / jjb / integration / include-raw-integration-deploy-controller-verify.sh
index 83e5b7781e4854bb6840a9e4e638df790864bc26..49f1b6db4395c7a9b747ddbba20a2190fb02a28d 100644 (file)
@@ -8,10 +8,10 @@ echo "Clean workspace"
 rm -rf *
 
 echo "Downloading the distribution..."
-wget --no-verbose  ${ACTUALBUNDLEURL}
+wget --progress=dot:mega  ${ACTUALBUNDLEURL}
 
 echo "Extracting the new controller..."
-unzip -o -q ${BUNDLE}
+unzip -q ${BUNDLE}
 
 echo "Configuring the startup features..."
 FEATURESCONF=${WORKSPACE}/${BUNDLEFOLDER}/etc/org.apache.karaf.features.cfg