Reputation: 5086
I'm using ganymede but I can't find the option to change mirror for the update sites. Is there a way to change this?
Upvotes: 11
Views: 8324
Reputation: 1324937
The all notion of mirrors is no more a first class citizen of eclipse Ganymede update mechanism, but rather a simple property of a repositories (for metadata or artifact).
You may still force a mirror for a given feature, with a command-line similar to the one mentioned in this bug.
eclipsec -verbose -application org.eclipse.equinox.p2.metadata.repository.mirrorApplication
-source http://www.someurl.com/ -destination file:x:/local/path/to/mirror
(not tested though)
See also this introduction to P2
Upvotes: 3
Reputation: 31403
Just uncheck "select mirrors automatically" and it will prompt you for mirrors next time.
Upvotes: 0
Reputation: 1764
If i am not mistaken, in "Help->Software Updates" you can manage all the eclipse repositories...
Upvotes: -1