summaryrefslogtreecommitdiffstats
path: root/bin
AgeCommit message (Collapse)AuthorFilesLines
2015-06-16reproducible: build: call timeout with sudo, and not the reverse, as a ↵Mattia Rizzolo1-2/+4
user-called timeout can't kill a root process + give pbuilder 6 minutes to exit after SIGTERM before SIGKILL
2015-06-15Revert "reproducible: build: call timeout with sudo, and not the reverse, as ↵Holger Levsen1-4/+2
a user-called timeout can't kill a root process + give pbuilder 6 minutes to exit after SIGTERM before SIGKILL" This reverts commit 0c7a58c92456e4d3c69c38424abf86cde5948a86.
2015-06-15reproducible: build: call timeout with sudo, and not the reverse, as a ↵Mattia Rizzolo1-2/+4
user-called timeout can't kill a root process + give pbuilder 6 minutes to exit after SIGTERM before SIGKILL
2015-06-15reproducible openwrt: clean up also after second buildReiner Herrmann1-2/+3
2015-06-15reproducible openwrt: targets other than default need more detailed configReiner Herrmann1-6/+7
2015-06-15reproducible: remote_scheduler: don't message the irc channel if 0 packages ↵Mattia Rizzolo1-1/+1
got scheduled
2015-06-15reproducible: maintenance: fix schedule_packages() callMattia Rizzolo1-1/+1
2015-06-15fix typoHolger Levsen1-1/+1
2015-06-15reproducible openwrt and coreboot: use common introHolger Levsen3-6/+16
2015-06-15reproducible: common.sh: fix typoMattia Rizzolo1-1/+1
2015-06-15reproducible: html_packages: do not complain about missing .buildinfo for ↵Mattia Rizzolo1-1/+1
untested, blacklisted, ftbfs and not-for-us packages
2015-06-15reproducible openwrt and coreboot: remove redundancy from descriptionHolger Levsen2-2/+2
2015-06-14reproducible openwrt: fix syntaxHolger Levsen1-1/+1
2015-06-14reproducible: remote_scheduler: fix notification logicMattia Rizzolo1-1/+3
2015-06-14reproducible openwrt: improve descriptionHolger Levsen1-1/+1
2015-06-14reproducible: schedule_on_demand: rewrite it to just be a wrapper around ↵Mattia Rizzolo1-34/+5
reproducible_remote_scheduler.py
2015-06-14reproducible: remote_scheduler: fix the "build is already started, not ↵Mattia Rizzolo1-1/+1
scheduling" logic
2015-06-14reproducible: remote_scheduler: add logic to avoid people scheduling >50 ↵Mattia Rizzolo1-1/+10
packages with irc notification
2015-06-14reproducible: common,maintenance: also pass $REASON to the rescheduling ↵Mattia Rizzolo2-1/+8
script via --message
2015-06-14reproducible: reduce code duplication by teaching sh's schedule_packages() ↵Mattia Rizzolo4-72/+13
to call reproducible_schedule_on_demand.py and fix various scripts
2015-06-14reproducible: remote_scheduler: look for the LOCAL_CALL env var and remove ↵Mattia Rizzolo1-1/+8
the scheduling limits in that case
2015-06-14reproducible openwrt: fix typoReiner Herrmann1-1/+1
2015-06-14reproducible openwrt: refactor building into more functionsReiner Herrmann1-79/+89
2015-06-14reproducible: build: help debugging a debbindiff bug (#788568) by checking ↵Mattia Rizzolo1-0/+8
tmp files before and after
2015-06-14reproducible: common.sh: fix typoMattia Rizzolo1-1/+1
2015-06-14reproducible: define $TEMPDIR as /tmp/reproducible and teach all the to ↵Mattia Rizzolo10-25/+27
create temporary files under TEMPDIR (except for builders, they have their own TMPDIR), to avoid polluting /tmp
2015-06-14reproducible openwrt: also save/compare openwrt*root.squashfsReiner Herrmann1-2/+2
2015-06-14reproducible openwrt: build only one imageReiner Herrmann1-0/+5
2015-06-14reproducible openwrt: debbindiff 21 knows how to handle .ipk filesHolger Levsen1-1/+1
2015-06-14schroot-create: fix parameters checking: first check for ↵Mattia Rizzolo1-13/+13
reproducible/backports, then parse suite/target
2015-06-14reproducible: fix "Created $count issue pages for $suite" counterReiner Herrmann1-1/+1
2015-06-13reproducible: s/OpenWRT/OpenWrt/Reiner Herrmann2-9/+9
2015-06-13reproducible openwrt: fix harmless html typoHolger Levsen1-1/+1
2015-06-13reproducible openwrt: add debug codeHolger Levsen1-0/+1
2015-06-13reproducible openwrt: simplefy find callsHolger Levsen1-2/+2
2015-06-13reproducible openwrt: correctly include the bannerHolger Levsen1-1/+1
2015-06-13reproducible: add 'ftbfs_due_to_obsolete_dependencies' and ↵Holger Levsen1-1/+1
'ftbfs_due_to_virtual_dependencies' to filtered_issues in ftbfs view
2015-06-13reproducible openwrt: remove redundancy from headingHolger Levsen1-1/+1
2015-06-13reproducible openwrt: explain that debbindiff 20 does not understand ↵Holger Levsen1-1/+1
squashfs .bin filesystems nor .ipk packages yet
2015-06-13reproducible openwrt:_drop useless /ipk/ from pathesHolger Levsen1-2/+2
2015-06-13reproducible openwrt: preserve banner as build_dir gets removed to free memoryHolger Levsen1-2/+5
2015-06-13reproducible: get rid of 2/3 irc notifications for broken notes.gitHolger Levsen1-1/+2
2015-06-13reproducible openwrt and coreboot: fix typoHolger Levsen2-2/+2
2015-06-13reproducible coreboot: only mention unreproducible images if there are someHolger Levsen1-1/+6
2015-06-13reproducible openwrt: also analyse .ipk packagesHolger Levsen1-12/+42
2015-06-13reproducible openwrt and coreboot: improve job outputHolger Levsen2-11/+11
2015-06-13reproducible coreboot and openwrt: turn the 'reproducible?' headline into a ↵Holger Levsen2-2/+14
statement if that's the case
2015-06-13reproducible openwrt: stop renaming *.bin to *.bin.squashfs because ↵Holger Levsen1-9/+1
debbindiff needs to learn to deal with them anyway and because they are not simple squashfs filesystems
2015-06-13reproducible: remove irc notifications for automatically rescheduling due to ↵Holger Levsen1-1/+1
mirror updates
2015-06-13reproducible openwrt: fix css nameHolger Levsen1-1/+1