mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
Move layers import script to tools subdirectory
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
parent
e36280922a
commit
4ec2431fe3
1
TODO
1
TODO
|
@ -21,7 +21,6 @@ Later:
|
||||||
* Dynamic loading/filtering for recipes list
|
* Dynamic loading/filtering for recipes list
|
||||||
* Some way to notify the user when they search for something that has been renamed / replaced / deprecated?
|
* Some way to notify the user when they search for something that has been renamed / replaced / deprecated?
|
||||||
* Create simple script to check for unlisted layer subdirectories in all repos
|
* Create simple script to check for unlisted layer subdirectories in all repos
|
||||||
* Move import script to utils/ subdir
|
|
||||||
* Are we going to need some way of indicating forks of another layer? (would rather avoid having forks altogether...)
|
* Are we going to need some way of indicating forks of another layer? (would rather avoid having forks altogether...)
|
||||||
* Auto-detect more values from github pages?
|
* Auto-detect more values from github pages?
|
||||||
* Ability for submitters to get email notification about publication?
|
* Ability for submitters to get email notification about publication?
|
||||||
|
|
|
@ -10,6 +10,9 @@
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import os.path
|
import os.path
|
||||||
|
|
||||||
|
sys.path.insert(0, os.path.realpath(os.path.join(os.path.dirname(__file__), '..')))
|
||||||
|
|
||||||
import optparse
|
import optparse
|
||||||
import re
|
import re
|
||||||
import utils
|
import utils
|
Loading…
Reference in New Issue
Block a user