Author: nickboldt
Date: 2012-10-11 18:47:00 -0400 (Thu, 11 Oct 2012)
New Revision: 44450
Modified:
trunk/build/target-platforms/publish.sh
Log:
update publish script to target new TPs SR1a and SR0c
Modified: trunk/build/target-platforms/publish.sh
===================================================================
--- trunk/build/target-platforms/publish.sh 2012-10-11 22:16:44 UTC (rev 44449)
+++ trunk/build/target-platforms/publish.sh 2012-10-11 22:47:00 UTC (rev 44450)
@@ -6,9 +6,9 @@
# build.xml, *.target*, publish.sh, target2p2mirror.xml; also
jbds/trunk/releng/org.jboss.ide.eclipse.releng/requirements/jbds-target-platform/build.properties;
# also all devstudio-6.0_*.updatesite jobs (4) need to be pointed at the new Target
Platform URL
targetZipFile=e421-wtp341.target
-repoDir=/home/hudson/static_build_env/jbds/tools/sources/REPO_4.0.juno.SR1
-destinationPath=/home/hudson/static_build_env/jbds/target-platform_4.0.juno.SR1
-DESTINATION=tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform_4.0.juno.SR1
+repoDir=/home/hudson/static_build_env/jbds/tools/sources/REPO_4.0.juno.SR1a
+destinationPath=/home/hudson/static_build_env/jbds/target-platform_4.0.juno.SR1a
+DESTINATION=tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/target-platform_4.0.juno.SR1a
include="*"
exclude="--exclude '.blobstore'" # exclude the .blobstore
@@ -23,42 +23,42 @@
'-include') include="$2"; shift 2;;
'-exclude') exclude="$2"; shift 2;;
- '-jbosstools-JunoSR1')
+ '-jbosstools-JunoSR1a')
# defaults for JBT (trunk)
targetZipFile=e421-wtp341.target
- repoDir=/home/hudson/static_build_env/jbds/tools/sources/REPO_4.0.juno.SR1
- destinationPath=/home/hudson/static_build_env/jbds/target-platform_4.0.juno.SR1
- DESTINATION=tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/juno/SR1
+ repoDir=/home/hudson/static_build_env/jbds/tools/sources/REPO_4.0.juno.SR1a
+ destinationPath=/home/hudson/static_build_env/jbds/target-platform_4.0.juno.SR1a
+ DESTINATION=tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/juno/SR1a
include="*"
exclude="--exclude '.blobstore'" # exclude the .blobstore
shift 1;;
- '-jbdevstudio-JunoSR1')
+ '-jbdevstudio-JunoSR1a')
# defaults for JBDS (trunk)
targetZipFile=jbds600-e421-wtp341.target
- repoDir=/home/hudson/static_build_env/jbds/tools/sources/JBDS-REPO_4.0.juno.SR1
- destinationPath=/home/hudson/static_build_env/jbds/jbds-target-platform_4.0.juno.SR1
- DESTINATION=/qa/services/http/binaries/RHDS/updates/jbds-target-platform_4.0.juno.SR1
+ repoDir=/home/hudson/static_build_env/jbds/tools/sources/JBDS-REPO_4.0.juno.SR1a
+ destinationPath=/home/hudson/static_build_env/jbds/jbds-target-platform_4.0.juno.SR1a
+ DESTINATION=/qa/services/http/binaries/RHDS/updates/jbds-target-platform_4.0.juno.SR1a
include=".blobstore *" # include the .blobstore
exclude=""
shift 1;;
- '-jbosstools-JunoSR0b')
+ '-jbosstools-JunoSR0c')
# defaults for JBT (trunk)
targetZipFile=e420-wtp340.target
- repoDir=/home/hudson/static_build_env/jbds/tools/sources/REPO_4.0.juno.SR0b
- destinationPath=/home/hudson/static_build_env/jbds/target-platform_4.0.juno.SR0b
- DESTINATION=tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/juno/SR0b
+ repoDir=/home/hudson/static_build_env/jbds/tools/sources/REPO_4.0.juno.SR0c
+ destinationPath=/home/hudson/static_build_env/jbds/target-platform_4.0.juno.SR0c
+ DESTINATION=tools@filemgmt.jboss.org:/downloads_htdocs/tools/updates/juno/SR0c
include="*"
exclude="--exclude '.blobstore'" # exclude the .blobstore
shift 1;;
- '-jbdevstudio-JunoSR0b')
+ '-jbdevstudio-JunoSR0c')
# defaults for JBDS (trunk)
targetZipFile=jbds600-e420-wtp340.target
- repoDir=/home/hudson/static_build_env/jbds/tools/sources/JBDS-REPO_4.0.juno.SR0b
- destinationPath=/home/hudson/static_build_env/jbds/jbds-target-platform_4.0.juno.SR0b
- DESTINATION=/qa/services/http/binaries/RHDS/updates/jbds-target-platform_4.0.juno.SR0b
+ repoDir=/home/hudson/static_build_env/jbds/tools/sources/JBDS-REPO_4.0.juno.SR0c
+ destinationPath=/home/hudson/static_build_env/jbds/jbds-target-platform_4.0.juno.SR0c
+ DESTINATION=/qa/services/http/binaries/RHDS/updates/jbds-target-platform_4.0.juno.SR0c
include=".blobstore *" # include the .blobstore
exclude=""
shift 1;;
Show replies by date