Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-mirrors] Eclipse Europa - follow-up

Hi,

If wanted, we can support you with a full gigabit uplinked mirror by tomorow morning for the upcomming release.

We have plenty of bandwidth and enough computing power to support another mirror for your project.

As an eclipse user, I'll be happy to ask one of my engineers to setup a mirror today and sync to the latest releases.

p.s.: we can support a full mirror, not only latest releases or whatever....

Just let me know and it'll be done asap.

Best regards,

Pepijn Palmans
Managing Director

Kangaroot Linux Solutions
Grote Steenweg 91
2600 Berchem, Antwerpen
Tel: +32 3/286.17.17
Fax: +32 3/281.23.49
Email: pepijn@xxxxxxxxxxxxx

On Fri, 22 Jun 2007, Eclipse WebMaster (Denis Roy) wrote:

Greetings (again),

As a follow-up to my previous e-mail about our upcoming Europa release...

If you're not currently mirroring the /releases directory located at the top-level of our tree, we'd be infinitely greatful if you could do so. This is the directory that Eclipse users will use when installing additional projects from within Eclipse itself. If you do decide to mirror this, you don't need to tell me - if placed at the top-level of our tree, our servers will find it automatically.

For those using the eclipse.org mirror script, simply add this variable to the top "options" section:

release_trains=yes

And add these lines lower:

if [ $release_trains == yes ]; then
$RSYNC -rtlvp --delete $RSYNC_HOST::$RSYNC_PATH/releases/* $mirror_path/releases/
fi


This ends up being:
rsync -azv --delete download.eclipse.org::eclipseMirror/releases

This change will cover every future release train, so no other changed will need to occur.

Thanks!


Denis



--

Eclipse WebMaster - webmaster@xxxxxxxxxxx
Questions? Consult the WebMaster FAQ at http://wiki.eclipse.org/index.php/Webmaster_FAQ
View my status at http://wiki.eclipse.org/index.php/WebMaster
_______________________________________________
eclipse-mirrors mailing list
eclipse-mirrors@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipse-mirrors



Back to the top