From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 866BEE006E9; Fri, 16 Sep 2016 05:08:04 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [134.134.136.65 listed in list.dnswl.org] Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 5B04FE006E9 for ; Fri, 16 Sep 2016 05:07:59 -0700 (PDT) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga103.jf.intel.com with ESMTP; 16 Sep 2016 05:07:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,344,1470726000"; d="scan'208";a="9855453" Received: from jlock-mobl1.ger.corp.intel.com ([10.252.30.107]) by orsmga005.jf.intel.com with ESMTP; 16 Sep 2016 05:07:58 -0700 Message-ID: <1474027656.2923.0.camel@linux.intel.com> From: Joshua Lock To: "Graydon, Tracy" , yocto@yoctoproject.org Date: Fri, 16 Sep 2016 13:07:36 +0100 In-Reply-To: <1474002500-29602-1-git-send-email-tracy.graydon@intel.com> References: <1474002500-29602-1-git-send-email-tracy.graydon@intel.com> X-Mailer: Evolution 3.20.5 (3.20.5-1.fc24) Mime-Version: 1.0 Subject: Re: [yocto-autobuilder][PATCH] /buildset-config.controller/eclipse-plugin-* X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Sep 2016 12:08:04 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit 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 > --- >  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 >