aboutsummaryrefslogtreecommitdiffstats
path: root/README.rrs
blob: 68fb25314587ee08f3463c3dea01ec372da4f562 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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