* [PATCH 0/1] distro tracking updates
@ 2011-02-28 21:53 Scott Garman
2011-03-01 0:38 ` Saul Wold
0 siblings, 1 reply; 7+ messages in thread
From: Scott Garman @ 2011-02-28 21:53 UTC (permalink / raw)
To: poky
From: Scott Garman <scott.a.garman@intel.com>
Hi Saul,
This pull request includes the additions of transfig and
linuxdoc-tools to the distro tracking file (which of course
should not imply that the Yocto Project is a Linux distro - it
most certainly is not that).
Pull URL: git://git.pokylinux.org/poky-contrib.git
Branch: sgarman/distro-tracking
Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/distro-tracking
Thanks,
Scott Garman <scott.a.garman@intel.com>
---
Scott Garman (1):
distro_tracking_fields.inc: add transfig and linuxdoc-tools recipes
.../conf/distro/include/distro_tracking_fields.inc | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
--
1.7.4
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 0/1] distro tracking updates
2011-02-28 21:53 Scott Garman
@ 2011-03-01 0:38 ` Saul Wold
0 siblings, 0 replies; 7+ messages in thread
From: Saul Wold @ 2011-03-01 0:38 UTC (permalink / raw)
To: Scott Garman; +Cc: poky
On 02/28/2011 01:53 PM, Scott Garman wrote:
> From: Scott Garman<scott.a.garman@intel.com>
>
> Hi Saul,
>
> This pull request includes the additions of transfig and
> linuxdoc-tools to the distro tracking file (which of course
> should not imply that the Yocto Project is a Linux distro - it
> most certainly is not that).
>
> Pull URL: git://git.pokylinux.org/poky-contrib.git
> Branch: sgarman/distro-tracking
> Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/distro-tracking
>
> Thanks,
> Scott Garman<scott.a.garman@intel.com>
> ---
>
>
> Scott Garman (1):
> distro_tracking_fields.inc: add transfig and linuxdoc-tools recipes
>
> .../conf/distro/include/distro_tracking_fields.inc | 20 ++++++++++++++++++++
> 1 files changed, 20 insertions(+), 0 deletions(-)
>
Pulled into Master and Bernard
Thansk
Sau!
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 0/1] distro tracking updates
@ 2011-06-04 18:14 Scott Garman
2011-06-08 16:46 ` Saul Wold
0 siblings, 1 reply; 7+ messages in thread
From: Scott Garman @ 2011-06-04 18:14 UTC (permalink / raw)
To: openembedded-core; +Cc: Scott Garman
This pull request updates some distro tracking fields and should
quiet some manual check warnings the Yocto package reporting system
has been sending me recently.
The following changes since commit 6b5d323b6c8960a0999dbafa0422fe127fd0fa97:
event: don't catch systemexit from handler execution (2011-06-02 23:58:05 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib sgarman/version-checks
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/version-checks
Scott Garman (1):
distro-tracking: updates
.../conf/distro/include/distro_tracking_fields.inc | 34 +++++++++++--------
1 files changed, 20 insertions(+), 14 deletions(-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 0/1] distro tracking updates
2011-06-04 18:14 Scott Garman
@ 2011-06-08 16:46 ` Saul Wold
0 siblings, 0 replies; 7+ messages in thread
From: Saul Wold @ 2011-06-08 16:46 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Scott Garman
On 06/04/2011 11:14 AM, Scott Garman wrote:
> This pull request updates some distro tracking fields and should
> quiet some manual check warnings the Yocto package reporting system
> has been sending me recently.
>
> The following changes since commit 6b5d323b6c8960a0999dbafa0422fe127fd0fa97:
>
> event: don't catch systemexit from handler execution (2011-06-02 23:58:05 +0100)
>
> are available in the git repository at:
> git://git.pokylinux.org/poky-contrib sgarman/version-checks
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/version-checks
>
> Scott Garman (1):
> distro-tracking: updates
>
> .../conf/distro/include/distro_tracking_fields.inc | 34 +++++++++++--------
> 1 files changed, 20 insertions(+), 14 deletions(-)
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
Merged into oe-core
Thanks
Sau!
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 0/1] distro tracking updates
@ 2011-07-12 20:25 Scott Garman
2011-07-12 20:25 ` [PATCH 1/1] distro-tracking: add RECIPE_MANUAL_CHECK_DATE for various recipes Scott Garman
2011-07-13 11:29 ` [PATCH 0/1] distro tracking updates Richard Purdie
0 siblings, 2 replies; 7+ messages in thread
From: Scott Garman @ 2011-07-12 20:25 UTC (permalink / raw)
To: openembedded-core; +Cc: Scott Garman
Hello,
This adds the RECIPE_MANUAL_CHECK_DATE field for various recipes
that the upstream tracking webapp can't figure out automatically.
The following changes since commit 7354fc9213f27aa1b643dbe88070437f1ee4c063:
insane.bbclass: skip rdepends QA checks for kernel / modules (2011-07-12 15:22:09 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib sgarman/distro-tracking
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/distro-tracking
Scott Garman (1):
distro-tracking: add RECIPE_MANUAL_CHECK_DATE for various recipes
.../conf/distro/include/distro_tracking_fields.inc | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 1/1] distro-tracking: add RECIPE_MANUAL_CHECK_DATE for various recipes
2011-07-12 20:25 [PATCH 0/1] distro tracking updates Scott Garman
@ 2011-07-12 20:25 ` Scott Garman
2011-07-13 11:29 ` [PATCH 0/1] distro tracking updates Richard Purdie
1 sibling, 0 replies; 7+ messages in thread
From: Scott Garman @ 2011-07-12 20:25 UTC (permalink / raw)
To: openembedded-core; +Cc: Scott Garman
The upstream package tracking webapp needs this additional distro
tracking field to work properly for the following recipes I
maintain:
* icu
* blktool
* apmd
* gperf
* dosfstools
* insserv
* at
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---
.../conf/distro/include/distro_tracking_fields.inc | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index a97a408..efb4c0b 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -140,6 +140,7 @@ RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-icu = "n/a"
RECIPE_LATEST_RELEASE_DATE_pn-icu = "08/2006"
RECIPE_COMMENTS_pn-icu = "arm optimizations; license similar to MIT, however sub-license is not allowed; autoreconf is not used and current style is not clean. need enhancement in the future"
RECIPE_LAST_UPDATE_pn-icu = "Dec 6, 2007"
+RECIPE_MANUAL_CHECK_DATE_pn-icu = "Jul 12, 2011"
RECIPE_MAINTAINER_pn-icu = "Scott Garman <scott.a.garman@intel.com>"
RECIPE_STATUS_pn-eggdbus = "yellow" # patch comment
@@ -818,6 +819,7 @@ RECIPE_INTEL_SECTION_pn-blktool = "base utils"
RECIPE_LATEST_RELEASE_DATE_pn-blktool = "02/2010"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-blktool = "3 years"
RECIPE_LAST_UPDATE_pn-blktool = "Jun 4, 2011"
+RECIPE_MANUAL_CHECK_DATE_pn-blktool = "Jul 12, 2011"
RECIPE_MAINTAINER_pn-blktool = "Scott Garman <scott.a.garman@intel.com>"
DISTRO_PN_ALIAS_pn-blktool = "Debian=blktool Mandriva=blktool"
@@ -911,6 +913,7 @@ RECIPE_LATEST_RELEASE_DATE_pn-apmd = "07/2009"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-apmd = "1 year"
RECIPE_COMMENTS_pn-apmd = ""
RECIPE_LAST_UPDATE_pn-apmd = "Jun 4, 2011"
+RECIPE_MANUAL_CHECK_DATE_pn-apmd = "Jul 12, 2011"
RECIPE_MAINTAINER_pn-apmd = "Scott Garman <scott.a.garman@intel.com>"
RECIPE_STATUS_pn-gperf = "green"
@@ -922,6 +925,7 @@ RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-gperf = "2 years"
RECIPE_LATEST_RELEASE_DATE_pn-gperf = "02/2009"
RECIPE_COMMENTS_pn-gperf = "3.0.4 is GPLv3, however we only require native version so far"
RECIPE_LAST_UPDATE_pn-gperf = "Jul 19, 2010"
+RECIPE_MANUAL_CHECK_DATE_pn-gperf = "Jul 12, 2011"
RECIPE_MAINTAINER_pn-gperf = "Scott Garman <scott.a.garman@intel.com>"
RECIPE_STATUS_pn-valgrind = "green"
@@ -1171,6 +1175,7 @@ RECIPE_LATEST_VERSION_pn-dosfstools = "2.11"
RECIPE_LATEST_RELEASE_DATE_pn-dosfstools = "Mar 12, 2005"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-dosfstools = "15 months"
RECIPE_LAST_UPDATE_pn-dosfstools = "Jun 4, 2011"
+RECIPE_MANUAL_CHECK_DATE_pn-dosfstools = "Jul 12, 2011"
RECIPE_MAINTAINER_pn-dosfstools = "Scott Garman <scott.a.garman@intel.com>"
RECIPE_STATUS_pn-eee-acpi-scripts = "green"
@@ -1194,6 +1199,7 @@ RECIPE_INTEL_SECTION_pn-insserv = "base"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-insserv = "unknown"
RECIPE_LATEST_RELEASE_DATE_pn-insserv = "unknown"
RECIPE_LAST_UPDATE_pn-insserv = "Nov 28, 2010"
+RECIPE_MANUAL_CHECK_DATE_pn-insserv = "Jul 12, 2011"
RECIPE_MAINTAINER_pn-insserv = "Scott Garman <scott.a.garman@intel.com>"
RECIPE_STATUS_pn-modutils-collateral = "red"
@@ -1958,6 +1964,7 @@ RECIPE_NO_OF_PATCHES_pn-at = "3"
RECIPE_TIME_BETWEEN_LAST_TWO_RELEASES_pn-at = "13 months"
RECIPE_LATEST_RELEASE_DATE_pn-at = "11/2009"
RECIPE_LAST_UPDATE_pn-at = "Jun 4, 2011"
+RECIPE_MANUAL_CHECK_DATE_pn-at = "Jul 12, 2011"
RECIPE_MAINTAINER_pn-at = "Scott Garman <scott.a.garman@intel.com>"
RECIPE_STATUS_pn-cpio = "green"
--
1.7.1
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH 0/1] distro tracking updates
2011-07-12 20:25 [PATCH 0/1] distro tracking updates Scott Garman
2011-07-12 20:25 ` [PATCH 1/1] distro-tracking: add RECIPE_MANUAL_CHECK_DATE for various recipes Scott Garman
@ 2011-07-13 11:29 ` Richard Purdie
1 sibling, 0 replies; 7+ messages in thread
From: Richard Purdie @ 2011-07-13 11:29 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Scott Garman
On Tue, 2011-07-12 at 13:25 -0700, Scott Garman wrote:
> Hello,
>
> This adds the RECIPE_MANUAL_CHECK_DATE field for various recipes
> that the upstream tracking webapp can't figure out automatically.
>
> The following changes since commit 7354fc9213f27aa1b643dbe88070437f1ee4c063:
>
> insane.bbclass: skip rdepends QA checks for kernel / modules (2011-07-12 15:22:09 +0100)
>
> are available in the git repository at:
> git://git.pokylinux.org/poky-contrib sgarman/distro-tracking
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/distro-tracking
>
> Scott Garman (1):
> distro-tracking: add RECIPE_MANUAL_CHECK_DATE for various recipes
>
> .../conf/distro/include/distro_tracking_fields.inc | 7 +++++++
> 1 files changed, 7 insertions(+), 0 deletions(-)
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-07-13 11:33 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-12 20:25 [PATCH 0/1] distro tracking updates Scott Garman
2011-07-12 20:25 ` [PATCH 1/1] distro-tracking: add RECIPE_MANUAL_CHECK_DATE for various recipes Scott Garman
2011-07-13 11:29 ` [PATCH 0/1] distro tracking updates Richard Purdie
-- strict thread matches above, loose matches on Subject: below --
2011-06-04 18:14 Scott Garman
2011-06-08 16:46 ` Saul Wold
2011-02-28 21:53 Scott Garman
2011-03-01 0:38 ` Saul Wold
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.