Author: jfrederic.clere(a)jboss.com
Date: 2011-01-12 07:24:53 -0500 (Wed, 12 Jan 2011)
New Revision: 2719
Modified:
trunk/build/unix/buildbin.TC7.sh
Log:
Adjust name and use unsafe wget.
Modified: trunk/build/unix/buildbin.TC7.sh
===================================================================
--- trunk/build/unix/buildbin.TC7.sh 2011-01-12 08:29:21 UTC (rev 2718)
+++ trunk/build/unix/buildbin.TC7.sh 2011-01-12 12:24:53 UTC (rev 2719)
@@ -120,10 +120,10 @@
# Something like
https://hudson.qa.jboss.com/hudson/view/Native/job/JBossWebNative-linux-x...
BASE=JBossWebNative-linux-x86_64
PACKVER=jboss-native-2.0.10-dev
-EXT=-ssl.tar.gz
-TARBALL=https://hudson.qa.jboss.com/hudson/view/Native/job/${BASE}/lastSuccessfulBuild/artifact/jbossnative/build/unix/output/${PACKVER}-${BUILD_SYS}-${BUILD_CPU}.${EXT}
+EXT=ssl.tar.gz
+TARBALL=https://hudson.qa.jboss.com/hudson/view/Native/job/${BASE}/lastSuccessfulBuild/artifact/jbossnative/build/unix/output/${PACKVER}-${BUILD_SYS}-${BUILD_CPU}-${EXT}
(cd $native_sources/output/build
- wget $TARBALL
+ wget -k $TARBALL
fname=`basename $TARBALL`
case ${fname} in
*.tar.gz)