All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python-vcversioner: Fix bad DESCRIPTION and HOMEPAGE entries.
@ 2016-01-28 16:22 Philip Balister
  2016-01-28 17:34 ` Paul Eggleton
  0 siblings, 1 reply; 4+ messages in thread
From: Philip Balister @ 2016-01-28 16:22 UTC (permalink / raw)
  To: openembedded-devel

Copy/paste is the root of all evil.

Signed-off-by: Philip Balister <philip@balister.org>
---
 meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb b/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
index 152034b..6c96875 100644
--- a/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
+++ b/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
@@ -1,5 +1,5 @@
-DESCRIPTION = "Twisted Web Sockets"
-HOMEPAGE = "https://github.com/MostAwesomeDude/txWS"
+DESCRIPTION = "Python vcversioner"
+HOMEPAGE = "https://github.com/habnabit/vcversioner"
 
 LICENSE = "ISC"
 LIC_FILES_CHKSUM = "file://PKG-INFO;md5=260625d695c5e0c9dd2c2ef898833c7d"
-- 
2.5.0



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [meta-python][PATCH] python-vcversioner: Fix bad DESCRIPTION and HOMEPAGE entries.
  2016-01-28 16:22 [meta-python][PATCH] python-vcversioner: Fix bad DESCRIPTION and HOMEPAGE entries Philip Balister
@ 2016-01-28 17:34 ` Paul Eggleton
  2016-02-02  8:07   ` Philip Balister
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Eggleton @ 2016-01-28 17:34 UTC (permalink / raw)
  To: Philip Balister; +Cc: openembedded-devel

On Thu, 28 Jan 2016 11:22:57 Philip Balister wrote:
> Copy/paste is the root of all evil.
> 
> Signed-off-by: Philip Balister <philip@balister.org>
> ---
>  meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git
> a/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
> b/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb index
> 152034b..6c96875 100644
> --- a/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
> +++ b/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
> @@ -1,5 +1,5 @@
> -DESCRIPTION = "Twisted Web Sockets"
> -HOMEPAGE = "https://github.com/MostAwesomeDude/txWS"
> +DESCRIPTION = "Python vcversioner"
> +HOMEPAGE = "https://github.com/habnabit/vcversioner"

Sorry to pick on this, I know you're fixing a completely wrong description, 
but:

* Short descriptions should go in SUMMARY
* This is a pretty useless short description, it doesn't do anything beyond 
what the recipe name does.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-python][PATCH] python-vcversioner: Fix bad DESCRIPTION and HOMEPAGE entries.
  2016-01-28 17:34 ` Paul Eggleton
@ 2016-02-02  8:07   ` Philip Balister
  2016-02-02  8:30     ` Paul Eggleton
  0 siblings, 1 reply; 4+ messages in thread
From: Philip Balister @ 2016-02-02  8:07 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: openembedded-devel

On 01/28/2016 06:34 PM, Paul Eggleton wrote:
> On Thu, 28 Jan 2016 11:22:57 Philip Balister wrote:
>> Copy/paste is the root of all evil.
>>
>> Signed-off-by: Philip Balister <philip@balister.org>
>> ---
>>  meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git
>> a/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
>> b/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb index
>> 152034b..6c96875 100644
>> --- a/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
>> +++ b/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
>> @@ -1,5 +1,5 @@
>> -DESCRIPTION = "Twisted Web Sockets"
>> -HOMEPAGE = "https://github.com/MostAwesomeDude/txWS"
>> +DESCRIPTION = "Python vcversioner"
>> +HOMEPAGE = "https://github.com/habnabit/vcversioner"
> 
> Sorry to pick on this, I know you're fixing a completely wrong description, 
> but:
> 
> * Short descriptions should go in SUMMARY
> * This is a pretty useless short description, it doesn't do anything beyond 
> what the recipe name does.

Can you remind us what fields the layer index is using? I noticed the
issue using the layer index to look somehting up.

Philip


> 
> Cheers,
> Paul
> 


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [meta-python][PATCH] python-vcversioner: Fix bad DESCRIPTION and HOMEPAGE entries.
  2016-02-02  8:07   ` Philip Balister
@ 2016-02-02  8:30     ` Paul Eggleton
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Eggleton @ 2016-02-02  8:30 UTC (permalink / raw)
  To: Philip Balister; +Cc: openembedded-devel

On Tue, 02 Feb 2016 09:07:33 Philip Balister wrote:
> On 01/28/2016 06:34 PM, Paul Eggleton wrote:
> > On Thu, 28 Jan 2016 11:22:57 Philip Balister wrote:
> >> Copy/paste is the root of all evil.
> >> 
> >> Signed-off-by: Philip Balister <philip@balister.org>
> >> ---
> >> 
> >>  meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb | 4
> >>  ++--
> >> 
> >> 1 file changed, 2 insertions(+), 2 deletions(-)
> >> 
> >> diff --git
> >> a/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
> >> b/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
> >> index
> >> 152034b..6c96875 100644
> >> --- a/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
> >> +++ b/meta-python/recipes-devtools/python/python-vcversioner_2.14.0.0.bb
> >> @@ -1,5 +1,5 @@
> >> -DESCRIPTION = "Twisted Web Sockets"
> >> -HOMEPAGE = "https://github.com/MostAwesomeDude/txWS"
> >> +DESCRIPTION = "Python vcversioner"
> >> +HOMEPAGE = "https://github.com/habnabit/vcversioner"
> > 
> > Sorry to pick on this, I know you're fixing a completely wrong
> > description,
> > but:
> > 
> > * Short descriptions should go in SUMMARY
> > * This is a pretty useless short description, it doesn't do anything
> > beyond
> > what the recipe name does.
> 
> Can you remind us what fields the layer index is using? I noticed the
> issue using the layer index to look somehting up.

It displays both in the detail page. Because of how inconsistent the metadata 
can sometimes be, unlike the build system for the list pages it falls back to 
DESCRIPTION for a short description if SUMMARY isn't set, just so it has 
something to display.

It's worth noting that should people want to do a bulk fixup of their layer(s) 
the layer index does have a "Tools -> Bulk Change" function that you can 
access after logging in. This will run you through a search, followed by the 
ability to edit fields including SUMMARY and DESCRIPTION, and will then 
generate a patch that you can download, apply and send.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-02-02  8:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-28 16:22 [meta-python][PATCH] python-vcversioner: Fix bad DESCRIPTION and HOMEPAGE entries Philip Balister
2016-01-28 17:34 ` Paul Eggleton
2016-02-02  8:07   ` Philip Balister
2016-02-02  8:30     ` Paul Eggleton

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.