Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-02-27 | reproducible: run 'apt-get source' in schroots and stop abusing the hosts ↵ | Holger Levsen | 3 | -34/+2 | |
sources.lists | |||||
2015-02-27 | fix path for cleanup | Holger Levsen | 1 | -1/+1 | |
2015-02-27 | disable debugging again and dont use local variables with the same names as ↵ | Holger Levsen | 1 | -8/+3 | |
globals | |||||
2015-02-27 | more debugging | Holger Levsen | 1 | -0/+1 | |
2015-02-27 | temporarily disable status change notifications until we fixed the timezone ↵ | Holger Levsen | 1 | -1/+1 | |
mess... | |||||
2015-02-27 | to bootstrap experimental, first bootstrap sid and then add experimental sources | Holger Levsen | 1 | -0/+7 | |
2015-02-27 | more debugging | Holger Levsen | 1 | -2/+3 | |
2015-02-27 | chroot-installation: remove temporary notification when working around ↵ | Holger Levsen | 1 | -1/+0 | |
apt/proxy problems | |||||
2015-02-27 | reproducible: notes: check wheter the package has been tested before ↵ | Mattia Rizzolo | 1 | -2/+13 | |
rebuilding the page in purge_old_notes(). This fix a issue with packages removed from the archive | |||||
2015-02-27 | reproducible: notes: format the query before calling it in load_notes(). ↵ | Mattia Rizzolo | 1 | -2/+3 | |
this is to have a useful error message, in case of errors | |||||
2015-02-27 | reproducible: maintainance: fix a quoting issue | Mattia Rizzolo | 1 | -1/+1 | |
2015-02-26 | reproducible: html_graphs: fix another sql query | Mattia Rizzolo | 1 | -1/+1 | |
2015-02-26 | reproducible: html_graphs: fix sql query | Mattia Rizzolo | 1 | -1/+1 | |
2015-02-26 | fixup last commit | Holger Levsen | 1 | -2/+3 | |
2015-02-26 | add script to add key for reproducible repo - to proof the TODO item 'merge ↵ | Holger Levsen | 1 | -0/+47 | |
the two scripts to create schroots'... :/ | |||||
2015-02-26 | reproducible: create two new schroots, reproducible-(sid|experimental) for ↵ | Holger Levsen | 3 | -13/+26 | |
the builders to run 'apt-get source' within | |||||
2015-02-26 | reproducible: rename job r_setup_schroot to r_setup_schroot_sid_debbindiff ↵ | Holger Levsen | 2 | -5/+5 | |
and the schroot accordingly, to jenkins-reproducible-sid-debbindiff | |||||
2015-02-26 | update todo after the latest reproducible commits | Mattia Rizzolo | 1 | -5/+5 | |
2015-02-26 | reproducible: maintainance: update to the new db schema. disable the check ↵ | Mattia Rizzolo | 2 | -10/+15 | |
for RM'ed packages. yet, hardcode sid in the auto-rescheduler | |||||
2015-02-26 | reproducible: revert using --target-release as it doesnt work.. | Holger Levsen | 1 | -2/+6 | |
2015-02-26 | reproducible: scheduler: fix UnboundLocalError for new packages | Mattia Rizzolo | 1 | -0/+1 | |
2015-02-26 | reproducible: scheduler: explicitly decode using utf8 + workaround for ↵ | Mattia Rizzolo | 1 | -2/+2 | |
#647455 where deb822.iter_paragraphs() wants a list of string | |||||
2015-02-26 | reproducible: use sudo to remove old schroots | Holger Levsen | 1 | -1/+1 | |
2015-02-26 | install python3-debian from wheezy-bpo | Holger Levsen | 1 | -0/+1 | |
2015-02-26 | reproducible: scheduler: use the gzip sources file instead of the xz one | Mattia Rizzolo | 2 | -3/+4 | |
2015-02-26 | sort list of packages to install | Holger Levsen | 1 | -79/+79 | |
2015-02-26 | Revert "install python-lzma" | Holger Levsen | 1 | -1/+0 | |
This reverts commit f04a5413948bd0b3d40e53582d8cc296458a1991. | |||||
2015-02-26 | install python-lzma | Holger Levsen | 1 | -0/+1 | |
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 reproducible_schema.svg, drawing the main part of the ↵ | Mattia Rizzolo | 1 | -0/+1 | |
reproducible build project database | |||||
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 | 3 | -219/+288 | |
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 | 3 | -26/+20 | |
+ 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 | |