mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 20:59:01 +02:00
README.rrs: Updated update scripts section with new ones.
Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
This commit is contained in:
parent
1c2f2b8edb
commit
d80a9b0a2f
17
README.rrs
17
README.rrs
|
@ -32,14 +32,21 @@ $ ./scripts/tools/import_layer.py -s meta git://git.openembedded.org/openembedd
|
|||
|
||||
8. In the first run should regenerate Recipe upgrade information,
|
||||
|
||||
$ ./scripts/update.py --only-layerindex
|
||||
$ ./scripts/tools/rrs_maintainer_history.py # can take a lot of time
|
||||
$ ./scripts/tools/rrs_upgrade_history.py # can take a lot of time
|
||||
$ ./layerindex/update.py
|
||||
$ ./rrs/tools/rrs_unique_recipes.py -d
|
||||
$ ./rrs/tools/rrs_maintainer_history.py -d
|
||||
$ ./rrs/tools/rrs_upgrade_history.py -d --initial
|
||||
$ ./rrs/tools/rrs_upstream_history.py -d
|
||||
$ ./rrs/tools/rrs_distros.py -d
|
||||
|
||||
9. Then you can run update and rrs_maintainer_history scripts.
|
||||
|
||||
$ ./scripts/tools/rrs_maintainer_history.py
|
||||
$ ./scripts/update.py
|
||||
$ ./layerindex/update.py --reload
|
||||
$ ./rrs/tools/rrs_unique_recipes.py -d
|
||||
$ ./rrs/tools/rrs_maintainer_history.py -d
|
||||
$ ./rrs/tools/rrs_upgrade_history.py -d
|
||||
$ ./rrs/tools/rrs_upstream_history.py -d
|
||||
$ ./rrs/tools/rrs_distros.py -d
|
||||
|
||||
Maintenance
|
||||
-----------
|
||||
|
|
Loading…
Reference in New Issue
Block a user