layerindex-web/README.rrs
Aníbal Limón ac485c0cc4 rrs: Add support for Recipe maintainership history
Now can you get maintainers based on Milestones.

Feature changes,

	rrs/models.py: Add RecipeMaintainerHistory to store maintainer updates.
	rrs/admin.py: Add admin site for RecipeMaintainerHistory.

Adapt changes,

Now you need to specify RecipeMaintainerHistory to get RecipeMaintainer,
changes into rrs/view.py.

These set of changes are incompatible with the previous version you need
to do initial setup described in README.rrs.

Signed-off-by: Aníbal Limón <anibal.limon@linux.intel.com>
2018-05-04 23:57:51 +12:00

43 lines
1.2 KiB
Plaintext

Recipe reporting system WEB interface
=====================================
Recipe reporting system is a small applcation that provides information
about Recipes in Openembedded-core layer.
Setup
-----
You need to follow the instructions in README with the following changes in
Setup instructions,
1. Edit settings.py,
Set:
APPLICATION = 'rrs'
LOGIN_REDIRECT_URL = '/rrs'
Uncomment the 'rrs' line in INSTALLED_APPS.
Configure RRS_EMAIL_TO used for sending Recipe upgrade name list report.
If you are running in development mode you need to set DEBUG=True in settings.py
in order to serve static content using django.
4. To add openembedded-core layer you need to run:
$ ./scripts/tools/import_layer.py -s meta git://git.openembedded.org/openembedded-core openembedded-core
7. Uncomment include files in conf/local.conf.
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
9. Then you can run update and rrs_maintainer_history scripts.
$ ./scripts/tools/rrs_maintainer_history.py
$ ./scripts/update.py