Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-13 | reproducible: use /var/lib/jenkins/reproducible.db instead of the ↵ | Mattia Rizzolo | 1 | -1/+1 | |
userContent/ one | |||||
2015-01-11 | reproducible: common: add a strip_epoch() function | Mattia Rizzolo | 1 | -0/+15 | |
2015-01-11 | reproducible: fix typo in a comment | Mattia Rizzolo | 1 | -1/+1 | |
2015-01-11 | reproducible: set a correct comment in the heads of *py scripts | Mattia Rizzolo | 1 | -2/+3 | |
2015-01-11 | reproducible: common forgot a slash in ISSUES_URI... | Mattia Rizzolo | 1 | -1/+1 | |
2015-01-11 | reproducible: common.py: add join_status_icon() | Mattia Rizzolo | 1 | -0/+24 | |
2015-01-11 | reproducible: common.py: make possible to do not write the very last footer ↵ | Mattia Rizzolo | 1 | -2/+5 | |
in write_html_page() | |||||
2015-01-11 | reproducible: common.py: add a bunch of new variables | Mattia Rizzolo | 1 | -3/+15 | |
2015-01-09 | fixup previous commit, thanks mapreri, handing back the tissue | Holger Levsen | 1 | -1/+1 | |
2015-01-09 | reproducible: extend copyright to 2015 (but not plainly to current year) | Holger Levsen | 1 | -2/+2 | |
2015-01-09 | reproducible: use only one digit for percent | Holger Levsen | 1 | -2/+2 | |
2015-01-09 | reproducible: update links after apache change. strip the leading ↵ | Mattia Rizzolo | 1 | -22/+22 | |
/userContent where possible | |||||
2015-01-08 | fix typo | Holger Levsen | 1 | -1/+1 | |
2015-01-08 | reproducible: fix TypeError with wheezy's python | Mattia Rizzolo | 1 | -2/+2 | |
2015-01-08 | reproducible: html.py: fix html indentation | Mattia Rizzolo | 1 | -59/+68 | |
2015-01-08 | reproducible: typo in RB_PKG_URI s/usrtContent/userContent/ | Mattia Rizzolo | 1 | -1/+1 | |
2015-01-08 | reproducible: _html_note.py: use a nicer format for logging | Mattia Rizzolo | 1 | -18/+23 | |
2015-01-08 | reproducible: add reproducible_{common,html_notes}.py. "equivalent" of their ↵ | Mattia Rizzolo | 1 | -0/+191 | |
homonyms .sh calling reproducible_html_notes.py in the same directory where packages.yml and issues.yml (from the git.debian.org:/git/reproducible/notes.git repo) is enough to fast build all notes html pages for every pacakge listed in the packages.yml file, a page for every issue listed in the issues.yml and a index_issues.html |