index
:
jenkins.debian.net
expac-pkgbases
master
[no description]
Johannes Löthberg
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bin
/
reproducible_remote_scheduler.py
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-21
reproducible: raise limit how many packages people can schedule per day to 200
Holger Levsen
1
-2
/
+2
2015-08-21
reproducible: remote_scheduler: fix a TypeError and make more rubost
Mattia Rizzolo
1
-15
/
+16
2015-08-21
reproducible: remote_scheduler: clean the packages list from empty strings th...
Mattia Rizzolo
1
-1
/
+1
2015-08-21
reproducible remote scheduler: fix typo
Reiner Herrmann
1
-1
/
+1
2015-08-19
reproducible: remote_scheduler: rearrange the argparse bits to really print a...
Mattia Rizzolo
1
-9
/
+4
2015-08-19
reproducible: remote_scheduler: don't require the -s option at argparse level...
Mattia Rizzolo
1
-1
/
+5
2015-08-19
reproducible: remote_scheduler: do not ball users out when they schedule an i...
Mattia Rizzolo
1
-3
/
+2
2015-08-18
reproducible: alioth reschedule script: pipe args to alioth instead of passin...
Mattia Rizzolo
1
-1
/
+0
2015-08-18
reproducible: scheduler: add a --null flag to read arguments from stdin and c...
Mattia Rizzolo
1
-1
/
+12
2015-08-18
reproducible: remote scheduler: correctly parse the -m option
Mattia Rizzolo
1
-2
/
+2
2015-08-09
reproducible: remote_scheduler: join on the notes table only when needed
Mattia Rizzolo
1
-4
/
+5
2015-08-07
reproducible: remote_scheduler: resort the CLI flags and improve the help
Mattia Rizzolo
1
-9
/
+9
2015-08-07
reproducible: remote_scheduler: accept a -a/--architecture flag to specify in...
Mattia Rizzolo
1
-11
/
+24
2015-08-07
reproducible: remote_scheduler: flag rename: -a/--artifacts to -k/--keep-arti...
Mattia Rizzolo
1
-2
/
+2
2015-08-07
reproducible: remote_scheduler: remove redundant default in argparse definitions
Mattia Rizzolo
1
-2
/
+2
2015-07-23
reproducible move the bcolors class to _common.py
Mattia Rizzolo
1
-11
/
+0
2015-07-17
reproducible: rescheduler: improve help text
Mattia Rizzolo
1
-3
/
+6
2015-07-17
reproducible: rescheduler: don't catch blacklisted packages in the filter query
Mattia Rizzolo
1
-1
/
+1
2015-07-08
reproducible: make irc notifications optional instead of the default again
Holger Levsen
1
-6
/
+6
2015-07-08
reproducible: shorten irc messages
Holger Levsen
1
-2
/
+2
2015-07-05
reproducible: improve grammar
Holger Levsen
1
-5
/
+5
2015-07-05
reproducible: remote scheduler: also tell whether there is going to be noise ...
Mattia Rizzolo
1
-2
/
+4
2015-07-05
reproducible: reschedule: add a --dry-run option to do exactly that (doh!)
Mattia Rizzolo
1
-5
/
+12
2015-07-05
reproducible: rescheduler: add -t/--after and -b/--before options to select p...
Mattia Rizzolo
1
-1
/
+15
2015-07-05
reproducible: scheduler: add a --status (-r) option to specify a package stat...
Mattia Rizzolo
1
-7
/
+20
2015-07-05
reproducible: scheduler: accept an -i option to schedule all package affected...
Mattia Rizzolo
1
-1
/
+15
2015-07-05
reproducible: scheduler,build: accept a --noisy option to tell the builder to...
Mattia Rizzolo
1
-5
/
+15
2015-07-04
For now: Revert "reproducible: remote scheduler: also tell whether there is g...
Holger Levsen
1
-4
/
+2
2015-07-04
reproducible: remote scheduler: also tell whether there is going to be noise ...
Mattia Rizzolo
1
-2
/
+4
2015-06-16
reproducible: swap order of arguments
Holger Levsen
1
-2
/
+2
2015-06-15
reproducible: remote_scheduler: don't message the irc channel if 0 packages g...
Mattia Rizzolo
1
-1
/
+1
2015-06-14
reproducible: remote_scheduler: fix notification logic
Mattia Rizzolo
1
-1
/
+3
2015-06-14
reproducible: remote_scheduler: fix the "build is already started, not schedu...
Mattia Rizzolo
1
-1
/
+1
2015-06-14
reproducible: remote_scheduler: add logic to avoid people scheduling >50 pack...
Mattia Rizzolo
1
-1
/
+10
2015-06-14
reproducible: reduce code duplication by teaching sh's schedule_packages() to...
Mattia Rizzolo
1
-1
/
+2
2015-06-14
reproducible: remote_scheduler: look for the LOCAL_CALL env var and remove th...
Mattia Rizzolo
1
-1
/
+8
2015-06-12
reproducible: *.py: from datetime import datetime, timedelta instead of all d...
Mattia Rizzolo
1
-2
/
+2
2015-05-26
reproducible: remote_scheduler: don't allow rescheduling a package if it's al...
Mattia Rizzolo
1
-8
/
+22
2015-05-26
reproducible: remote_scheduler: add a -n option to avoid notification when th...
Mattia Rizzolo
1
-4
/
+9
2015-05-12
reproducible: remote_scheduler: fix time comparison for maximum schedulings p...
Mattia Rizzolo
1
-3
/
+3
2015-05-11
reproducible: remote_scheduler: fix syntax
Mattia Rizzolo
1
-1
/
+1
2015-05-11
reproducible: remote_scheduler: fix the --message option handling
Mattia Rizzolo
1
-2
/
+2
2015-05-11
reproducible: remote_scheduler: more debug
Mattia Rizzolo
1
-0
/
+1
2015-05-09
reproducible: remote_scheduler: fix sql query syntax
Mattia Rizzolo
1
-2
/
+2
2015-05-08
reproducible: remote_scheduler: fix typo
Mattia Rizzolo
1
-1
/
+1
2015-05-08
fixup language
Holger Levsen
1
-10
/
+11
2015-05-08
reproducible: remote_scheduler: use the new DB table. Limit every person to 5...
Mattia Rizzolo
1
-6
/
+32
2015-05-08
reproducible: remote_scheduler: add a --message switch to get convey a reason...
Mattia Rizzolo
1
-1
/
+9
2015-05-04
reproducible: add remote_scheduler.py: a mean to be called via ssh to schedul...
Mattia Rizzolo
1
-0
/
+116
[prev]