[jbosstools-issues] [JBoss JIRA] Resolved: (JBIDE-3436) use rsync to push new jars to update site, scrubbing old files at the same time

Nick Boldt (JIRA) jira-events at lists.jboss.org
Mon Dec 22 14:04:54 EST 2008


     [ https://jira.jboss.org/jira/browse/JBIDE-3436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Boldt resolved JBIDE-3436.
-------------------------------

    Fix Version/s: 3.0.0.CR2
       Resolution: Done


Implemented for jbosstools and devstudio nightly trunk builds (added to Hudson scripts):

## generate JBT update site, and clean out old versions while synching [JBIDE-3436] 
if [[ -d $WORKSPACE/jbds-build/site/eclipse ]]; then
  mkdir -p $WORKSPACE/jbds-build/site/nightly/trunk
  mv $WORKSPACE/jbds-build/site/eclipse/* $WORKSPACE/jbds-build/site/nightly/trunk
  rsync -arz --delete $WORKSPACE/jbds-build/site/nightly jbossqa at download.jboss.org:/htdocs/jbosstools/updates/
fi
#update site url is http://download.jboss.org/jbosstools/updates/nightly/trunk/


> use rsync to push new jars to update site, scrubbing old files at the same time
> -------------------------------------------------------------------------------
>
>                 Key: JBIDE-3436
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-3436
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>            Reporter: Nick Boldt
>            Assignee: Nick Boldt
>             Fix For: 3.0.0.CR2
>
>
> Need something like this:
> rsync -arz --delete <sourcedir> <targetdir>
> May also need --protocol=29 to connect to  jbossqa at download.jboss.org:/htdocs/jbosstools/updates/, as it's running an older version of rsync

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list