Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-01-16 | reproducible: add some infos for the user about the # and | Mattia Rizzolo | 1 | -2/+4 | |
+ signs | |||||
2015-01-16 | reproducible: _html_notes: add the bug sign in the notes_index page | Mattia Rizzolo | 1 | -2/+15 | |
2015-01-15 | reproducible: add column with number of affected packages | Holger Levsen | 1 | -2/+3 | |
2015-01-15 | reproducible: stop treating creating .buildinfo files specially (as every ↵ | Holger Levsen | 1 | -5/+2 | |
build creates it nowadays) | |||||
2015-01-15 | reproducible: html_notes: also build the index_notes.html page | Mattia Rizzolo | 1 | -0/+23 | |
2015-01-15 | reproducible: change the way the footpage info are passed. Add ↵ | Mattia Rizzolo | 1 | -3/+4 | |
html_foot_page_buildinfo_note template | |||||
2015-01-11 | reproducible: set a correct comment in the heads of *py scripts | Mattia Rizzolo | 1 | -2/+3 | |
2015-01-11 | reproducible: html_notes: call process_packages() from ↵ | Mattia Rizzolo | 1 | -0/+2 | |
reproducible_html_packages to recreate rb-pkg/package.html pages | |||||
2015-01-11 | reproducible: html_notes.py: split only one time in rsplit() + better log | Mattia Rizzolo | 1 | -4/+4 | |
2015-01-09 | reproducible: update links after apache change. strip the leading ↵ | Mattia Rizzolo | 1 | -2/+2 | |
/userContent where possible | |||||
2015-01-08 | reproducible: html_notes: fix KeyError in case a issue does not affect any ↵ | Mattia Rizzolo | 1 | -3/+6 | |
package | |||||
2015-01-08 | reproducible: fix TypeError with wheezy's python | Mattia Rizzolo | 1 | -10/+10 | |
2015-01-08 | reproducible: html.py: fix html indentation | Mattia Rizzolo | 1 | -49/+119 | |
2015-01-08 | reproducible: reproducible_html_notes.py: add purge_old_notes() | Mattia Rizzolo | 1 | -1/+11 | |
2015-01-08 | reproducible: _html_note.py: use a nicer format for logging | Mattia Rizzolo | 1 | -12/+12 | |
2015-01-08 | reproducible: add reproducible_{common,html_notes}.py. "equivalent" of their ↵ | Mattia Rizzolo | 1 | -0/+229 | |
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 |