INACTIVE - Release notes generator for Firefox releases
Перейти к файлу
Lukas Blakk b9d5899eca modifed .gitignore 2013-05-24 15:56:08 -07:00
data_hacking updated README and requirements for running script with postgres 2013-05-24 15:00:38 -07:00
requirements updated README and requirements for running script with postgres 2013-05-24 15:00:38 -07:00
templates update the release template for buglist link 2013-04-04 13:40:50 -07:00
testsite/en-US adding in bhavanna's test site 2012-10-09 15:25:41 -07:00
.gitignore modifed .gitignore 2013-05-24 15:56:08 -07:00
README updated README and requirements for running script with postgres 2013-05-24 15:00:38 -07:00
__init__.py initial generator 2011-11-10 15:56:55 -05:00
run.py bit of cleanup 2013-05-24 15:55:07 -07:00
secrets.py tweaks 2013-05-24 15:55:41 -07:00

README

The `run.py` script generates the release notes page for Release, Aurora, Beta, and ESR. 

Instructions:

1. Make sure you have the connection information for the postgres database shared by release management.
2. Install the requirements (`pip install -r requirements/compiled.txt`)
3. Run `python run.py -o <output dir> -c [channels,] --{aurora,beta,esr}-suffix <suffix>`

The output dir will contain the generated release notes pages.