* [PATCH 0/1] distro_tracking_fields: update packages tracking fields
@ 2011-10-25 2:49 wenzong.fan
2011-10-25 2:49 ` [PATCH 1/1] " wenzong.fan
2011-11-02 0:36 ` [PATCH 0/1] " Saul Wold
0 siblings, 2 replies; 7+ messages in thread
From: wenzong.fan @ 2011-10-25 2:49 UTC (permalink / raw)
To: openembedded-core
From: Wenzong Fan <wenzong.fan@windriver.com>
Update distro tracking fields for ccache, chkconfig.
The following changes since commit 53ee27a1c5b589cba874f674c428e1a36557cc3b:
Joshua Lock (1):
doc: update manual for checksum changes
are available in the git repository at:
git://git.pokylinux.org/poky-contrib wenzong/distro_tracking_fields_update
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/distro_tracking_fields_update
Wenzong Fan (1):
distro_tracking_fields: update packages tracking fields
.../conf/distro/include/distro_tracking_fields.inc | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 1/1] distro_tracking_fields: update packages tracking fields
2011-10-25 2:49 [PATCH 0/1] distro_tracking_fields: update packages tracking fields wenzong.fan
@ 2011-10-25 2:49 ` wenzong.fan
2011-10-31 17:04 ` Saul Wold
2011-11-02 0:36 ` [PATCH 0/1] " Saul Wold
1 sibling, 1 reply; 7+ messages in thread
From: wenzong.fan @ 2011-10-25 2:49 UTC (permalink / raw)
To: openembedded-core
From: Wenzong Fan <wenzong.fan@windriver.com>
Update packages tracking fields including ccache, chkconfig.
Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
---
.../conf/distro/include/distro_tracking_fields.inc | 12 ++++++++++++
1 files changed, 12 insertions(+), 0 deletions(-)
diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
index 1f3540e..f053f87 100644
--- a/meta/conf/distro/include/distro_tracking_fields.inc
+++ b/meta/conf/distro/include/distro_tracking_fields.inc
@@ -5976,6 +5976,18 @@ RECIPE_MANUAL_CHECK_DATE_pn-libsdl = "Jul 28, 2011"
RECIPE_MAINTAINER_pn-libsdl = "Kai Kang <kai.kang@windriver.com>"
DISTRO_PN_ALIAS_pn-libsdl = "Fedora=SDL Opensuse=SDL"
+RECIPE_STATUS_pn-ccache = "green"
+RECIPE_MAINTAINER_pn-ccache = "Wenzong Fan <wenzong.fan@windriver.com>"
+RECIPE_LATEST_VERSION_pn-ccache = "3.1.6"
+RECIPE_LAST_UPDATE_pn-ccache = "October 19, 2011"
+RECIPE_MANUAL_CHECK_DATE_pn-ccache = "October 25, 2011"
+
+RECIPE_STATUS_pn-chkconfig = "green"
+RECIPE_MAINTAINER_pn-chkconfig = "Wenzong Fan <wenzong.fan@windriver.com>"
+RECIPE_LATEST_VERSION_pn-chkconfig = "1.3.55"
+RECIPE_LAST_UPDATE_pn-chkconfig = "October 19, 2011"
+RECIPE_MANUAL_CHECK_DATE_pn-chkconfig = "October 25, 2011"
+
DISTRO_PN_ALIAS_pn-lame = "Debian=lame Ubuntu=lame"
DISTRO_PN_ALIAS_pn-libiconv = "Fedora=mingw-libiconv Opensuse=cross-mingw-libiconv"
DISTRO_PN_ALIAS_pn-qt4-native = "Fedora=qt4 Debian=qt4-dev-tools"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] distro_tracking_fields: update packages tracking fields
2011-10-25 2:49 ` [PATCH 1/1] " wenzong.fan
@ 2011-10-31 17:04 ` Saul Wold
2011-10-31 17:06 ` Koen Kooi
0 siblings, 1 reply; 7+ messages in thread
From: Saul Wold @ 2011-10-31 17:04 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 10/24/2011 07:49 PM, wenzong.fan@windriver.com wrote:
> From: Wenzong Fan<wenzong.fan@windriver.com>
>
> Update packages tracking fields including ccache, chkconfig.
>
> Signed-off-by: Wenzong Fan<wenzong.fan@windriver.com>
> ---
> .../conf/distro/include/distro_tracking_fields.inc | 12 ++++++++++++
> 1 files changed, 12 insertions(+), 0 deletions(-)
>
> diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
> index 1f3540e..f053f87 100644
> --- a/meta/conf/distro/include/distro_tracking_fields.inc
> +++ b/meta/conf/distro/include/distro_tracking_fields.inc
> @@ -5976,6 +5976,18 @@ RECIPE_MANUAL_CHECK_DATE_pn-libsdl = "Jul 28, 2011"
> RECIPE_MAINTAINER_pn-libsdl = "Kai Kang<kai.kang@windriver.com>"
> DISTRO_PN_ALIAS_pn-libsdl = "Fedora=SDL Opensuse=SDL"
>
> +RECIPE_STATUS_pn-ccache = "green"
> +RECIPE_MAINTAINER_pn-ccache = "Wenzong Fan<wenzong.fan@windriver.com>"
> +RECIPE_LATEST_VERSION_pn-ccache = "3.1.6"
> +RECIPE_LAST_UPDATE_pn-ccache = "October 19, 2011"
> +RECIPE_MANUAL_CHECK_DATE_pn-ccache = "October 25, 2011"
> +
This should be MMM (as in Oct), not spelled out, please fix.
(Koen: Yes I saw your email about the date, not address that at this
time as we are re-thinking the whole distro_tracking_fields.inc file).
Sau!
> +RECIPE_STATUS_pn-chkconfig = "green"
> +RECIPE_MAINTAINER_pn-chkconfig = "Wenzong Fan<wenzong.fan@windriver.com>"
> +RECIPE_LATEST_VERSION_pn-chkconfig = "1.3.55"
> +RECIPE_LAST_UPDATE_pn-chkconfig = "October 19, 2011"
> +RECIPE_MANUAL_CHECK_DATE_pn-chkconfig = "October 25, 2011"
> +
> DISTRO_PN_ALIAS_pn-lame = "Debian=lame Ubuntu=lame"
> DISTRO_PN_ALIAS_pn-libiconv = "Fedora=mingw-libiconv Opensuse=cross-mingw-libiconv"
> DISTRO_PN_ALIAS_pn-qt4-native = "Fedora=qt4 Debian=qt4-dev-tools"
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] distro_tracking_fields: update packages tracking fields
2011-10-31 17:04 ` Saul Wold
@ 2011-10-31 17:06 ` Koen Kooi
2011-10-31 17:10 ` Saul Wold
0 siblings, 1 reply; 7+ messages in thread
From: Koen Kooi @ 2011-10-31 17:06 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 1538 bytes --]
Op 31 okt. 2011, om 18:04 heeft Saul Wold het volgende geschreven:
> On 10/24/2011 07:49 PM, wenzong.fan@windriver.com wrote:
>> From: Wenzong Fan<wenzong.fan@windriver.com>
>>
>> Update packages tracking fields including ccache, chkconfig.
>>
>> Signed-off-by: Wenzong Fan<wenzong.fan@windriver.com>
>> ---
>> .../conf/distro/include/distro_tracking_fields.inc | 12 ++++++++++++
>> 1 files changed, 12 insertions(+), 0 deletions(-)
>>
>> diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
>> index 1f3540e..f053f87 100644
>> --- a/meta/conf/distro/include/distro_tracking_fields.inc
>> +++ b/meta/conf/distro/include/distro_tracking_fields.inc
>> @@ -5976,6 +5976,18 @@ RECIPE_MANUAL_CHECK_DATE_pn-libsdl = "Jul 28, 2011"
>> RECIPE_MAINTAINER_pn-libsdl = "Kai Kang<kai.kang@windriver.com>"
>> DISTRO_PN_ALIAS_pn-libsdl = "Fedora=SDL Opensuse=SDL"
>>
>> +RECIPE_STATUS_pn-ccache = "green"
>> +RECIPE_MAINTAINER_pn-ccache = "Wenzong Fan<wenzong.fan@windriver.com>"
>> +RECIPE_LATEST_VERSION_pn-ccache = "3.1.6"
>> +RECIPE_LAST_UPDATE_pn-ccache = "October 19, 2011"
>> +RECIPE_MANUAL_CHECK_DATE_pn-ccache = "October 25, 2011"
>> +
> This should be MMM (as in Oct), not spelled out, please fix.
>
> (Koen: Yes I saw your email about the date, not address that at this time as we are re-thinking the whole distro_tracking_fields.inc file).
When the month is spelled out ordering becomes less of an issue.
regards,
Koen
[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 169 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] distro_tracking_fields: update packages tracking fields
2011-10-31 17:06 ` Koen Kooi
@ 2011-10-31 17:10 ` Saul Wold
0 siblings, 0 replies; 7+ messages in thread
From: Saul Wold @ 2011-10-31 17:10 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi
On 10/31/2011 10:06 AM, Koen Kooi wrote:
>
> Op 31 okt. 2011, om 18:04 heeft Saul Wold het volgende geschreven:
>
>> On 10/24/2011 07:49 PM, wenzong.fan@windriver.com wrote:
>>> From: Wenzong Fan<wenzong.fan@windriver.com>
>>>
>>> Update packages tracking fields including ccache, chkconfig.
>>>
>>> Signed-off-by: Wenzong Fan<wenzong.fan@windriver.com>
>>> ---
>>> .../conf/distro/include/distro_tracking_fields.inc | 12 ++++++++++++
>>> 1 files changed, 12 insertions(+), 0 deletions(-)
>>>
>>> diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc
>>> index 1f3540e..f053f87 100644
>>> --- a/meta/conf/distro/include/distro_tracking_fields.inc
>>> +++ b/meta/conf/distro/include/distro_tracking_fields.inc
>>> @@ -5976,6 +5976,18 @@ RECIPE_MANUAL_CHECK_DATE_pn-libsdl = "Jul 28, 2011"
>>> RECIPE_MAINTAINER_pn-libsdl = "Kai Kang<kai.kang@windriver.com>"
>>> DISTRO_PN_ALIAS_pn-libsdl = "Fedora=SDL Opensuse=SDL"
>>>
>>> +RECIPE_STATUS_pn-ccache = "green"
>>> +RECIPE_MAINTAINER_pn-ccache = "Wenzong Fan<wenzong.fan@windriver.com>"
>>> +RECIPE_LATEST_VERSION_pn-ccache = "3.1.6"
>>> +RECIPE_LAST_UPDATE_pn-ccache = "October 19, 2011"
>>> +RECIPE_MANUAL_CHECK_DATE_pn-ccache = "October 25, 2011"
>>> +
>> This should be MMM (as in Oct), not spelled out, please fix.
>>
>> (Koen: Yes I saw your email about the date, not address that at this time as we are re-thinking the whole distro_tracking_fields.inc file).
>
> When the month is spelled out ordering becomes less of an issue.
>
That's kind of why we chose this, we are still parsing this file, so
spelling can be an issue sometimes, which is why we want the MMM format.
Sau!
> regards,
>
> Koen
>
>
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 0/1] distro_tracking_fields: update packages tracking fields
2011-10-25 2:49 [PATCH 0/1] distro_tracking_fields: update packages tracking fields wenzong.fan
2011-10-25 2:49 ` [PATCH 1/1] " wenzong.fan
@ 2011-11-02 0:36 ` Saul Wold
2011-11-02 5:48 ` wenzong fan
1 sibling, 1 reply; 7+ messages in thread
From: Saul Wold @ 2011-11-02 0:36 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 10/24/2011 07:49 PM, wenzong.fan@windriver.com wrote:
> From: Wenzong Fan<wenzong.fan@windriver.com>
>
> Update distro tracking fields for ccache, chkconfig.
>
> The following changes since commit 53ee27a1c5b589cba874f674c428e1a36557cc3b:
> Joshua Lock (1):
> doc: update manual for checksum changes
>
> are available in the git repository at:
>
> git://git.pokylinux.org/poky-contrib wenzong/distro_tracking_fields_update
> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/distro_tracking_fields_update
>
> Wenzong Fan (1):
> distro_tracking_fields: update packages tracking fields
>
> .../conf/distro/include/distro_tracking_fields.inc | 12 ++++++++++++
> 1 files changed, 12 insertions(+), 0 deletions(-)
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
This got pulled, but I still need a fix for Month format to MMM please
Thanks
Sau!
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 0/1] distro_tracking_fields: update packages tracking fields
2011-11-02 0:36 ` [PATCH 0/1] " Saul Wold
@ 2011-11-02 5:48 ` wenzong fan
0 siblings, 0 replies; 7+ messages in thread
From: wenzong fan @ 2011-11-02 5:48 UTC (permalink / raw)
To: Saul Wold; +Cc: Patches and discussions about the oe-core layer
On 11/02/2011 08:36 AM, Saul Wold wrote:
> On 10/24/2011 07:49 PM, wenzong.fan@windriver.com wrote:
>> From: Wenzong Fan<wenzong.fan@windriver.com>
>>
>> Update distro tracking fields for ccache, chkconfig.
>>
>> The following changes since commit
>> 53ee27a1c5b589cba874f674c428e1a36557cc3b:
>> Joshua Lock (1):
>> doc: update manual for checksum changes
>>
>> are available in the git repository at:
>>
>> git://git.pokylinux.org/poky-contrib
>> wenzong/distro_tracking_fields_update
>>
>> http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=wenzong/distro_tracking_fields_update
>>
>>
>> Wenzong Fan (1):
>> distro_tracking_fields: update packages tracking fields
>>
>> .../conf/distro/include/distro_tracking_fields.inc | 12 ++++++++++++
>> 1 files changed, 12 insertions(+), 0 deletions(-)
>>
>>
>> _______________________________________________
>> Openembedded-core mailing list
>> Openembedded-core@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>>
> This got pulled, but I still need a fix for Month format to MMM please
Fixed, please see another PR whcih with subject "distro_tracking_fields:
Update the Month to 'MMM'".
Thanks
Wenzong
>
> Thanks
> Sau!
>
>
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2011-11-02 5:53 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-25 2:49 [PATCH 0/1] distro_tracking_fields: update packages tracking fields wenzong.fan
2011-10-25 2:49 ` [PATCH 1/1] " wenzong.fan
2011-10-31 17:04 ` Saul Wold
2011-10-31 17:06 ` Koen Kooi
2011-10-31 17:10 ` Saul Wold
2011-11-02 0:36 ` [PATCH 0/1] " Saul Wold
2011-11-02 5:48 ` wenzong fan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox