INACTIVE - Release notes generator for Firefox releases
Перейти к файлу
Lukas Blakk e77bf44a12 fixed the buglist link to pull both status {{ version }} fixed bugs as well as Target Milestone ones 2014-03-18 17:18:19 -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 fixed the buglist link to pull both status {{ version }} fixed bugs as well as Target Milestone ones 2014-03-18 17:18:19 -07:00
testsite/en-US adding in bhavanna's test site 2012-10-09 15:25:41 -07:00
.gitignore adding in the B2G template in case we want it later when publishing system is up 2013-10-30 09:59:42 -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 Removing secrets.py from checkout and minor template change 2013-09-26 10:33:17 -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.