aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2016-03-02download-reports: use csv files to import into our DB in a timely mannerBen Copeland
In attempt to get our releases server HA (and due to a hanging bug), this patch introduces a csv file where the download statistics are temporarily stored. A cronjob will periodically run, which will process the data into our DB. Change-Id: Iaf0f2c7c1ec4625afa0cab22dffdcb6a7a66ebec Reviewed-on: https://review.linaro.org/10760 Reviewed-by: Paul Sokolovsky <paul.sokolovsky@linaro.org> Reviewed-by: Ben Copeland <ben.copeland@linaro.org>
2014-07-22add requirements.txt fileAndy Doan
makes setting up a venv for local development easier Change-Id: I1edcd7fc33d055cd6062242f8f7c1082c0533009
2014-06-25Add pyc to ignore list.Milo Casagrande
Change-Id: Ib38a2e899a26f91a9c35dc82d80da0a61d04d3dd
2014-02-25Convert .bzrignore into .gitignore.Milo Casagrande