Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-15 | reproducible: scheduler: schedule less armhf packages, only max 75 | Mattia Rizzolo | 1 | -1/+1 | |
2015-08-15 | reproducible: scheduler: only schedule packages in unstable for armhf | Mattia Rizzolo | 1 | -8/+8 | |
2015-08-15 | reproducible: scheduler: also turn the global limit arch-dependant | Mattia Rizzolo | 1 | -5/+3 | |
2015-08-15 | reproducible: scheduler: slight refactor to enable multiple architecture support | Mattia Rizzolo | 1 | -72/+188 | |
This moves all the limits handling to a dedicated class and the data to a dedicated object, instead of embedding them into the scheduling code, where they are hard to find and to edit. | |||||
2015-08-15 | reproducible: fix all users of gen_packages_html() after the refactoring of it | Mattia Rizzolo | 1 | -1/+1 | |
notable changes: * gen_packages_html() in common.sh got renamed to the singular version gen_package_html() and now accept only one argument (a package name) + thus reproducible_blacklist.sh got fixed to pass one package at time + this greatly semplify the code, by removing *a lot* of crappy code * _html_all_packages.py really becomed a 2-liner, with part of its login being now either in _html_packages.py or removed. | |||||
2015-08-10 | Revert "reproducible: disable rescheduling of already tested packages for ↵ | Holger Levsen | 1 | -2/+2 | |
sid and experimental due to gcc5 transition + aptitude breakage" This reverts commit 3364bd3fae718849a9cac881fd8d66db47794aae. This does not yet return us to scheduling sid at the usual pace. | |||||
2015-08-09 | reproducible: fix punctation in irc message | Holger Levsen | 1 | -1/+1 | |
2015-08-08 | reproducible: rename update_sources_tables() to update_sources_db() | Holger Levsen | 1 | -3/+3 | |
2015-08-08 | reproducible: scheduler: turn update_sources_tables() to a multiarch form | Mattia Rizzolo | 1 | -16/+26 | |
2015-08-06 | reproducible: disable rescheduling of already tested packages for sid and ↵ | Holger Levsen | 1 | -2/+2 | |
experimental due to gcc5 transition + aptitude breakage | |||||
2015-08-05 | reproducible: scheduler: use spaces instead of tabs | Mattia Rizzolo | 1 | -3/+3 | |
2015-08-02 | reproducible: schedule stretch way more often than sid, now that we are in ↵ | Holger Levsen | 1 | -2/+2 | |
the middle of the gcc5 transition... | |||||
2015-08-01 | reproducible: s#tbs#to_be_scheduled#g | Holger Levsen | 1 | -6/+6 | |
2015-08-01 | reproducible: scheduler: fix "sqlite3.IntegrityError: UNIQUE constraint ↵ | Mattia Rizzolo | 1 | -11/+20 | |
failed" error by preprocessing the list of packages to be scheduling removing duplicates | |||||
2015-07-31 | reproducible: lets try without 'OUTER', see build/reproducible_scheduler#7286 | Holger Levsen | 1 | -1/+1 | |
2015-07-30 | reproducible: fix punctation in irc message | Holger Levsen | 1 | -1/+1 | |
2015-07-29 | reproducible: fixup SQL for b6e72c199 | Holger Levsen | 1 | -2/+2 | |
2015-07-28 | reproducible: schedule old ftbfs packages a bit more often | Holger Levsen | 1 | -4/+4 | |
2015-07-25 | reproducible: fixup typo | Holger Levsen | 1 | -1/+1 | |
2015-07-25 | reproducible: fixup b6e72c19 - or else! | Holger Levsen | 1 | -5/+5 | |
2015-07-25 | reproducible: schedule ftbfs packages with no bugs filed and older than 10 ↵ | Holger Levsen | 1 | -5/+54 | |
days more often (except inexperimental) | |||||
2015-07-24 | reproducible: another attempt to fix grammar in irc notifications | Holger Levsen | 1 | -1/+1 | |
2015-07-23 | reproducible: fix conditional grammar in irc message | Holger Levsen | 1 | -1/+1 | |
2015-07-23 | reproducible: shorten irc messages | Holger Levsen | 1 | -3/+3 | |
2015-07-08 | reproducible: scheduler: fix total counter | Mattia Rizzolo | 1 | -3/+2 | |
2015-07-08 | reproducible: correctly calculate total amount of packages | Holger Levsen | 1 | -1/+3 | |
2015-07-08 | reproducible: fix irc message | Holger Levsen | 1 | -1/+1 | |
2015-07-04 | reproducible: scheduler: try harder to get a real message | Mattia Rizzolo | 1 | -1/+1 | |
2015-06-16 | reproducible: fix irc message, natural language is hard | Holger Levsen | 1 | -1/+2 | |
2015-06-13 | reproducible: fix another variable name | Holger Levsen | 1 | -1/+1 | |
2015-06-13 | reproducible: fix variable names | Holger Levsen | 1 | -4/+4 | |
2015-06-13 | reproducible: fix logic error | Holger Levsen | 1 | -1/+1 | |
2015-06-12 | reproducible: fix syntax | Holger Levsen | 1 | -1/+1 | |
2015-06-12 | reproducible: fix syntax | Holger Levsen | 1 | -1/+1 | |
2015-06-12 | Revert "reproducible: scheduler: simplify the suite prioritaizing code" | Holger Levsen | 1 | -1/+6 | |
This reverts commit b7198e0e12e5a3a89932f74752640c817cbdf923. | |||||
2015-06-12 | reproducible: scheduler: rewrite the irc message | Mattia Rizzolo | 1 | -12/+27 | |
2015-06-12 | reproducible: *.py: from datetime import datetime, timedelta instead of all ↵ | Mattia Rizzolo | 1 | -3/+3 | |
datetime | |||||
2015-06-12 | reproducible: scheduler: simplify the suite prioritaizing code | Mattia Rizzolo | 1 | -6/+1 | |
2015-06-12 | reproducible: scheduler: refactor: take some code out of scheduler(), to be ↵ | Mattia Rizzolo | 1 | -31/+41 | |
cleaner | |||||
2015-06-12 | reprducible: scheduler: rename scheduler_*() functions to query_*() | Mattia Rizzolo | 1 | -6/+6 | |
2015-06-11 | Revert "reproducible coreboot: reorder presentation of results" | Holger Levsen | 1 | -33/+6 | |
This reverts commit 1ffd55da56f64558fbadafad1f99f4e9a2ba8e6b. | |||||
2015-06-11 | reproducible coreboot: reorder presentation of results | Holger Levsen | 1 | -6/+33 | |
2015-06-10 | Revert "reproducible coreboot: build with no payloads" | Holger Levsen | 1 | -33/+6 | |
This reverts commit e0a362d6a20f202573e368d149360ddbe387517b. | |||||
2015-06-10 | reproducible coreboot: build with no payloads | Holger Levsen | 1 | -6/+33 | |
2015-06-08 | reproducible: double the amount of old packages scheduled, to reduce irc ↵ | Holger Levsen | 1 | -2/+2 | |
notifications | |||||
2015-06-02 | Revert "reproducible: scheduler: use the gzip sources file instead of the xz ↵ | Mattia Rizzolo | 1 | -3/+3 | |
one" using python 3.4 allows us to use the xz files This reverts commit e1ca3f62d40d557321cb8cfd28242b9203b91a2a. Conflicts: bin/reproducible_scheduler.py | |||||
2015-05-29 | reproducible: scheduler: do not change the notify_maintainer value on updates | Mattia Rizzolo | 1 | -9/+14 | |
2015-05-28 | reproducible: fix type | Holger Levsen | 1 | -1/+1 | |
2015-05-28 | reproducible: schedule packages in unstable before those in other suites | Holger Levsen | 1 | -0/+6 | |
2015-05-27 | reproducible: remove constraint that the version must be the same, as this ↵ | Holger Levsen | 1 | -1/+0 | |
causes 'our' packages not to be rescheduled (as these versions are not part of the sources table) |