Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-26 | reproducible: scheduler: use the gzip sources file instead of the xz one | Mattia Rizzolo | 1 | -3/+3 | |
2015-02-26 | fix some more typos and language | Holger Levsen | 1 | -6/+6 | |
2015-02-26 | fix typo | Holger Levsen | 1 | -1/+1 | |
2015-02-26 | reproducible: add myself to all copyright headers | Mattia Rizzolo | 6 | -0/+6 | |
2015-02-26 | reproducible: scheduler: rewrite in python. + use the new database schema ↵ | Mattia Rizzolo | 2 | -217/+286 | |
supporting multi-release + add myself to the notified people in case of failure | |||||
2015-02-26 | reproducible: build: update to the new database schema supporting multiple ↵ | Mattia Rizzolo | 1 | -22/+31 | |
suites. yet hardcode suite in the file | |||||
2015-02-26 | reproducible: html_stats, common/gather_stats: update to the new database ↵ | Mattia Rizzolo | 2 | -27/+29 | |
schema supporting multiple suites. but here we care only about sid, so just hardcode the name | |||||
2015-02-26 | reproducible: html_notes: update to a new database schema supporting ↵ | Mattia Rizzolo | 1 | -9/+12 | |
multiple suites. consider only sid for index_{no_,}notes(), and half-support a new keyword 'suite' from the yaml | |||||
2015-02-26 | reproducible: blacklist: update to a new database schema supporting multiple ↵ | Mattia Rizzolo | 1 | -7/+10 | |
suites + move the informative echo at the end | |||||
2015-02-26 | reproducible: html_all_packages: quick rewrite of this tiny script in python ↵ | Mattia Rizzolo | 2 | -25/+19 | |
+ add support for multi release | |||||
2015-02-26 | reproducible: html_dd_list: update to a new database schema supporting ↵ | Mattia Rizzolo | 1 | -2/+2 | |
multiple suites. Consider only sid to retrive relevant data | |||||
2015-02-26 | reproducible: html_packages: update to a new database schema supporting ↵ | Mattia Rizzolo | 1 | -10/+15 | |
multiple suites. yet, hardcode sid in purge_old_pages() and default to it in gen_packages_html() | |||||
2015-02-26 | reproducible: html_indexes: update to a new database schema supporting ↵ | Mattia Rizzolo | 1 | -21/+21 | |
multiple suites. yet, hardcode 'sid' in the file for now | |||||
2015-02-26 | reproducible: json.py: update to a new database schema supporting multiple ↵ | Mattia Rizzolo | 1 | -11/+12 | |
suites | |||||
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-26 | reproducible: common: update the init querying to the new schema, querying ↵ | Mattia Rizzolo | 2 | -9/+18 | |
data only for sid | |||||
2015-02-26 | reproducible: common: add the array containing tested suites (only sid for now) | Mattia Rizzolo | 2 | -0/+6 | |
2015-02-26 | reproducible: and finally commit the updated schema. + a new simple script ↵ | Mattia Rizzolo | 2 | -97/+269 | |
to manage the db schema and handle+track updates (so remove the schema from _common.sh and call this instead) | |||||
2015-02-26 | reproducible: killing zombies is hard. even just suggesting how to. | Holger Levsen | 1 | -1/+1 | |
2015-02-26 | relationships are difficult | Holger Levsen | 1 | -1/+1 | |
2015-02-26 | reproducible: s#sid#$SUITE# | Holger Levsen | 1 | -2/+2 | |
2015-02-25 | chroot-installation: catch a second type of network failures | Holger Levsen | 1 | -1/+1 | |
2015-02-25 | chroot-installation: workaround temporarily network failures | Holger Levsen | 1 | -3/+7 | |
2015-02-25 | Revert "more debug" | Holger Levsen | 1 | -3/+0 | |
This reverts commit 2171a875fd76ba458de988a5c02bf53447e92211. | |||||
2015-02-25 | more debug | Holger Levsen | 1 | -0/+3 | |
2015-02-25 | chroot-installation: lets try to get error-correction to work... | Holger Levsen | 1 | -16/+16 | |
2015-02-25 | reproducible: added timezones differing by 26 hours to builds | Reiner Herrmann | 1 | -0/+2 | |
2015-02-25 | reproducible: split up long line into multiple smaller ones | Reiner Herrmann | 1 | -2/+11 | |
2015-02-25 | fixup last commit | Holger Levsen | 1 | -4/+5 | |
2015-02-25 | reproducible: add links to changelog in experimental | Holger Levsen | 1 | -3/+11 | |
2015-02-25 | reproducible: really list all source packages in use | Holger Levsen | 1 | -4/+5 | |
2015-02-25 | we lvoe tpyos | Holger Levsen | 1 | -1/+1 | |
2015-02-25 | reproducible: add link to ↵ | Holger Levsen | 1 | -1/+1 | |
https://wiki.debian.org/ReproducibleBuilds/ExperimentalToolchain#Usage_example | |||||
2015-02-25 | reproducible: also list experimental for comparison | Holger Levsen | 1 | -1/+6 | |
2015-02-25 | fix typo | Holger Levsen | 1 | -1/+1 | |
2015-02-25 | reproducible: improve colors | Holger Levsen | 1 | -3/+3 | |
2015-02-25 | reproducible: drop warning about multiple versions in our repo, thats a feature | Holger Levsen | 1 | -10/+8 | |
2015-02-25 | reproducible: explain why we keep old versions around, highlight differences | Holger Levsen | 1 | -4/+30 | |
2015-02-24 | reproducible: zombies are hard to deal with | Holger Levsen | 1 | -1/+1 | |
2015-02-24 | fix typo | Holger Levsen | 1 | -1/+1 | |
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-23 | reproducible: simply use curl | Holger Levsen | 1 | -5/+1 | |
2015-02-23 | reproducible: use rmadison instead of apt-cache | Holger Levsen | 1 | -1/+1 | |
2015-02-23 | reproducible: also list version(s) in sid | Holger Levsen | 1 | -6/+10 | |
2015-02-23 | reproducible: list all cruft | Holger Levsen | 1 | -5/+3 | |
2015-02-23 | fix typo | Holger Levsen | 1 | -1/+1 | |
2015-02-23 | reproducible: repo_statspolishing | Holger Levsen | 1 | -9/+14 | |
2015-02-23 | reproducible: new page 'repo_stats' | Holger Levsen | 3 | -2/+67 | |
2015-02-21 | reproducible: rename process_packages() to gen_packages_html() | Holger Levsen | 6 | -10/+10 | |