summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-06-04provide anchors to target sections of the front pageDaniel Kahn Gillmor2-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-03update_jdn: execute the python scripts without calling directly the ↵Mattia Rizzolo1-1/+2
interpreter. allow both py2 and py3 scripts
2015-06-03now python3: list comprehensions replacing lambdas, and othersPhilip Hands1-72/+53
2015-06-03simplify program structure a bitPhilip Hands1-95/+72
2015-06-03move function before it's usePhilip Hands1-4/+6
2015-06-03+copyrightPhilip Hands1-0/+3
2015-06-03reproducible: fix html formattingHolger Levsen1-1/+1
2015-06-03reproducible: modify PATHHolger Levsen2-0/+2
2015-06-03reproducible: breakages: do not fail on unrecognized filesMattia Rizzolo1-1/+2
2015-06-03reproducible: ignore noise from rmadision. probably better use the api ↵Holger Levsen1-3/+3
directly...
2015-06-03reproducible: use the forceHolger Levsen1-5/+5
2015-06-03reproducible: using 'mktemp -i' would have been another way to fix thisHolger Levsen1-0/+2
2015-06-03reproducible: remove debugging codeHolger Levsen1-10/+0
2015-06-03reproducible: try harder to understand whats going wrong hereHolger Levsen1-1/+3
2015-06-03jenkins.d.n jessie upgrade: fix reproducible graphs (broken to subtile ↵Holger Levsen1-8/+8
changes in output)
2015-06-03tidy layout slightlyPhilip Hands1-19/+20
2015-06-03add pu jobs, without the IRC noisePhilip Hands1-10/+17
2015-06-03Revert "add jobs for pu/** branches (probably ;-))"Philip Hands1-7/+2
This reverts commit 1bd58348d51adda421776998bf808eceedc6c8a1.
2015-06-03d-i: fix branch definitionHolger Levsen1-1/+1
2015-06-03reproducible: cleanup file after usageHolger Levsen1-0/+1
2015-06-03d-i: disable irc notifications the ugly wayHolger Levsen1-1/+1
2015-06-03add jobs for pu/** branches (probably ;-))Philip Hands1-2/+19
2015-06-03favour join over string-manip. & use loop for html/pdfPhilip Hands1-20/+21
2015-06-03d-i.yaml/pl: code tidyingPhilip Hands1-88/+114
2015-06-03d-i: these jobs should only build the master branchHolger Levsen1-1/+1
2015-06-03reproducible: less, but more targeted debugHolger Levsen1-1/+11
2015-06-03reproducible: fix spelling in mail subjectReiner Herrmann1-1/+1
2015-06-02bin/reproducible_create_meta_pkg_sets.sh: be more clean about TMPFILE2josch1-1/+1
2015-06-02Fix squid3 configurationJoachim Breitner1-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-02fix a few typosPhilip Hands1-9/+9
2015-06-02bin/reproducible_create_meta_pkg_sets.sh: also output source packages that ↵josch1-1/+1
only build arch:all binary packages
2015-06-02d-i: drop lenny-support jobHolger Levsen1-1/+0
2015-06-02fix source reference to point at the .py filePhilip Hands1-1/+1
2015-06-02Let's try using yaml.dump for thisPhilip Hands2-1160/+351
2015-06-02drop crappy tests which were trying to make sure triggers are set correctly. ↵Holger Levsen1-15/+0
much better to create proper job-cfg/*yaml in the first place
2015-06-02reproducible: html_packages: nest <span> inside <a> and not the reverse, to ↵Mattia Rizzolo1-3/+3
get the correct css class applied
2015-06-02reproducible: add lua pkg setHolger Levsen1-0/+1
2015-06-02reproducible: build: fix typoMattia Rizzolo1-1/+1
2015-06-02reproducible: build: mail server does not like unicode, do s#→#-># on the ↵Mattia Rizzolo1-1/+1
subject line of notification emails
2015-06-02reproducible: add random ideaHolger Levsen1-0/+1
2015-06-02reproducible: add title tag to the notify icon for the unicode impairedHolger Levsen2-1/+3
2015-06-02reproducible: enable debuggingHolger Levsen1-1/+1
2015-06-02reproducible: setup_notify: also rebuild index_notify.html when changing ↵Mattia Rizzolo1-0/+2
notification settings
2015-06-02jenkins.d.n jessie upgrade: some more package names have changedHolger Levsen1-4/+3
2015-06-02jenkins.d.n jessie upgrade: all packages should be from jessie atmHolger Levsen1-4/+0
2015-06-02bin/reproducible_create_meta_pkg_sets.sh: replace ↵josch1-23/+19
convert_into_source_packages_only by packages_list_to_deb822
2015-06-02reproducible: use botch in a schroot until it's available in jessie-backportsHolger Levsen3-6/+8
2015-06-02bin/reproducible_create_meta_pkg_sets.sh: replace downloading ↵josch1-8/+16
http://bootstrap.debian.net/importance_metric_all.txt by running botch directly
2015-06-02reproducible: use em instead of pixelsHolger Levsen1-1/+1
2015-06-02jenkins.d.n jessie upgrade: workaround #681884 the lazy way: by installing ↵Holger Levsen1-1/+2
sysv-init. patches for #681884 much welcome and will be tested