Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-14 | reproducible: schedule_on_demand: rewrite it to just be a wrapper around ↵ | Mattia Rizzolo | 1 | -34/+5 | |
reproducible_remote_scheduler.py | |||||
2015-06-14 | reproducible: reduce code duplication by teaching sh's schedule_packages() ↵ | Mattia Rizzolo | 1 | -27/+8 | |
to call reproducible_schedule_on_demand.py and fix various scripts | |||||
2015-05-27 | reproducble: introduce options: --notify and --artifacts | Holger Levsen | 1 | -19/+9 | |
2015-05-17 | reproducible: fixup condition | Holger Levsen | 1 | -1/+1 | |
2015-05-15 | reproducible: refuse to schedule more than 50 packages with notification | Holger Levsen | 1 | -0/+7 | |
2015-04-29 | fix grammar | Holger Levsen | 1 | -1/+1 | |
2015-04-28 | reproducible: scheduler_on_demand: fix check | Mattia Rizzolo | 1 | -1/+1 | |
2015-04-25 | reproducible: add a sane mean to notify the IRC channel when builds finish. | Mattia Rizzolo | 1 | -9/+21 | |
* new column in the database, schedule table * turn $SAVE_ARTIFACTS a true boolean, 0→no artifacts, 1→yes artifacts * $NOTIFY in the build script is text containg a keyword: + if empty no notification will be sent + if "debbindiff" a "$DBDVERSION had trouble with these" will be sent + if "failure" a "no artifacts could have been saved"-like will be sent + any other value trigs a normal message * adapt the maintenance script and the manual scheduler to cope with the new column | |||||
2015-04-05 | improve visually | Holger Levsen | 1 | -1/+1 | |
2015-03-28 | reproducible: …✂ is so much better than ... | Holger Levsen | 1 | -1/+1 | |
2015-03-20 | fix typo | Holger Levsen | 1 | -1/+1 | |
2015-03-20 | reproducible: notfiy about artifacts | Holger Levsen | 1 | -0/+3 | |
2015-03-20 | reproducible: improve language and shell robustness | Holger Levsen | 1 | -2/+2 | |
2015-03-20 | eproducible: support for saving artifacts from the builds. use 'artifacts' ↵ | Mattia Rizzolo | 1 | -1/+10 | |
as the first package when manual scheduling and packages will save files! | |||||
2015-03-20 | s#for#in# | Holger Levsen | 1 | -1/+1 | |
2015-03-19 | reproducible: dont notify about 0 packages scheduled | Holger Levsen | 1 | -1/+1 | |
2015-03-16 | reproducible: avoid mental typos | Holger Levsen | 1 | -0/+5 | |
2015-03-16 | refactor: rename variable | Holger Levsen | 1 | -3/+2 | |
2015-03-16 | reproducible: move check_candidates() and schedule_packages() to ↵ | Holger Levsen | 1 | -36/+0 | |
common_functions.sh | |||||
2015-03-16 | reproducible: remove meaningless code | Holger Levsen | 1 | -4/+0 | |
2015-03-16 | reproducible: refactor | Holger Levsen | 1 | -5/+5 | |
2015-03-12 | reproducible: no irc notifications for reschedulings by maintenance job | Holger Levsen | 1 | -1/+3 | |
2015-03-10 | reproducible: change into the right directory first.. | Holger Levsen | 1 | -0/+1 | |
2015-03-10 | reproducible: call page_build() from html_indexes.py directly | Holger Levsen | 1 | -1/+1 | |
2015-03-10 | reproducible: only call the scheduler (to update that page) after ↵ | Holger Levsen | 1 | -1/+1 | |
scheduling, dont update all the indexes | |||||
2015-02-27 | reproducible: schedule_on_demand: print the package names and suite instead ↵ | Mattia Rizzolo | 1 | -4/+6 | |
of meaningless package ids | |||||
2015-02-26 | reproducible: add myself to all copyright headers | Mattia Rizzolo | 1 | -0/+1 | |
2015-02-26 | reproducible: schedule_on_demand.sh: update to a new database schema ↵ | Mattia Rizzolo | 1 | -7/+8 | |
supporting multiple suites + move the informative echo at the end | |||||
2015-02-24 | Revert "enable debugging" | Holger Levsen | 1 | -3/+1 | |
This reverts commit f5a00e5c5c367818266015abe99a38aecc9b23fc. | |||||
2015-02-24 | enable debugging | Holger Levsen | 1 | -1/+3 | |
2015-02-19 | Condense rescheduling onto a single line | Chris Lamb | 1 | -1/+5 | |
2015-02-19 | No need to specify when; we would say if it was for a particular time. | Chris Lamb | 1 | -1/+1 | |
2015-02-19 | We don't care whether it's been *re* scheduled, just that its scheduled. | Chris Lamb | 1 | -1/+1 | |
2015-02-19 | "17 package(s)" / "1 package(s)" => "17 packages" / "1 package" | Chris Lamb | 1 | -3/+11 | |
2015-02-16 | reproducible: fixup previous commit | Mattia Rizzolo | 1 | -1/+1 | |
for some reason the `python3 -c 'import reproducible_html_indexes'` does not work. Call directly the script: losing 4 seconds is not a big deal... | |||||
2015-02-16 | reproducible: use the html_indexes.py script to build the scheduled index ↵ | Mattia Rizzolo | 1 | -2/+1 | |
pages in the scheduler jobs | |||||
2014-10-25 | reproducible: turn off DEBUG for each script individully, r-common gets ↵ | Holger Levsen | 1 | -0/+1 | |
sourced after common-functions... | |||||
2014-10-18 | reproducible: add comment about scheduling strategy | Holger Levsen | 1 | -0/+2 | |
2014-10-18 | reproducible: update schedule page after manual scheduling | Holger Levsen | 1 | -0/+2 | |
2014-10-17 | reproducible: refactor, add page with scheduled packages | Holger Levsen | 1 | -2/+0 | |
2014-10-16 | reproducible: deal gracefully with 0 packages | Holger Levsen | 1 | -1/+5 | |
2014-10-15 | reproducible: be more verbose | Holger Levsen | 1 | -1/+1 | |
2014-10-14 | reproducible: refactor | Holger Levsen | 1 | -18/+3 | |
2014-10-13 | reproducible: whitespaces... | Holger Levsen | 1 | -0/+1 | |
2014-10-13 | reproducible: include first 265 bytes of names of manally rescheduled ↵ | Holger Levsen | 1 | -1/+4 | |
packages in irc notification... | |||||
2014-10-13 | reproducible: include names of rescheduled packages, humans are curious | Holger Levsen | 1 | -1/+1 | |
2014-10-13 | reproducible: add helper script for manual scheduling | Holger Levsen | 1 | -0/+68 | |