Re: [yocto] [layerindex-web] [PATCH 0/3] Some misc changes/fixes..

2019-10-13 Thread Paul Eggleton
Hi Mark

On Sunday, 13 October 2019 2:56:30 PM NZDT Mark Hatle wrote:
> A few misc changes/fixes.  The first two are well tested.  However, I 
suspect
> the 3/3 may be incorrect and I've labeled it an RFC due to this.
> 
> 1/3 - '.' wasn't allowed in branch names w/o an error.  This turned out
> to be a fairly simple fix.
> 
> 2/3 - For people who want to use 'poky' repository and not bitbake +
> openembedded-core.  I've tested this locally in both configurations.
> 
> 3/3 - When I was testing, my local git mirror is broken up with
> directories that are called 'git.openembedded.org' and 
'git.yoctoproject.org'
> due to this, the system was matching and locking out the edit layer 
> vcs_web_url submissions...  so I tried to make it better.. but I'm not
> sure it's right.
> 
> Mark Hatle (3):
>   layerindex/urls.py: Allow branches with a '.' in the name
>   update.py: Allow bitbake to live in a subdirectory of a repository
>   editlayer: Be more specific on the searches

Thanks, I merged these - I did make a minor change to 2/3 to allow it to work 
if BITBAKE_PATH doesn't appear in settings.py (I try to do this when adding 
new settings in case the user doesn't add the default to their edited settings 
file).

Cheers
Paul

-- 

Paul Eggleton
Intel System Software Products


-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto


[yocto] [layerindex-web] [PATCH 0/3] Some misc changes/fixes..

2019-10-12 Thread Mark Hatle
A few misc changes/fixes.  The first two are well tested.  However, I suspect
the 3/3 may be incorrect and I've labeled it an RFC due to this.

1/3 - '.' wasn't allowed in branch names w/o an error.  This turned out
to be a fairly simple fix.

2/3 - For people who want to use 'poky' repository and not bitbake +
openembedded-core.  I've tested this locally in both configurations.

3/3 - When I was testing, my local git mirror is broken up with
directories that are called 'git.openembedded.org' and 'git.yoctoproject.org'
due to this, the system was matching and locking out the edit layer 
vcs_web_url submissions...  so I tried to make it better.. but I'm not
sure it's right.

Mark Hatle (3):
  layerindex/urls.py: Allow branches with a '.' in the name
  update.py: Allow bitbake to live in a subdirectory of a repository
  editlayer: Be more specific on the searches

 docker/settings.py |  3 +++
 layerindex/bulkchange.py   |  8 +++-
 layerindex/layerconfparse.py   |  8 +++-
 layerindex/tools/import_layer.py   |  8 
 layerindex/tools/import_wiki_layers.py | 13 ++---
 layerindex/update.py   | 14 +++---
 layerindex/update_layer.py |  6 +-
 layerindex/urls.py | 12 ++--
 settings.py|  3 +++
 templates/layerindex/editlayer.html|  8 
 10 files changed, 60 insertions(+), 23 deletions(-)

-- 
2.17.1

-- 
___
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto