summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
2015-07-08reproducible: common.py: don't query for bugs if that information is already ↵Mattia Rizzolo1-2/+7
available
2015-07-08reproducible: common,html_packages: add a --ignore-missing-files, to ↵Mattia Rizzolo2-4/+9
suppress those warnings and be able to test stuff outside jenkins where i don't have all the log files
2015-07-08reproducible netbsd: s#xen#amd64# architectureHolger Levsen1-1/+1
2015-07-08reproducible: make irc notifications optional instead of the default againHolger Levsen1-6/+6
2015-07-08reproducible: shorten irc messagesHolger Levsen1-2/+2
2015-07-08reproducible netbsd: add xen architectureHolger Levsen1-1/+1
2015-07-07reproducible: refactoringHolger Levsen5-49/+7
2015-07-06reproducible coreboot: correct filesizeHolger Levsen1-1/+1
2015-07-06reproducible netbsd: properly clean between those two buildsHolger Levsen1-0/+7
2015-07-06reproducible netbsd: use their css and logoHolger Levsen1-2/+5
2015-07-06reproducible coreboot/openwrt/netbsd: fix braino when calculating file sizeHolger Levsen1-1/+1
2015-07-06reproducible: debbindiff is also maintained in the master branchHolger Levsen1-3/+3
2015-07-06reproducible netbsd: only build sparc64 for nowHolger Levsen1-1/+1
2015-07-06reproducible coreboot/openwrt/netbsd: improve html titlesHolger Levsen4-5/+5
2015-07-06reproducible netbsd: fixup script names in descriptionHolger Levsen1-1/+1
2015-07-06reproducible coreboot/openwrt/netbsd: make sure to include debbindiff ↵Holger Levsen3-3/+3
version in output
2015-07-06reproducible netbsd: it either builds or it doesn't.Holger Levsen1-3/+1
2015-07-06reproducible coreboot/openwrt/netbsd: try to be even more sensible when ↵Holger Levsen1-1/+2
displaying file sizes
2015-07-06reproducible netbsd: announce it on main dashboardHolger Levsen1-1/+1
2015-07-06reproducible netbsd: also test amd64Holger Levsen1-1/+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 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-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-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 Levsen3-46/+239
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-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