summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2015-06-16reproducible: split into high+low priosHolger Levsen1-11/+12
2015-06-16add URLs for patches Phil Hands thankfully polished and send upstreamHolger Levsen1-2/+4
2015-06-16reproducible: build: remove double slash from /consoleMattia Rizzolo1-1/+1
2015-06-16reproducible: build: export the env variable we are interested inMattia Rizzolo1-6/+6
2015-06-16reproducible: build/pbuilder: partially revert the last change, since moving ↵Mattia Rizzolo2-1/+7
PATH to the temporary pbuilderrc broke pbuilder
2015-06-16reproducible: build: pbuilder -> /usr/sbin/pbuilderMattia Rizzolo1-1/+1
2015-06-16reproducible: build: move all env variable to the temporary pbuilderrcMattia Rizzolo2-15/+16
2015-06-16reproducible: cleanup is importantHolger Levsen1-0/+1
2015-06-16also allow plain sudo (fixup 52d302e)Holger Levsen1-0/+1
2015-06-16reproducible: fix irc message, natural language is hardHolger Levsen1-1/+2
2015-06-16use url as link target onlyHolger Levsen1-2/+2
2015-06-16sudoers: fix syntaxMattia Rizzolo1-2/+2
2015-06-16reproducible: build: call timeout with sudo, and not the reverse, as a ↵Mattia Rizzolo2-4/+6
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 Levsen2-6/+4
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 Rizzolo2-4/+6
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-15README: updateMattia Rizzolo2-12/+9
2015-06-15reproducible: remote_scheduler: don't message the irc channel if 0 packages ↵Mattia Rizzolo1-1/+1
got scheduled
2015-06-15reproducible: setup_schroot: fix schroot-create.sh callMattia Rizzolo1-3/+3
2015-06-15reproducible: maintenance: fix schedule_packages() callMattia Rizzolo1-1/+1
2015-06-15fix typoHolger Levsen1-1/+1
2015-06-15reproducible openwrt and coreboot: updateHolger Levsen1-5/+1
2015-06-15reproducible openwrt and coreboot: throttle concurrent builds to not use too ↵Holger Levsen1-2/+9
many ressources
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-14apache: reproducible: redirect /issues/ to /index_issues.htmlMattia Rizzolo1-0/+4
2015-06-14reproducible: use the reproducible repository for the debbindiff schrootsMattia Rizzolo1-2/+2
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 Herrmann3-10/+10