summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-07-06reproducible netbsd: also test amd64Holger Levsen2-2/+1
2015-07-06reproducible coreboot/openwrt/netbsd: display sensible file sizesHolger Levsen4-15/+25
2015-07-05reproducible netbsd: support testing several archs properlyHolger Levsen1-13/+20
2015-07-05reproducible: dashboard: improve table headersHolger Levsen1-2/+2
2015-07-05reproducible: rewordingHolger Levsen1-1/+1
2015-07-05todo: update pbuilder statusMattia Rizzolo1-6/+1
2015-07-05reproducible netbsd: create full pathHolger Levsen1-1/+1
2015-07-05reproducible: track new usertag 'locale'Holger Levsen4-3/+7
2015-07-05reproducible netbsd: fix pathHolger Levsen1-0/+1
2015-07-05reproducible: improve grammarHolger Levsen1-5/+5
2015-07-05reproducible: remote scheduler: also tell whether there is going to be noise ↵Mattia Rizzolo1-2/+4
or silence after the scheduling
2015-07-05todo: \o/ -1Mattia Rizzolo1-3/+0
2015-07-05reproducible: reschedule: add a --dry-run option to do exactly that (doh!)Mattia Rizzolo1-5/+12
2015-07-05reproducible: rescheduler: add -t/--after and -b/--before options to select ↵Mattia Rizzolo1-1/+15
packages built before/after the specified date
2015-07-05reproducible: scheduler: add a --status (-r) option to specify a package ↵Mattia Rizzolo1-7/+20
status to pick packages from. This is ANDed to the -i if provided
2015-07-05reproducible: scheduler: accept an -i option to schedule all package ↵Mattia Rizzolo1-1/+15
affected by a given issue. Also allow passing 0 package to the script
2015-07-05reproducible: improve commentHolger Levsen1-1/+1
2015-07-05todo: another bullet point down!Mattia Rizzolo1-1/+0
2015-07-05reproducible: scheduler,build: accept a --noisy option to tell the builder ↵Mattia Rizzolo2-6/+20
to announce the build (with the build url) in the IRC channel
2015-07-05reproducible: build: fill that 'builder' db field. An example of the format ↵Mattia Rizzolo1-3/+4
is 'delta/12345' where 'delta is the stripped $JOB_NAME and the numbers the $BUILD_ID
2015-07-05reproducible: db 17: add a 'builder' column to schedule, results, ↵Mattia Rizzolo1-0/+5
stats_build to save who builded what
2015-07-05reproducible NetBSD: add job and initial script, atm only testing sparc64Holger Levsen6-52/+260
2015-07-05tod: 2 (!) bullet points downMattia Rizzolo1-3/+0
2015-07-05reproducible: maintenance: learn how to clean up those new logsMattia Rizzolo1-1/+1
2015-07-05reproducible: also save the --text output of debbindiffMattia Rizzolo4-2/+25
2015-07-05reproducible: builds: be verbose while creating/deleting directories/files ↵Mattia Rizzolo1-10/+12
instead of > /dev/null. Also handle the .gz versions by appending {,.gz} to gzippable files. Those output will end up in the jenkins log only, so it won't clutter stuff under rb.d.n
2015-07-05reproducible: build: save the two gzipped build logs separately, gzip the ↵Mattia Rizzolo1-4/+38
rbuild and also present a diff of the twos
2015-07-05reproducible: breakages: handle DIFFS_PATH too (+ fix a typo in alien_log)Mattia Rizzolo1-2/+2
2015-07-05reproducible: html_packages: link the build2 and the diffMattia Rizzolo1-7/+9
2015-07-05reproducible: common.py: add DIFFS_{URI,PATH}Mattia Rizzolo1-0/+4
2015-07-05reproducible: html_notes: in the issue view, sort packages without bugs ↵Mattia Rizzolo1-1/+1
before the ones with
2015-07-04add non-free to sources.list - we need ovmf from itHolger Levsen1-6/+6
2015-07-04reproducible: common.py: drop ftbfs_due_to_obsolete_dependencies from ↵Mattia Rizzolo1-2/+1
filtered issue. I want maintainers to fix their rc buggy packages also remove ftbfs_werror_equals which does not exist anymore
2015-07-04reproducible: notes: enable the automatic clean up of old issue pagesMattia Rizzolo1-2/+1
2015-07-04For now: Revert "reproducible: remote scheduler: also tell whether there is ↵Holger Levsen1-4/+2
going to be noise or silence after the scheduling" This reverts commit 299b954115dc073317b8d302e74ff1e8c6b5ade7.
2015-07-04reproducible: remote scheduler: also tell whether there is going to be noise ↵Mattia Rizzolo1-2/+4
or silence after the scheduling
2015-07-04reproducible: html_indexes: fix mail url for the index_notify pageMattia Rizzolo1-1/+1
2015-07-04reproducible: run the breakages job after the maintenance one, otherwise we ↵Mattia Rizzolo1-1/+1
it may catch files that would have been (and actually are a couple of minutes later) clean up by the maintenance job
2015-07-04reproducible: html_notes: also clean up old issues pageMattia Rizzolo1-0/+19
2015-07-04reproducible: scheduler: try harder to get a real messageMattia Rizzolo1-1/+1
2015-07-04increase /srv/workspace to 100 GBMattia Rizzolo1-1/+1
2015-07-04reproducible: common: get_trailing_bug_icon(): do not create creepy html ↵Mattia Rizzolo1-0/+2
when the bug is not patched or already done
2015-07-04reproducible: build: notify the irc channel in case of reproducible → ↵Mattia Rizzolo1-11/+11
ftbfs packages
2015-07-04reproducible: add maint_debian-x package setHolger Levsen2-0/+7
2015-06-27reproducible: also filter the issues ftbfs_wdatetime and ↵Mattia Rizzolo1-0/+2
ftbfs_wdatetime_due_to_swig
2015-06-23reproducible: mark pending bugsHolger Levsen1-0/+1
2015-06-22reproducible: build: fix typoMattia Rizzolo1-1/+1
2015-06-22reproducible: create_meta_pkg_sets: shut up botch-create-graph, its warnings ↵Mattia Rizzolo1-1/+1
are not interesting. Thanks to Johannes Schauer for the hint/help
2015-06-22reproducible: shut up the maintenance job a bit more: do not notify when you ↵Mattia Rizzolo2-2/+1
catch package that are building since >36 hours ago
2015-06-19bind-mount /dev/shm again, i misinterpreted a closed pbuilder bug. Now ↵Mattia Rizzolo1-3/+4
/run/shm is mounted by default, but no /dev/shm is available as tmpfs or symlink to /run/shm