From d80a9b0a2fe5f117e99612f13c74d87a10128e86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?An=C3=ADbal=20Lim=C3=B3n?= Date: Mon, 13 Jul 2015 16:26:19 -0500 Subject: [PATCH] README.rrs: Updated update scripts section with new ones. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aníbal Limón --- README.rrs | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.rrs b/README.rrs index cd61374..de41950 100644 --- a/README.rrs +++ b/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 -----------