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
2017-05-03
reproducible Debian: raise daily personal scheduling limit to 500, we've seen...
Holger Levsen
1
-2
/
+2
2017-04-26
reproducible debian: remote scheduler: unbreak -i option
Mattia Rizzolo
1
-1
/
+1
2017-04-12
Revert "reproducible debian: temporarily rise the schedule limit (again)"
Mattia Rizzolo
1
-2
/
+2
2017-04-11
reproducible debian: temporarily rise the schedule limit (again)
Mattia Rizzolo
1
-2
/
+2
2017-04-08
Revert "reproducible Debian: temporarily raise the personal daily scheduling ...
Holger Levsen
1
-2
/
+2
2017-04-07
reproducible Debian: temporarily raise the personal daily scheduling limit to...
Holger Levsen
1
-2
/
+2
2017-01-11
reproducible Debian: s#html page#HTML page#g
Holger Levsen
1
-1
/
+1
2016-12-03
reproducible debian: remote scheduler: de-duplicate the list later to keep th...
Mattia Rizzolo
1
-2
/
+2
2016-12-03
reproducible debian: remote scheduler: use a set() instead of a list to preve...
Mattia Rizzolo
1
-1
/
+1
2016-10-17
reproducible debian: make python sql more sqlite/postgres agnostic
Valerie R Young
1
-16
/
+16
2016-09-23
Revert "reproducible debian: bump daily scheduling limit to 500 for lamby"
Holger Levsen
1
-2
/
+2
2016-09-23
reproducible debian: bump daily scheduling limit to 500 for lamby
Holger Levsen
1
-2
/
+2
2016-08-22
reproducible debian: fix sqlite3 IntegrityError
Valerie R Young
1
-4
/
+7
2016-08-19
reproducible debian: switch python database backend to SQLAlchemy
Valerie R Young
1
-15
/
+47
2016-05-20
reproducible: remove unused code fragment
Holger Levsen
1
-1
/
+0
2015-12-14
reproducible: don't save the reschedule reason in the DB
Mattia Rizzolo
1
-2
/
+1
2015-12-09
reproducible: remote_scheduler: also force notification when asking for artif...
Mattia Rizzolo
1
-1
/
+1
2015-12-09
reproducible: remote_scheduler: refactor the notification level chooser
Mattia Rizzolo
1
-3
/
+7
2015-12-09
reproducible: save the schedule message in the db and show it in the "test hi...
Mattia Rizzolo
1
-3
/
+5
2015-12-09
reproducible: refactor how the 'notify on build start' feature is handled, st...
Mattia Rizzolo
1
-12
/
+10
2015-10-09
reproducible: fix typo, thanks to Santiago for spotting
Holger Levsen
1
-1
/
+1
2015-10-09
reproducible: shorten irc message
Holger Levsen
1
-3
/
+3
2015-10-09
reproducible: improve comment
Holger Levsen
1
-2
/
+1
2015-10-09
reproducible: remote_scheduler: filter the architecture too
Mattia Rizzolo
1
-1
/
+2
2015-09-26
reproducible: fix grammar
Holger Levsen
1
-1
/
+1
2015-09-22
reproducible: except -d for --noisy too (should probably rename --noisy to --...
Holger Levsen
1
-1
/
+1
2015-09-22
reproducible: improve readability, increase code size by 3 chars, reduce irc ...
Holger Levsen
1
-1
/
+1
2015-09-22
reproducible: default suite is unstable
Holger Levsen
1
-2
/
+2
2015-09-11
reproducible: create scheduled indexes as part of the live_status job (and 'i...
Holger Levsen
1
-1
/
+1
2015-09-10
reproducible: call generate_schedule(arch) everywhere
Holger Levsen
1
-1
/
+1
2015-09-10
reproducible: fix+harmonize punctation.
Holger Levsen
1
-11
/
+11
2015-09-10
fix typo
Holger Levsen
1
-1
/
+1
2015-08-31
reproducible: dont log arch twice, and wrongly
Holger Levsen
1
-1
/
+0
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
[next]