Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Oomph » Mirror update sites referenced in setup
Mirror update sites referenced in setup [message #1731994] Wed, 11 May 2016 14:06 Go to next message
Johannes Dorn is currently offline Johannes DornFriend
Messages: 61
Registered: June 2013
Member
Is there a way/tool to mirror all referenced update sites of a product and its projects, essentially creating one big self-contained update site?

I am trying to have an Oomph setup with regular update sites, then ship this setup to a customer who wants to be able to execute it locally, without depending on current availability of the update sites. The customer would have a custom installer that redirects all update sites to their local mirror.

I realize that such a mirror might become quite large but size and mirror times are not a constraint for our purposes.
Re: Mirror update sites referenced in setup [message #1731996 is a reply to message #1731994] Wed, 11 May 2016 14:15 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
Johannes,

To create our tutorial setups (so they work without internet access),
I've used p2 mirror application:

https://wiki.eclipse.org/Equinox_p2_Repository_Mirroring

I created one mirror per repository involved, and used the same folder
convention such that a single redirect of
http://download.eclipse.org/->file:/mirrors/ would redirect them all. I
did similar things create local clones the redirect all those to one folder.

You might write a nice script for that. You could copy all the loaded
repositories from the log. I'm not sure, but I think the mirror
application aggregates composites.


On 11.05.2016 16:06, Johannes Dorn wrote:
> Is there a way/tool to mirror all referenced update sites of a product
> and its projects, essentially creating one big self-contained update
> site?
>
> I am trying to have an Oomph setup with regular update sites, then
> ship this setup to a customer who wants to be able to execute it
> locally, without depending on current availability of the update
> sites. The customer would have a custom installer that redirects all
> update sites to their local mirror.
>
> I realize that such a mirror might become quite large but size and
> mirror times are not a constraint for our purposes.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Mirror update sites referenced in setup [message #1740308 is a reply to message #1731996] Thu, 11 August 2016 12:46 Go to previous messageGo to next message
Simon Stratmann is currently offline Simon StratmannFriend
Messages: 10
Registered: August 2016
Junior Member
Hi Ed,

how do I configure the installer to use such a mirror? We would like to use Oomph to setup SDKs for a couple of hundred developers (in-house). The installer should use the update site mirror from our intranet instead of pulling everything from the internet.
Re: Mirror update sites referenced in setup [message #1741253 is a reply to message #1740308] Wed, 24 August 2016 07:57 Go to previous message
Simon Stratmann is currently offline Simon StratmannFriend
Messages: 10
Registered: August 2016
Junior Member
Got it, I just added them as "repository" to the setup file and now the mirrors are used.
Re: Mirror update sites referenced in setup [message #1742044 is a reply to message #1740308] Fri, 12 August 2016 15:26 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
If you hosted your own product or project catalogs you could use it that
way.

https://wiki.eclipse.org/Eclipse_Oomph_Authoring#Hosting_your_own_index_.2F_catalogs

Or you can add a bunch of -Doomph.redirection.* options to the
eclipse-inst.ini. Or, if you host your own setups, you can specify
Redirection tasks in much the same way.


On 12.08.2016 15:32, Simon Stratmann wrote:
> Hi Ed,
>
> how do I configure the installer to use such a mirror? We would like
> to use Oomph to setup SDKs for a couple of hundred developers
> (in-house). The installer should use the update site mirror from our
> intranet instead of pulling everything from the internet.


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Debugging a task [Solved]
Next Topic:API Baseline Activation fails
Goto Forum:
  


Current Time: Fri Apr 26 20:14:14 GMT 2024

Powered by FUDForum. Page generated in 0.03602 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top