From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 8619AE01371; Sun, 11 Nov 2012 15:27:55 -0800 (PST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 11 Nov 2012 15:27:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.80,759,1344236400"; d="scan'208";a="245346237" Received: from unknown (HELO [10.255.12.144]) ([10.255.12.144]) by fmsmga001.fm.intel.com with ESMTP; 11 Nov 2012 15:27:54 -0800 Message-ID: <1352676473.20766.1.camel@empanada> From: Tom Zanussi To: Philip Balister Date: Sun, 11 Nov 2012 17:27:53 -0600 In-Reply-To: <50A03344.5020005@balister.org> References: <50A03344.5020005@balister.org> X-Mailer: Evolution 3.4.1 (3.4.1-2.fc17) Mime-Version: 1.0 Cc: yocto@yoctoproject.org, dvhart@linux.intel.com, meta-intel@yoctoproject.org Subject: Re: [PATCH 1/1] meta-intel: update MAINTAINERS with meta-intel mailing list info X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Nov 2012 23:27:55 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Sun, 2012-11-11 at 18:22 -0500, Philip Balister wrote: > On 11/11/2012 06:18 PM, tom.zanussi@intel.com wrote: > > From: Tom Zanussi > > > > The newly created meta-intel mailing list is where meta-intel-specific > > e-mail and patches should now go. Update MAINTAINERS with that > > information. > > > > Signed-off-by: Tom Zanussi > > --- > > MAINTAINERS | 32 ++++++++++++++++++-------------- > > 1 file changed, 18 insertions(+), 14 deletions(-) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index a2231d0..d5f521b 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -1,26 +1,30 @@ > > This file contains a list of BSP maintainers for the BSPs contained in > > the meta-intel repository. > > > > -Please submit any patches against meta-intel BSPs to the Yocto mailing > > -list (yocto@yoctoproject.org) and preface them with [meta-intel] in > > -the Subject: line of your e-mail(s). The latter makes it obvious that > > -your patches are intended for inclusion into meta-intel and also makes > > -it easier for maintainers to notice patches intended for meta-intel > > -amongst all the other traffic on the Yocto mailing list. Also, if > > -your patches are available via a public git repository, please also > > -include a URL to the repo and branch containing your patches as that > > -makes it easier for maintainers to grab and test your patches. > > +Please submit any patches against meta-intel BSPs to the meta-intel > > +mailing list (meta-intel@yoctoproject.org). Also, if your patches are > > +available via a public git repository, please include a URL to the > > +repo and branch containing your patches as that makes it easier for > > +maintainers to grab and test your patches. > > + > > +The web page for users of the meta-intel mailing list is > > +https://lists.yoctoproject.org/listinfo/meta-intel, where you can > > +subscribe to the list (please do, especially if you intend on > > +submitting patches). > > > > If you have problems with or questions about a particular BSP, feel > > -free to contact the maintainer directly (cc:ing the Yocto mailing list > > -puts it in the archive and helps other people who might have the same > > -questions in the future), but please try to do the following first: > > +free to contact the maintainer directly (cc:ing the meta-intel mailing > > +list puts it in the archive and helps other people who might have the > > +same questions in the future), but please try to do the following > > +first: > > > > - look in the Yocto Project Bugzilla > > (http://bugzilla.yoctoproject.org/) to see if a problem has > > - already been reported > > + already been reported. > > > > - - look through recent entries of the Yocto mailing list archives > > + - look through recent entries of the meta-intel mailing list > > + archives (https://lists.yoctoproject.org/pipermail/meta-intel/) > > + and the Yocto mailing list archives > > (https://lists.yoctoproject.org/pipermail/yocto/) to see if other > > people have run into similar problems or had similar questions > > answered. > > > > Can you setup gmane to archive the list also? Then people can follow the > list using NNTP. > Sounds like a good idea to me, but I'll have to defer to Michael (added to CC: Tom > Philip