Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Minor change to CBI platform repo

Thanks,

I've misunderstood you regarding which branch shall now be used. Now after eclipse.org is back to live I was able to build.

Something else is changed however: the build artifacts are moved: wiki says that "Packaged SDK zip files are located under"

eclipse.platform.releng.tychoeclipsebuilder/sdk/target/products

but I see them in:

<R3_localrepo>/eclipse/platform/releng/tychoeclipsebuilder/org.eclipse.platform.sdk

And I can't find the P2 repository...

Can you please clarify this in documentation - what shall be where?

Thanks again,
Andrey

On Tue, 04 Sep 2012 15:48:48 +0200, Thanh Ha <thanh.ha@xxxxxxxxxxx> wrote:

Hi Andrey,

Looks like there is a typo in your 1st command. You have JunoSR1_RC1 instead of JunoSR1_RC1_R3. The command should be:

$ git clone -b JunoSR1_RC1_R3 --recurse-submodules http://git.eclipse.org/gitroot/cbi/platform-aggregator.git R3_platform-aggregator

The 2nd command in your list won't work for the checkout unfortunately, you must have the "-b <branch>" option passed to checkout the platform CBI.

Hope this helps,


Thanh

On 03/09/2012 7:33 AM, Andrey Loskutov wrote:
Hi Thanh,

looks like you didn't pushed the changes yet? I'm unable to clone JunoSR1_RC1 branch.

$ git clone -b JunoSR1_RC1 --recurse-submodules http://git.eclipse.org/gitroot/cbi/platform-aggregator.git R3_platform-aggregator
Cloning into 'R3_platform-aggregator'...
fatal: Remote branch JunoSR1_RC1 not found in upstream origin


$ git clone --recurse-submodules http://git.eclipse.org/gitroot/cbi/platform-aggregator.git R3_platform-aggregator
Cloning into 'R3_platform-aggregator'...
remote: Counting objects: 2544, done.
remote: Compressing objects: 100% (1888/1888), done.
remote: Total 2544 (delta 1005), reused 1501 (delta 397)
Receiving objects: 100% (2544/2544), 19.57 MiB | 791 KiB/s, done.
Resolving deltas: 100% (1005/1005), done.
warning: remote HEAD refers to nonexistent ref, unable to checkout.


On Fri, 31 Aug 2012 19:18:18 +0200, Thanh Ha <thanh.ha@xxxxxxxxxxx> wrote:

Hi Everyone,

This change has been reverted per conversation in Bug 386646 Comment 21
[1]. Rather then maintaining 2 separate branches so that the build
selects different modules, we are now using profiles which are
auto-activated based on the existance of a file "platform-3.8" or
"platform-4.2" depending on which branch the platform-aggregator is
checked out [2].

I removed branches JunoSR1_RC1_R3 and JunoSR1_RC1_R4 from the CBI
eclipse.platform.ua repo and now only a combined branch JunoSR1_RC1 exists.


_______________________________________________
cbi-dev mailing list
cbi-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/cbi-dev


--
Kind regards,
mit freundlichen Grüßen
Andrey Loskutov

+Andrey: http://plus.google.com/u/0/113794713998126448910


Back to the top