Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-04 | d-i: use full branch names | Holger Levsen | 1 | -2/+2 | |
2015-06-04 | thanks.html: mention Samuel and Lunar once, not twice | Holger Levsen | 1 | -1/+2 | |
2015-06-04 | d-i.yaml.py: merge the template and job loops | Philip Hands | 1 | -29/+38 | |
2015-06-04 | d-i.yaml.py: def jobs() to create jobs[] | Philip Hands | 1 | -19/+19 | |
2015-06-04 | d-i.yaml.py: formatting | Philip Hands | 1 | -12/+14 | |
2015-06-04 | d-i.yaml.py: de-dup {do_not_edit} | Philip Hands | 1 | -3/+5 | |
2015-06-04 | get rid of email stanza duplication | Philip Hands | 1 | -9/+7 | |
2015-06-04 | drop copyright symbol to avoid charset upset | Philip Hands | 1 | -1/+1 | |
2015-06-04 | provide anchors to target sections of the front page | Daniel Kahn Gillmor | 2 | -2/+8 | |
This patch makes it easier to point people at the list of variations and the list of usertagged bugs. It also uses css to make the targeted sections have a different header color (i'm happy for more style-y people to improve on this visual cue). | |||||
2015-06-03 | update_jdn: execute the python scripts without calling directly the ↵ | Mattia Rizzolo | 1 | -1/+2 | |
interpreter. allow both py2 and py3 scripts | |||||
2015-06-03 | now python3: list comprehensions replacing lambdas, and others | Philip Hands | 1 | -72/+53 | |
2015-06-03 | simplify program structure a bit | Philip Hands | 1 | -95/+72 | |
2015-06-03 | move function before it's use | Philip Hands | 1 | -4/+6 | |
2015-06-03 | +copyright | Philip Hands | 1 | -0/+3 | |
2015-06-03 | reproducible: fix html formatting | Holger Levsen | 1 | -1/+1 | |
2015-06-03 | reproducible: modify PATH | Holger Levsen | 2 | -0/+2 | |
2015-06-03 | reproducible: breakages: do not fail on unrecognized files | Mattia Rizzolo | 1 | -1/+2 | |
2015-06-03 | reproducible: ignore noise from rmadision. probably better use the api ↵ | Holger Levsen | 1 | -3/+3 | |
directly... | |||||
2015-06-03 | reproducible: use the force | Holger Levsen | 1 | -5/+5 | |
2015-06-03 | reproducible: using 'mktemp -i' would have been another way to fix this | Holger Levsen | 1 | -0/+2 | |
2015-06-03 | reproducible: remove debugging code | Holger Levsen | 1 | -10/+0 | |
2015-06-03 | reproducible: try harder to understand whats going wrong here | Holger Levsen | 1 | -1/+3 | |
2015-06-03 | jenkins.d.n jessie upgrade: fix reproducible graphs (broken to subtile ↵ | Holger Levsen | 1 | -8/+8 | |
changes in output) | |||||
2015-06-03 | tidy layout slightly | Philip Hands | 1 | -19/+20 | |
2015-06-03 | add pu jobs, without the IRC noise | Philip Hands | 1 | -10/+17 | |
2015-06-03 | Revert "add jobs for pu/** branches (probably ;-))" | Philip Hands | 1 | -7/+2 | |
This reverts commit 1bd58348d51adda421776998bf808eceedc6c8a1. | |||||
2015-06-03 | d-i: fix branch definition | Holger Levsen | 1 | -1/+1 | |
2015-06-03 | reproducible: cleanup file after usage | Holger Levsen | 1 | -0/+1 | |
2015-06-03 | d-i: disable irc notifications the ugly way | Holger Levsen | 1 | -1/+1 | |
2015-06-03 | add jobs for pu/** branches (probably ;-)) | Philip Hands | 1 | -2/+19 | |
2015-06-03 | favour join over string-manip. & use loop for html/pdf | Philip Hands | 1 | -20/+21 | |
2015-06-03 | d-i.yaml/pl: code tidying | Philip Hands | 1 | -88/+114 | |
2015-06-03 | d-i: these jobs should only build the master branch | Holger Levsen | 1 | -1/+1 | |
2015-06-03 | reproducible: less, but more targeted debug | Holger Levsen | 1 | -1/+11 | |
2015-06-03 | reproducible: fix spelling in mail subject | Reiner Herrmann | 1 | -1/+1 | |
2015-06-02 | bin/reproducible_create_meta_pkg_sets.sh: be more clean about TMPFILE2 | josch | 1 | -1/+1 | |
2015-06-02 | Fix squid3 configuration | Joachim Breitner | 1 | -4/+4 | |
according to http://wiki.squid-cache.org/SquidFaq/ConfiguringSquid#Squid-3.2_default_config these lines are now built-in and hence should not be present in the configuration. | |||||
2015-06-02 | fix a few typos | Philip Hands | 1 | -9/+9 | |
2015-06-02 | bin/reproducible_create_meta_pkg_sets.sh: also output source packages that ↵ | josch | 1 | -1/+1 | |
only build arch:all binary packages | |||||
2015-06-02 | d-i: drop lenny-support job | Holger Levsen | 1 | -1/+0 | |
2015-06-02 | fix source reference to point at the .py file | Philip Hands | 1 | -1/+1 | |
2015-06-02 | Let's try using yaml.dump for this | Philip Hands | 2 | -1160/+351 | |
2015-06-02 | drop crappy tests which were trying to make sure triggers are set correctly. ↵ | Holger Levsen | 1 | -15/+0 | |
much better to create proper job-cfg/*yaml in the first place | |||||
2015-06-02 | reproducible: html_packages: nest <span> inside <a> and not the reverse, to ↵ | Mattia Rizzolo | 1 | -3/+3 | |
get the correct css class applied | |||||
2015-06-02 | reproducible: add lua pkg set | Holger Levsen | 1 | -0/+1 | |
2015-06-02 | reproducible: build: fix typo | Mattia Rizzolo | 1 | -1/+1 | |
2015-06-02 | reproducible: build: mail server does not like unicode, do s#→#-># on the ↵ | Mattia Rizzolo | 1 | -1/+1 | |
subject line of notification emails | |||||
2015-06-02 | reproducible: add random idea | Holger Levsen | 1 | -0/+1 | |
2015-06-02 | reproducible: add title tag to the notify icon for the unicode impaired | Holger Levsen | 2 | -1/+3 | |
2015-06-02 | reproducible: enable debugging | Holger Levsen | 1 | -1/+1 | |