Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Auto-save questions

Patrik, that makes a lot of sense and would really speed up the "git clone" step by effectively creating a global cache of git repositories.

Could I trouble you to update the wiki with these instructions?

On Wed, Jul 13, 2016 at 3:49 AM Patrik Suzzi <psuzzi@xxxxxxxxx> wrote:
In the last days I saw some slowdown in Oomph, 
that means that probably everyone is using it, and the Git/Gerrit repos are receiving lots of clone-requests

To speed-up Oomph installation, I recommend: 
- using the p2 .bundlepools (this should be default)
- using ${git.container.root/}${@id.remoteURI|gitRepository}-${@id.checkoutBranch} as git-clone rule

As: 
- With the bundlepools getting the IDE bundles is quick
- With a fixed git repo url, you reuse existing code -> getting the source is Quick. 

Example for Platform UI setup 

image.png


Best Regards,

Patrik Suzzi
Software 
Engineer, Eclipse
Platform UI Committer

On Wed, Jul 13, 2016 at 10:54 AM, Sopot Cela <scela@xxxxxxxxxx> wrote:


----- Oorspronkelijk bericht -----
> Van: "Dirk Fauth" <dirk.fauth@xxxxxxxxx>
> Aan: "Eclipse Platform UI component developers list." <platform-ui-dev@xxxxxxxxxxx>
> Verzonden: Woensdag 13 juli 2016 10:45:27
> Onderwerp: Re: [platform-ui-dev] Auto-save questions
>
>
>
> Ok, maybe I misinterpreted some discussions. In that case nevermind. Sorry
> for the noise.
>
> Regarding the oomph Setup. I have installed platform-ui and platform-runtime.
> The freeze monitoring is enabled by default. I can see in the progress
> information that resolving the bundle dependencies is taking the time.
>
> I'm not sure what is wrong. The installation via oomph took hours. But that
> is probably an issue with the infrastructure we are seeing the last days. I

I also decided to give a test drive to Oomph on Windows and it took at least half an our to collect everything. In the meantime I downloaded and unzipped the zip version a couple of times. I didn't react with a bug as I also blamed it on infra. However it remains that for the first-time downloader (what we offer on eclipse.org), it doesn't really matter where the issue lies. All they see is zip downloading is faster (if they manage to find the zip).

Also on Linux the installer is a zip. If I have to unzip the installer and run it, I might as well unzip eclipse itself.
_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-ui-dev

_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-ui-dev

Back to the top