[
https://issues.jboss.org/browse/JBIDE-13283?page=com.atlassian.jira.plugi...
]
Nick Boldt commented on JBIDE-13283:
------------------------------------
1. PRs are out of date. We have since decided to use "/static/" instead of
"/akamai/"
2. eng-ops won't let us move directly, so we can rsync everything we plan to move onto
dev01.mw, then do a 4-step shuffle to perform the moves & symlinks:
{code}foreach folder to move; do
mv $folder static/$folder
ln -s static/$folder
echo "mv $folder static/$folder" | sftp user@server:/path/to/parent/
rsync $folder user@server:/path/to/parent/static/
done{code}
Then we can apply PRs in
jbosstools-download.jboss.org to update all the refs to point to
the /static/ paths instead.
Use Akamai for Target-Platform, Mirror, releases stuff
------------------------------------------------------
Key: JBIDE-13283
URL:
https://issues.jboss.org/browse/JBIDE-13283
Project: Tools (JBoss Tools)
Issue Type: Enhancement
Components: Build/Releng
Reporter: Mickael Istria
Assignee: Mickael Istria
Fix For: 4.1.0.Alpha2
All our repositories that are either mirrors or target-platform are not updated often.
Then we could use Akamai to improve performances. At least these folders would be good:
*
http://download.jboss.org/jbosstools/updates/requirements/
*
http://download.jboss.org/jbosstools/updates/stable/
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira