Author: nickboldt
Date: 2011-03-03 15:50:31 -0500 (Thu, 03 Mar 2011)
New Revision: 29473
Modified:
branches/3.3.indigo/build/target-platform/publish.sh
Log:
use new names for JBT 3.3 / JBDS 5.0 TP builds to avoid directory collisions w/ trunk
Modified: branches/3.3.indigo/build/target-platform/publish.sh
===================================================================
--- branches/3.3.indigo/build/target-platform/publish.sh 2011-03-03 20:50:20 UTC (rev
29472)
+++ branches/3.3.indigo/build/target-platform/publish.sh 2011-03-03 20:50:31 UTC (rev
29473)
@@ -2,7 +2,7 @@
# Hudson creates a repo in ${repoDir}; copy it into other places for access by downstream
jobs and users
# defaults for JBoss Tools
-targetZipFile=e361-wtp322.target
+targetZipFile=e37M5-wtp33M5.target
repoDir=/home/hudson/static_build_env/jbds/tools/sources/REPO
destinationPath=/home/hudson/static_build_env/jbds/target-platform
DESTINATION=tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform
@@ -19,36 +19,36 @@
'-DESTINATION') DESTINATION="$2"; shift 2;;
'-include') include="$2"; shift 2;;
'-exclude') exclude="$2"; shift 2;;
- '-jbt_trunk')
+ '-jbt_3.3.indigo')
# defaults for JBT (trunk)
- targetZipFile=e361-wtp322.target
- repoDir=/home/hudson/static_build_env/jbds/tools/sources/REPO_trunk
- destinationPath=/home/hudson/static_build_env/jbds/target-platform_trunk
- DESTINATION=tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform_trunk
+ targetZipFile=e37M5-wtp33M5.target
+ repoDir=/home/hudson/static_build_env/jbds/tools/sources/REPO_3.3.indigo
+ destinationPath=/home/hudson/static_build_env/jbds/target-platform_3.3.indigo
+ DESTINATION=tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform_3.3.indigo
include="*"
exclude="--exclude '.blobstore'" # exclude the .blobstore
shift 1;;
'-jbt')
# defaults for JBT (stable branch)
- targetZipFile=e361-wtp322.target
+ targetZipFile=e37M5-wtp33M5.target
repoDir=/home/hudson/static_build_env/jbds/tools/sources/REPO
destinationPath=/home/hudson/static_build_env/jbds/target-platform
DESTINATION=tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform
include="*"
exclude="--exclude '.blobstore'" # exclude the .blobstore
shift 1;;
- '-jbds_trunk')
+ '-jbds_3.3.indigo')
# defaults for JBDS (trunk)
- targetZipFile=jbds400-e361-wtp322.target
- repoDir=/home/hudson/static_build_env/jbds/tools/sources/JBDS-REPO_trunk
- destinationPath=/home/hudson/static_build_env/jbds/jbds-target-platform_trunk
- DESTINATION=/qa/services/http/binaries/RHDS/updates/jbds-target-platform_trunk
+ targetZipFile=jbds500-e37M5-wtp33M5.target
+ repoDir=/home/hudson/static_build_env/jbds/tools/sources/JBDS-REPO_3.3.indigo
+ destinationPath=/home/hudson/static_build_env/jbds/jbds-target-platform_3.3.indigo
+ DESTINATION=/qa/services/http/binaries/RHDS/updates/jbds-target-platform_3.3.indigo
include=".blobstore *" # include the .blobstore
exclude=""
shift 1;;
'-jbds')
# defaults for JBDS (stable branch)
- targetZipFile=jbds400-e361-wtp322.target
+ targetZipFile=jbds500-e37M5-wtp33M5.target
repoDir=/home/hudson/static_build_env/jbds/tools/sources/JBDS-REPO
destinationPath=/home/hudson/static_build_env/jbds/jbds-target-platform
DESTINATION=/qa/services/http/binaries/RHDS/updates/jbds-target-platform
Show replies by date