summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_remote_scheduler.py
AgeCommit message (Expand)AuthorFilesLines
2015-07-23reproducible move the bcolors class to _common.pyMattia Rizzolo1-11/+0
2015-07-17reproducible: rescheduler: improve help textMattia Rizzolo1-3/+6
2015-07-17reproducible: rescheduler: don't catch blacklisted packages in the filter queryMattia Rizzolo1-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-05reproducible: improve grammarHolger Levsen1-5/+5
2015-07-05reproducible: remote scheduler: also tell whether there is going to be noise ...Mattia Rizzolo1-2/+4
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 p...Mattia Rizzolo1-1/+15
2015-07-05reproducible: scheduler: add a --status (-r) option to specify a package stat...Mattia Rizzolo1-7/+20
2015-07-05reproducible: scheduler: accept an -i option to schedule all package affected...Mattia Rizzolo1-1/+15
2015-07-05reproducible: scheduler,build: accept a --noisy option to tell the builder to...Mattia Rizzolo1-5/+15
2015-07-04For now: Revert "reproducible: remote scheduler: also tell whether there is g...Holger Levsen1-4/+2
2015-07-04reproducible: remote scheduler: also tell whether there is going to be noise ...Mattia Rizzolo1-2/+4
2015-06-16reproducible: swap order of argumentsHolger Levsen1-2/+2
2015-06-15reproducible: remote_scheduler: don't message the irc channel if 0 packages g...Mattia Rizzolo1-1/+1
2015-06-14reproducible: remote_scheduler: fix notification logicMattia Rizzolo1-1/+3
2015-06-14reproducible: remote_scheduler: fix the "build is already started, not schedu...Mattia Rizzolo1-1/+1
2015-06-14reproducible: remote_scheduler: add logic to avoid people scheduling >50 pack...Mattia Rizzolo1-1/+10
2015-06-14reproducible: reduce code duplication by teaching sh's schedule_packages() to...Mattia Rizzolo1-1/+2
2015-06-14reproducible: remote_scheduler: look for the LOCAL_CALL env var and remove th...Mattia Rizzolo1-1/+8
2015-06-12reproducible: *.py: from datetime import datetime, timedelta instead of all d...Mattia Rizzolo1-2/+2
2015-05-26reproducible: remote_scheduler: don't allow rescheduling a package if it's al...Mattia Rizzolo1-8/+22
2015-05-26reproducible: remote_scheduler: add a -n option to avoid notification when th...Mattia Rizzolo1-4/+9
2015-05-12reproducible: remote_scheduler: fix time comparison for maximum schedulings p...Mattia Rizzolo1-3/+3
2015-05-11reproducible: remote_scheduler: fix syntaxMattia Rizzolo1-1/+1
2015-05-11reproducible: remote_scheduler: fix the --message option handlingMattia Rizzolo1-2/+2
2015-05-11reproducible: remote_scheduler: more debugMattia Rizzolo1-0/+1
2015-05-09reproducible: remote_scheduler: fix sql query syntaxMattia Rizzolo1-2/+2
2015-05-08reproducible: remote_scheduler: fix typoMattia Rizzolo1-1/+1
2015-05-08fixup languageHolger Levsen1-10/+11
2015-05-08reproducible: remote_scheduler: use the new DB table. Limit every person to 5...Mattia Rizzolo1-6/+32
2015-05-08reproducible: remote_scheduler: add a --message switch to get convey a reason...Mattia Rizzolo1-1/+9
2015-05-04reproducible: add remote_scheduler.py: a mean to be called via ssh to schedul...Mattia Rizzolo1-0/+116