* [yocto-autobuilder][PATCH] /buildset-config.controller/eclipse-plugin-*
@ 2016-09-16 5:08 Graydon, Tracy
2016-09-16 12:07 ` Joshua Lock
0 siblings, 1 reply; 7+ messages in thread
From: Graydon, Tracy @ 2016-09-16 5:08 UTC (permalink / raw)
To: yocto; +Cc: joshua.g.lock
We are no longer supporting kepler or luna. Remove the build set for those and
remove luna from yoctoAB.conf.
Signed-off-by: Graydon, Tracy <tracy.graydon@intel.com>
---
buildset-config.controller/eclipse-plugin-kepler.conf | 10 ----------
buildset-config.controller/eclipse-plugin-luna.conf | 11 -----------
buildset-config.controller/yoctoAB.conf | 1 -
3 files changed, 22 deletions(-)
delete mode 100644 buildset-config.controller/eclipse-plugin-kepler.conf
delete mode 100644 buildset-config.controller/eclipse-plugin-luna.conf
diff --git a/buildset-config.controller/eclipse-plugin-kepler.conf b/buildset-config.controller/eclipse-plugin-kepler.conf
deleted file mode 100644
index 9948852..0000000
--- a/buildset-config.controller/eclipse-plugin-kepler.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-[eclipse-plugin-kepler]
-builders: 'example-worker'
-repos: [{'eclipse-poky-kepler':
- {'repourl':'git://git.yoctoproject.org/eclipse-poky',
- 'branch':'kepler-master'}}]
-steps: [{'SetDest':{}},
- {'CheckOutLayers': {}},
- {'BuildEclipsePlugin': {'eclipsedir': 'eclipse-poky-kepler'}},
- {'PublishLayerTarballs':{}},
- {'PublishArtifacts': {'artifacts': ['eclipse-plugin-kepler']}}]
diff --git a/buildset-config.controller/eclipse-plugin-luna.conf b/buildset-config.controller/eclipse-plugin-luna.conf
deleted file mode 100644
index d745af3..0000000
--- a/buildset-config.controller/eclipse-plugin-luna.conf
+++ /dev/null
@@ -1,11 +0,0 @@
-[eclipse-plugin-luna]
-builders: 'example-worker'
-repos: [{'eclipse-poky-luna':
- {'repourl':'git://git.yoctoproject.org/eclipse-poky',
- 'branch':'luna-master' }}]
-steps: [{'SetDest':{}},
- {'CheckOutLayers': {}},
- {'BuildEclipsePlugin': {'eclipsedir': 'eclipse-poky-luna'}},
- {'PublishLayerTarballs':{}},
- {'PublishArtifacts': {'artifacts': ['eclipse-plugin-luna']}}]
-
diff --git a/buildset-config.controller/yoctoAB.conf b/buildset-config.controller/yoctoAB.conf
index fe9750b..309a5ab 100644
--- a/buildset-config.controller/yoctoAB.conf
+++ b/buildset-config.controller/yoctoAB.conf
@@ -1,6 +1,5 @@
[BuildSets]
order: ['nightly', 'eclipse-plugin-neon', 'eclipse-plugin-mars',
- 'eclipse-plugin-luna',
'nightly-arm', 'nightly-arm64', 'nightly-arm-lsb',
'nightly-mips', 'nightly-mips64', 'nightly-mips-lsb',
'nightly-ppc', 'nightly-ppc-lsb', 'nightly-no-x11',
--
2.7.0
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [yocto-autobuilder][PATCH] /buildset-config.controller/eclipse-plugin-*
2016-09-16 5:08 [yocto-autobuilder][PATCH] /buildset-config.controller/eclipse-plugin-* Graydon, Tracy
@ 2016-09-16 12:07 ` Joshua Lock
2016-09-16 14:24 ` Bill Randle
2016-09-18 21:22 ` akuster808
0 siblings, 2 replies; 7+ messages in thread
From: Joshua Lock @ 2016-09-16 12:07 UTC (permalink / raw)
To: Graydon, Tracy, yocto
On Thu, 2016-09-15 at 22:08 -0700, Graydon, Tracy wrote:
> We are no longer supporting kepler or luna. Remove the build set for
> those and
> remove luna from yoctoAB.conf.
Pushed to master, thanks!
>
> Signed-off-by: Graydon, Tracy <tracy.graydon@intel.com>
> ---
> buildset-config.controller/eclipse-plugin-kepler.conf | 10 -------
> ---
> buildset-config.controller/eclipse-plugin-luna.conf | 11 -------
> ----
> buildset-config.controller/yoctoAB.conf | 1 -
> 3 files changed, 22 deletions(-)
> delete mode 100644 buildset-config.controller/eclipse-plugin-
> kepler.conf
> delete mode 100644 buildset-config.controller/eclipse-plugin-
> luna.conf
>
> diff --git a/buildset-config.controller/eclipse-plugin-kepler.conf
> b/buildset-config.controller/eclipse-plugin-kepler.conf
> deleted file mode 100644
> index 9948852..0000000
> --- a/buildset-config.controller/eclipse-plugin-kepler.conf
> +++ /dev/null
> @@ -1,10 +0,0 @@
> -[eclipse-plugin-kepler]
> -builders: 'example-worker'
> -repos: [{'eclipse-poky-kepler':
> - {'repourl':'git://git.yoctoproject.org/eclipse-poky',
> - 'branch':'kepler-master'}}]
> -steps: [{'SetDest':{}},
> - {'CheckOutLayers': {}},
> - {'BuildEclipsePlugin': {'eclipsedir': 'eclipse-poky-
> kepler'}},
> - {'PublishLayerTarballs':{}},
> - {'PublishArtifacts': {'artifacts': ['eclipse-plugin-
> kepler']}}]
> diff --git a/buildset-config.controller/eclipse-plugin-luna.conf
> b/buildset-config.controller/eclipse-plugin-luna.conf
> deleted file mode 100644
> index d745af3..0000000
> --- a/buildset-config.controller/eclipse-plugin-luna.conf
> +++ /dev/null
> @@ -1,11 +0,0 @@
> -[eclipse-plugin-luna]
> -builders: 'example-worker'
> -repos: [{'eclipse-poky-luna':
> - {'repourl':'git://git.yoctoproject.org/eclipse-poky',
> - 'branch':'luna-master' }}]
> -steps: [{'SetDest':{}},
> - {'CheckOutLayers': {}},
> - {'BuildEclipsePlugin': {'eclipsedir': 'eclipse-poky-luna'}},
> - {'PublishLayerTarballs':{}},
> - {'PublishArtifacts': {'artifacts': ['eclipse-plugin-
> luna']}}]
> -
> diff --git a/buildset-config.controller/yoctoAB.conf b/buildset-
> config.controller/yoctoAB.conf
> index fe9750b..309a5ab 100644
> --- a/buildset-config.controller/yoctoAB.conf
> +++ b/buildset-config.controller/yoctoAB.conf
> @@ -1,6 +1,5 @@
> [BuildSets]
> order: ['nightly', 'eclipse-plugin-neon', 'eclipse-plugin-mars',
> - 'eclipse-plugin-luna',
> 'nightly-arm', 'nightly-arm64', 'nightly-arm-lsb',
> 'nightly-mips', 'nightly-mips64', 'nightly-mips-lsb',
> 'nightly-ppc', 'nightly-ppc-lsb', 'nightly-no-x11',
> --
> 2.7.0
>
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [yocto-autobuilder][PATCH] /buildset-config.controller/eclipse-plugin-*
2016-09-16 12:07 ` Joshua Lock
@ 2016-09-16 14:24 ` Bill Randle
2016-09-16 14:37 ` Joshua Lock
2016-09-18 21:22 ` akuster808
1 sibling, 1 reply; 7+ messages in thread
From: Bill Randle @ 2016-09-16 14:24 UTC (permalink / raw)
To: Joshua Lock; +Cc: yocto
Also, buildset-config.controller/nightly.conf needs to be edited and
the rule for luna removed.
-Bill
On Fri, Sep 16, 2016 at 5:07 AM, Joshua Lock
<joshua.g.lock@linux.intel.com> wrote:
> On Thu, 2016-09-15 at 22:08 -0700, Graydon, Tracy wrote:
>> We are no longer supporting kepler or luna. Remove the build set for
>> those and
>> remove luna from yoctoAB.conf.
>
> Pushed to master, thanks!
>
>>
>> Signed-off-by: Graydon, Tracy <tracy.graydon@intel.com>
>> ---
>> buildset-config.controller/eclipse-plugin-kepler.conf | 10 -------
>> ---
>> buildset-config.controller/eclipse-plugin-luna.conf | 11 -------
>> ----
>> buildset-config.controller/yoctoAB.conf | 1 -
>> 3 files changed, 22 deletions(-)
>> delete mode 100644 buildset-config.controller/eclipse-plugin-
>> kepler.conf
>> delete mode 100644 buildset-config.controller/eclipse-plugin-
>> luna.conf
>>
>> diff --git a/buildset-config.controller/eclipse-plugin-kepler.conf
>> b/buildset-config.controller/eclipse-plugin-kepler.conf
>> deleted file mode 100644
>> index 9948852..0000000
>> --- a/buildset-config.controller/eclipse-plugin-kepler.conf
>> +++ /dev/null
>> @@ -1,10 +0,0 @@
>> -[eclipse-plugin-kepler]
>> -builders: 'example-worker'
>> -repos: [{'eclipse-poky-kepler':
>> - {'repourl':'git://git.yoctoproject.org/eclipse-poky',
>> - 'branch':'kepler-master'}}]
>> -steps: [{'SetDest':{}},
>> - {'CheckOutLayers': {}},
>> - {'BuildEclipsePlugin': {'eclipsedir': 'eclipse-poky-
>> kepler'}},
>> - {'PublishLayerTarballs':{}},
>> - {'PublishArtifacts': {'artifacts': ['eclipse-plugin-
>> kepler']}}]
>> diff --git a/buildset-config.controller/eclipse-plugin-luna.conf
>> b/buildset-config.controller/eclipse-plugin-luna.conf
>> deleted file mode 100644
>> index d745af3..0000000
>> --- a/buildset-config.controller/eclipse-plugin-luna.conf
>> +++ /dev/null
>> @@ -1,11 +0,0 @@
>> -[eclipse-plugin-luna]
>> -builders: 'example-worker'
>> -repos: [{'eclipse-poky-luna':
>> - {'repourl':'git://git.yoctoproject.org/eclipse-poky',
>> - 'branch':'luna-master' }}]
>> -steps: [{'SetDest':{}},
>> - {'CheckOutLayers': {}},
>> - {'BuildEclipsePlugin': {'eclipsedir': 'eclipse-poky-luna'}},
>> - {'PublishLayerTarballs':{}},
>> - {'PublishArtifacts': {'artifacts': ['eclipse-plugin-
>> luna']}}]
>> -
>> diff --git a/buildset-config.controller/yoctoAB.conf b/buildset-
>> config.controller/yoctoAB.conf
>> index fe9750b..309a5ab 100644
>> --- a/buildset-config.controller/yoctoAB.conf
>> +++ b/buildset-config.controller/yoctoAB.conf
>> @@ -1,6 +1,5 @@
>> [BuildSets]
>> order: ['nightly', 'eclipse-plugin-neon', 'eclipse-plugin-mars',
>> - 'eclipse-plugin-luna',
>> 'nightly-arm', 'nightly-arm64', 'nightly-arm-lsb',
>> 'nightly-mips', 'nightly-mips64', 'nightly-mips-lsb',
>> 'nightly-ppc', 'nightly-ppc-lsb', 'nightly-no-x11',
>> --
>> 2.7.0
>>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [yocto-autobuilder][PATCH] /buildset-config.controller/eclipse-plugin-*
2016-09-16 14:24 ` Bill Randle
@ 2016-09-16 14:37 ` Joshua Lock
2016-09-16 16:55 ` Tim Orling
0 siblings, 1 reply; 7+ messages in thread
From: Joshua Lock @ 2016-09-16 14:37 UTC (permalink / raw)
To: Bill Randle; +Cc: yocto
Great catch, thanks Bill.
I've pushed a patch to make this change.
Thanks,
Joshua
On Fri, 2016-09-16 at 07:24 -0700, Bill Randle wrote:
> Also, buildset-config.controller/nightly.conf needs to be edited and
> the rule for luna removed.
>
> -Bill
>
> On Fri, Sep 16, 2016 at 5:07 AM, Joshua Lock
> <joshua.g.lock@linux.intel.com> wrote:
> >
> > On Thu, 2016-09-15 at 22:08 -0700, Graydon, Tracy wrote:
> > >
> > > We are no longer supporting kepler or luna. Remove the build set
> > > for
> > > those and
> > > remove luna from yoctoAB.conf.
> >
> > Pushed to master, thanks!
> >
> > >
> > >
> > > Signed-off-by: Graydon, Tracy <tracy.graydon@intel.com>
> > > ---
> > > buildset-config.controller/eclipse-plugin-kepler.conf | 10 ---
> > > ----
> > > ---
> > > buildset-config.controller/eclipse-plugin-luna.conf | 11 ---
> > > ----
> > > ----
> > > buildset-config.controller/yoctoAB.conf | 1 -
> > > 3 files changed, 22 deletions(-)
> > > delete mode 100644 buildset-config.controller/eclipse-plugin-
> > > kepler.conf
> > > delete mode 100644 buildset-config.controller/eclipse-plugin-
> > > luna.conf
> > >
> > > diff --git a/buildset-config.controller/eclipse-plugin-
> > > kepler.conf
> > > b/buildset-config.controller/eclipse-plugin-kepler.conf
> > > deleted file mode 100644
> > > index 9948852..0000000
> > > --- a/buildset-config.controller/eclipse-plugin-kepler.conf
> > > +++ /dev/null
> > > @@ -1,10 +0,0 @@
> > > -[eclipse-plugin-kepler]
> > > -builders: 'example-worker'
> > > -repos: [{'eclipse-poky-kepler':
> > > - {'repourl':'git://git.yoctoproject.org/eclipse-
> > > poky',
> > > - 'branch':'kepler-master'}}]
> > > -steps: [{'SetDest':{}},
> > > - {'CheckOutLayers': {}},
> > > - {'BuildEclipsePlugin': {'eclipsedir': 'eclipse-poky-
> > > kepler'}},
> > > - {'PublishLayerTarballs':{}},
> > > - {'PublishArtifacts': {'artifacts': ['eclipse-plugin-
> > > kepler']}}]
> > > diff --git a/buildset-config.controller/eclipse-plugin-luna.conf
> > > b/buildset-config.controller/eclipse-plugin-luna.conf
> > > deleted file mode 100644
> > > index d745af3..0000000
> > > --- a/buildset-config.controller/eclipse-plugin-luna.conf
> > > +++ /dev/null
> > > @@ -1,11 +0,0 @@
> > > -[eclipse-plugin-luna]
> > > -builders: 'example-worker'
> > > -repos: [{'eclipse-poky-luna':
> > > - {'repourl':'git://git.yoctoproject.org/eclipse-
> > > poky',
> > > - 'branch':'luna-master' }}]
> > > -steps: [{'SetDest':{}},
> > > - {'CheckOutLayers': {}},
> > > - {'BuildEclipsePlugin': {'eclipsedir': 'eclipse-poky-
> > > luna'}},
> > > - {'PublishLayerTarballs':{}},
> > > - {'PublishArtifacts': {'artifacts': ['eclipse-plugin-
> > > luna']}}]
> > > -
> > > diff --git a/buildset-config.controller/yoctoAB.conf b/buildset-
> > > config.controller/yoctoAB.conf
> > > index fe9750b..309a5ab 100644
> > > --- a/buildset-config.controller/yoctoAB.conf
> > > +++ b/buildset-config.controller/yoctoAB.conf
> > > @@ -1,6 +1,5 @@
> > > [BuildSets]
> > > order: ['nightly', 'eclipse-plugin-neon', 'eclipse-plugin-mars',
> > > - 'eclipse-plugin-luna',
> > > 'nightly-arm', 'nightly-arm64', 'nightly-arm-lsb',
> > > 'nightly-mips', 'nightly-mips64', 'nightly-mips-lsb',
> > > 'nightly-ppc', 'nightly-ppc-lsb', 'nightly-no-x11',
> > > --
> > > 2.7.0
> > >
> > --
> > _______________________________________________
> > yocto mailing list
> > yocto@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/yocto
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [yocto-autobuilder][PATCH] /buildset-config.controller/eclipse-plugin-*
2016-09-16 14:37 ` Joshua Lock
@ 2016-09-16 16:55 ` Tim Orling
0 siblings, 0 replies; 7+ messages in thread
From: Tim Orling @ 2016-09-16 16:55 UTC (permalink / raw)
To: Joshua Lock; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 4195 bytes --]
Thank you all for jumping on this. Very much appreciated.
--Tim
On Fri, Sep 16, 2016 at 7:37 AM, Joshua Lock <joshua.g.lock@linux.intel.com>
wrote:
> Great catch, thanks Bill.
>
> I've pushed a patch to make this change.
>
> Thanks,
>
> Joshua
>
> On Fri, 2016-09-16 at 07:24 -0700, Bill Randle wrote:
> > Also, buildset-config.controller/nightly.conf needs to be edited and
> > the rule for luna removed.
> >
> > -Bill
> >
> > On Fri, Sep 16, 2016 at 5:07 AM, Joshua Lock
> > <joshua.g.lock@linux.intel.com> wrote:
> > >
> > > On Thu, 2016-09-15 at 22:08 -0700, Graydon, Tracy wrote:
> > > >
> > > > We are no longer supporting kepler or luna. Remove the build set
> > > > for
> > > > those and
> > > > remove luna from yoctoAB.conf.
> > >
> > > Pushed to master, thanks!
> > >
> > > >
> > > >
> > > > Signed-off-by: Graydon, Tracy <tracy.graydon@intel.com>
> > > > ---
> > > > buildset-config.controller/eclipse-plugin-kepler.conf | 10 ---
> > > > ----
> > > > ---
> > > > buildset-config.controller/eclipse-plugin-luna.conf | 11 ---
> > > > ----
> > > > ----
> > > > buildset-config.controller/yoctoAB.conf | 1 -
> > > > 3 files changed, 22 deletions(-)
> > > > delete mode 100644 buildset-config.controller/eclipse-plugin-
> > > > kepler.conf
> > > > delete mode 100644 buildset-config.controller/eclipse-plugin-
> > > > luna.conf
> > > >
> > > > diff --git a/buildset-config.controller/eclipse-plugin-
> > > > kepler.conf
> > > > b/buildset-config.controller/eclipse-plugin-kepler.conf
> > > > deleted file mode 100644
> > > > index 9948852..0000000
> > > > --- a/buildset-config.controller/eclipse-plugin-kepler.conf
> > > > +++ /dev/null
> > > > @@ -1,10 +0,0 @@
> > > > -[eclipse-plugin-kepler]
> > > > -builders: 'example-worker'
> > > > -repos: [{'eclipse-poky-kepler':
> > > > - {'repourl':'git://git.yoctoproject.org/eclipse-
> > > > poky',
> > > > - 'branch':'kepler-master'}}]
> > > > -steps: [{'SetDest':{}},
> > > > - {'CheckOutLayers': {}},
> > > > - {'BuildEclipsePlugin': {'eclipsedir': 'eclipse-poky-
> > > > kepler'}},
> > > > - {'PublishLayerTarballs':{}},
> > > > - {'PublishArtifacts': {'artifacts': ['eclipse-plugin-
> > > > kepler']}}]
> > > > diff --git a/buildset-config.controller/eclipse-plugin-luna.conf
> > > > b/buildset-config.controller/eclipse-plugin-luna.conf
> > > > deleted file mode 100644
> > > > index d745af3..0000000
> > > > --- a/buildset-config.controller/eclipse-plugin-luna.conf
> > > > +++ /dev/null
> > > > @@ -1,11 +0,0 @@
> > > > -[eclipse-plugin-luna]
> > > > -builders: 'example-worker'
> > > > -repos: [{'eclipse-poky-luna':
> > > > - {'repourl':'git://git.yoctoproject.org/eclipse-
> > > > poky',
> > > > - 'branch':'luna-master' }}]
> > > > -steps: [{'SetDest':{}},
> > > > - {'CheckOutLayers': {}},
> > > > - {'BuildEclipsePlugin': {'eclipsedir': 'eclipse-poky-
> > > > luna'}},
> > > > - {'PublishLayerTarballs':{}},
> > > > - {'PublishArtifacts': {'artifacts': ['eclipse-plugin-
> > > > luna']}}]
> > > > -
> > > > diff --git a/buildset-config.controller/yoctoAB.conf b/buildset-
> > > > config.controller/yoctoAB.conf
> > > > index fe9750b..309a5ab 100644
> > > > --- a/buildset-config.controller/yoctoAB.conf
> > > > +++ b/buildset-config.controller/yoctoAB.conf
> > > > @@ -1,6 +1,5 @@
> > > > [BuildSets]
> > > > order: ['nightly', 'eclipse-plugin-neon', 'eclipse-plugin-mars',
> > > > - 'eclipse-plugin-luna',
> > > > 'nightly-arm', 'nightly-arm64', 'nightly-arm-lsb',
> > > > 'nightly-mips', 'nightly-mips64', 'nightly-mips-lsb',
> > > > 'nightly-ppc', 'nightly-ppc-lsb', 'nightly-no-x11',
> > > > --
> > > > 2.7.0
> > > >
> > > --
> > > _______________________________________________
> > > yocto mailing list
> > > yocto@yoctoproject.org
> > > https://lists.yoctoproject.org/listinfo/yocto
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
[-- Attachment #2: Type: text/html, Size: 6806 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [yocto-autobuilder][PATCH] /buildset-config.controller/eclipse-plugin-*
2016-09-16 12:07 ` Joshua Lock
2016-09-16 14:24 ` Bill Randle
@ 2016-09-18 21:22 ` akuster808
2016-09-18 21:36 ` Tim Orling
1 sibling, 1 reply; 7+ messages in thread
From: akuster808 @ 2016-09-18 21:22 UTC (permalink / raw)
To: Joshua Lock, Graydon, Tracy, yocto
Are these eclipse versions supported by Krogoth or Jethro?
- armin
On 09/16/2016 05:07 AM, Joshua Lock wrote:
> On Thu, 2016-09-15 at 22:08 -0700, Graydon, Tracy wrote:
>> We are no longer supporting kepler or luna. Remove the build set for
>> those and
>> remove luna from yoctoAB.conf.
> Pushed to master, thanks!
>
>> Signed-off-by: Graydon, Tracy <tracy.graydon@intel.com>
>> ---
>> buildset-config.controller/eclipse-plugin-kepler.conf | 10 -------
>> ---
>> buildset-config.controller/eclipse-plugin-luna.conf | 11 -------
>> ----
>> buildset-config.controller/yoctoAB.conf | 1 -
>> 3 files changed, 22 deletions(-)
>> delete mode 100644 buildset-config.controller/eclipse-plugin-
>> kepler.conf
>> delete mode 100644 buildset-config.controller/eclipse-plugin-
>> luna.conf
>>
>> diff --git a/buildset-config.controller/eclipse-plugin-kepler.conf
>> b/buildset-config.controller/eclipse-plugin-kepler.conf
>> deleted file mode 100644
>> index 9948852..0000000
>> --- a/buildset-config.controller/eclipse-plugin-kepler.conf
>> +++ /dev/null
>> @@ -1,10 +0,0 @@
>> -[eclipse-plugin-kepler]
>> -builders: 'example-worker'
>> -repos: [{'eclipse-poky-kepler':
>> - {'repourl':'git://git.yoctoproject.org/eclipse-poky',
>> - 'branch':'kepler-master'}}]
>> -steps: [{'SetDest':{}},
>> - {'CheckOutLayers': {}},
>> - {'BuildEclipsePlugin': {'eclipsedir': 'eclipse-poky-
>> kepler'}},
>> - {'PublishLayerTarballs':{}},
>> - {'PublishArtifacts': {'artifacts': ['eclipse-plugin-
>> kepler']}}]
>> diff --git a/buildset-config.controller/eclipse-plugin-luna.conf
>> b/buildset-config.controller/eclipse-plugin-luna.conf
>> deleted file mode 100644
>> index d745af3..0000000
>> --- a/buildset-config.controller/eclipse-plugin-luna.conf
>> +++ /dev/null
>> @@ -1,11 +0,0 @@
>> -[eclipse-plugin-luna]
>> -builders: 'example-worker'
>> -repos: [{'eclipse-poky-luna':
>> - {'repourl':'git://git.yoctoproject.org/eclipse-poky',
>> - 'branch':'luna-master' }}]
>> -steps: [{'SetDest':{}},
>> - {'CheckOutLayers': {}},
>> - {'BuildEclipsePlugin': {'eclipsedir': 'eclipse-poky-luna'}},
>> - {'PublishLayerTarballs':{}},
>> - {'PublishArtifacts': {'artifacts': ['eclipse-plugin-
>> luna']}}]
>> -
>> diff --git a/buildset-config.controller/yoctoAB.conf b/buildset-
>> config.controller/yoctoAB.conf
>> index fe9750b..309a5ab 100644
>> --- a/buildset-config.controller/yoctoAB.conf
>> +++ b/buildset-config.controller/yoctoAB.conf
>> @@ -1,6 +1,5 @@
>> [BuildSets]
>> order: ['nightly', 'eclipse-plugin-neon', 'eclipse-plugin-mars',
>> - 'eclipse-plugin-luna',
>> 'nightly-arm', 'nightly-arm64', 'nightly-arm-lsb',
>> 'nightly-mips', 'nightly-mips64', 'nightly-mips-lsb',
>> 'nightly-ppc', 'nightly-ppc-lsb', 'nightly-no-x11',
>> --
>> 2.7.0
>>
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: [yocto-autobuilder][PATCH] /buildset-config.controller/eclipse-plugin-*
2016-09-18 21:22 ` akuster808
@ 2016-09-18 21:36 ` Tim Orling
0 siblings, 0 replies; 7+ messages in thread
From: Tim Orling @ 2016-09-18 21:36 UTC (permalink / raw)
To: akuster808; +Cc: yocto
[-- Attachment #1: Type: text/plain, Size: 3781 bytes --]
The last commit to support Jethro in the plugins was http://git.yoctoproject.org/cgit/cgit.cgi/eclipse-poky/commit/?id=e38ce99f413b832be4a8c6db5f739fed0041d2f4
Krogoth (2.1.1+) continues to be supported.
The difference is the drop of ADT and HOB. We have very limited resources to backport.
Some functionality might still work on Jethro. If the community would like to help continue/improve Jethro support in the plugins, we can provide some pointers to what is needed.
> On Sep 18, 2016, at 2:22 PM, akuster808 <akuster808@gmail.com> wrote:
>
>
> Are these eclipse versions supported by Krogoth or Jethro?
>
> - armin
>
>> On 09/16/2016 05:07 AM, Joshua Lock wrote:
>>> On Thu, 2016-09-15 at 22:08 -0700, Graydon, Tracy wrote:
>>> We are no longer supporting kepler or luna. Remove the build set for
>>> those and
>>> remove luna from yoctoAB.conf.
>> Pushed to master, thanks!
>>
>>> Signed-off-by: Graydon, Tracy <tracy.graydon@intel.com>
>>> ---
>>> buildset-config.controller/eclipse-plugin-kepler.conf | 10 -------
>>> ---
>>> buildset-config.controller/eclipse-plugin-luna.conf | 11 -------
>>> ----
>>> buildset-config.controller/yoctoAB.conf | 1 -
>>> 3 files changed, 22 deletions(-)
>>> delete mode 100644 buildset-config.controller/eclipse-plugin-
>>> kepler.conf
>>> delete mode 100644 buildset-config.controller/eclipse-plugin-
>>> luna.conf
>>>
>>> diff --git a/buildset-config.controller/eclipse-plugin-kepler.conf
>>> b/buildset-config.controller/eclipse-plugin-kepler.conf
>>> deleted file mode 100644
>>> index 9948852..0000000
>>> --- a/buildset-config.controller/eclipse-plugin-kepler.conf
>>> +++ /dev/null
>>> @@ -1,10 +0,0 @@
>>> -[eclipse-plugin-kepler]
>>> -builders: 'example-worker'
>>> -repos: [{'eclipse-poky-kepler':
>>> - {'repourl':'git://git.yoctoproject.org/eclipse-poky',
>>> - 'branch':'kepler-master'}}]
>>> -steps: [{'SetDest':{}},
>>> - {'CheckOutLayers': {}},
>>> - {'BuildEclipsePlugin': {'eclipsedir': 'eclipse-poky-
>>> kepler'}},
>>> - {'PublishLayerTarballs':{}},
>>> - {'PublishArtifacts': {'artifacts': ['eclipse-plugin-
>>> kepler']}}]
>>> diff --git a/buildset-config.controller/eclipse-plugin-luna.conf
>>> b/buildset-config.controller/eclipse-plugin-luna.conf
>>> deleted file mode 100644
>>> index d745af3..0000000
>>> --- a/buildset-config.controller/eclipse-plugin-luna.conf
>>> +++ /dev/null
>>> @@ -1,11 +0,0 @@
>>> -[eclipse-plugin-luna]
>>> -builders: 'example-worker'
>>> -repos: [{'eclipse-poky-luna':
>>> - {'repourl':'git://git.yoctoproject.org/eclipse-poky',
>>> - 'branch':'luna-master' }}]
>>> -steps: [{'SetDest':{}},
>>> - {'CheckOutLayers': {}},
>>> - {'BuildEclipsePlugin': {'eclipsedir': 'eclipse-poky-luna'}},
>>> - {'PublishLayerTarballs':{}},
>>> - {'PublishArtifacts': {'artifacts': ['eclipse-plugin-
>>> luna']}}]
>>> -
>>> diff --git a/buildset-config.controller/yoctoAB.conf b/buildset-
>>> config.controller/yoctoAB.conf
>>> index fe9750b..309a5ab 100644
>>> --- a/buildset-config.controller/yoctoAB.conf
>>> +++ b/buildset-config.controller/yoctoAB.conf
>>> @@ -1,6 +1,5 @@
>>> [BuildSets]
>>> order: ['nightly', 'eclipse-plugin-neon', 'eclipse-plugin-mars',
>>> - 'eclipse-plugin-luna',
>>> 'nightly-arm', 'nightly-arm64', 'nightly-arm-lsb',
>>> 'nightly-mips', 'nightly-mips64', 'nightly-mips-lsb',
>>> 'nightly-ppc', 'nightly-ppc-lsb', 'nightly-no-x11',
>>> --
>>> 2.7.0
>>>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
[-- Attachment #2: Type: text/html, Size: 11598 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2016-09-18 21:36 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-16 5:08 [yocto-autobuilder][PATCH] /buildset-config.controller/eclipse-plugin-* Graydon, Tracy
2016-09-16 12:07 ` Joshua Lock
2016-09-16 14:24 ` Bill Randle
2016-09-16 14:37 ` Joshua Lock
2016-09-16 16:55 ` Tim Orling
2016-09-18 21:22 ` akuster808
2016-09-18 21:36 ` Tim Orling
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.