Author: nickboldt
Date: 2011-04-26 10:52:27 -0400 (Tue, 26 Apr 2011)
New Revision: 30841
Modified:
trunk/build/util/getLatestArtifactFromNexus.sh
Log:
add --no-check-certificate to work around expired nexus ssl cert (*sigh*)
Modified: trunk/build/util/getLatestArtifactFromNexus.sh
===================================================================
--- trunk/build/util/getLatestArtifactFromNexus.sh 2011-04-26 14:15:27 UTC (rev 30840)
+++ trunk/build/util/getLatestArtifactFromNexus.sh 2011-04-26 14:52:27 UTC (rev 30841)
@@ -37,7 +37,7 @@
pushd $tmpdir >/dev/null
# get the metadata
-wget --no-clobber -q ${URL}/maven-metadata.xml
+wget --no-clobber --no-check-certificate -q ${URL}/maven-metadata.xml
# parse it
cat maven-metadata.xml | egrep "timestamp|buildNumber" > tmp.txt