Age | Commit message (Expand) | Author | Files | Lines |
2015-03-01 | reproducible: html_notes: fix multiarch url | Mattia Rizzolo | 1 | -4/+4 |
2015-03-01 | reproducible: html_packages: fix rbuild link | Mattia Rizzolo | 1 | -2/+2 |
2015-03-01 | syntax is hard | Holger Levsen | 1 | -1/+1 |
2015-03-01 | fix typo | Holger Levsen | 1 | -1/+1 |
2015-03-01 | reproducible: include suite in scheduler message | Holger Levsen | 1 | -1/+1 |
2015-03-01 | reproducible: build: use $ARCH instead of plain amd64 | Mattia Rizzolo | 1 | -11/+11 |
2015-03-01 | reproducible: move packages files under a suite-named directory, e.g. /rb-pkg... | Mattia Rizzolo | 7 | -48/+71 |
2015-03-01 | reproducible: move debbindiff files under a suite/arch-named directory, e.g. ... | Mattia Rizzolo | 2 | -7/+9 |
2015-03-01 | reproducible: move buildinfo files under a suite/arch-named directory, e.g. /... | Mattia Rizzolo | 3 | -9/+11 |
2015-03-01 | reproducible: common: update pkg_has_buildinfo to the new db schema + support... | Mattia Rizzolo | 1 | -2/+5 |
2015-03-01 | reproducible: move rbuild files under a suite/arch-named directory, e.g. /rbu... | Mattia Rizzolo | 3 | -16/+23 |
2015-03-01 | reproducible: common: catch OSError EEXISTS while creating directories in wri... | Mattia Rizzolo | 1 | -1/+6 |
2015-02-28 | reproducible: scheduler: cast an int to str to fix a TypeError | Mattia Rizzolo | 1 | -2/+4 |
2015-02-28 | reproducible: fix copy+paste error | Holger Levsen | 1 | -1/+1 |
2015-02-28 | reproducible: drop jobs to update schroots | Holger Levsen | 1 | -16/+0 |
2015-02-28 | reproducible: run 'apt-get update' for each suites schroot, not on the host | Holger Levsen | 1 | -5/+7 |
2015-02-28 | reproducible: dont wrap kgb message in quotes | Holger Levsen | 1 | -2/+1 |
2015-02-28 | reproducible: calculate build duration (for both builds combined, or just the... | Holger Levsen | 1 | -10/+15 |
2015-02-28 | reproducible: split stats_bug legend into 7 columns | Holger Levsen | 1 | -1/+1 |
2015-02-28 | fix tpoy | Holger Levsen | 1 | -1/+1 |
2015-02-28 | reproducible: band-aid bash code for sitations where no bugs exist for a give... | Holger Levsen | 1 | -1/+1 |
2015-02-28 | reproducible: add support for building all SUITES defined in reproducible_com... | Holger Levsen | 1 | -11/+16 |
2015-02-27 | fix syntax error | Holger Levsen | 1 | -1/+1 |
2015-02-27 | reproducible: track new usertag, umask | Holger Levsen | 3 | -3/+7 |
2015-02-27 | reproducible: schedule_on_demand: print the package names and suite instead o... | Mattia Rizzolo | 1 | -4/+6 |
2015-02-27 | reproducible: db_maintenance: add open_signatures, done_signatures, open_envi... | Mattia Rizzolo | 1 | -0/+4 |
2015-02-27 | Revert "(temp.) Revert "reproducible: use new pbuilder base.tgz's"" | Holger Levsen | 1 | -2/+2 |
2015-02-27 | reproducible: run 'apt-cache policy' to show the suites being used | Holger Levsen | 1 | -0/+2 |
2015-02-27 | reproducible: fixup experimental pbuilder base.tgz creation | Holger Levsen | 1 | -1/+1 |
2015-02-27 | reproducible: fixup experimental pbuilder base.tgz creation | Holger Levsen | 1 | -7/+2 |
2015-02-27 | fix typo | Holger Levsen | 1 | -1/+1 |
2015-02-27 | (temp.) Revert "reproducible: use new pbuilder base.tgz's" | Holger Levsen | 1 | -2/+2 |
2015-02-27 | reproducible: use new pbuilder base.tgz's | Holger Levsen | 1 | -2/+2 |
2015-02-27 | reproducible: new job: setup_pbuilder_experimental and rename the old one int... | Holger Levsen | 1 | -2/+1 |
2015-02-27 | fix bashisms | Holger Levsen | 9 | -18/+18 |
2015-02-27 | reproducible: build: stop touching the rbuild file to update atime, this is n... | Mattia Rizzolo | 1 | -6/+0 |
2015-02-27 | reproducible: html_packages: avoid calling strip_epoch() 6 times in the same ... | Mattia Rizzolo | 1 | -6/+7 |
2015-02-27 | reproducible: build: wrap a long line + define SUITE early | Mattia Rizzolo | 1 | -3/+5 |
2015-02-27 | reproducible: common: add the array containing tested architectures (only amd... | Mattia Rizzolo | 2 | -0/+4 |
2015-02-27 | reproducible: add support for experimental base.tgz | Holger Levsen | 1 | -2/+12 |
2015-02-27 | reproducible: use SUITE consistently | Holger Levsen | 1 | -6/+6 |
2015-02-27 | reproducible: use SUITE consistently, accept SUITE as param, default to sid | Holger Levsen | 1 | -7/+12 |
2015-02-27 | reproducible: add support for creating distro-specific base.tgz. work in prog... | Holger Levsen | 1 | -2/+8 |
2015-02-27 | reproducible: support different suites | Holger Levsen | 1 | -2/+6 |
2015-02-27 | reproducible: 2 new jobs to create the sid+experimental schroots 4 times a da... | Holger Levsen | 1 | -0/+16 |
2015-02-27 | reproducible: run 'apt-get source' in schroots and stop abusing the hosts sou... | Holger Levsen | 2 | -27/+2 |
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 g... | Holger Levsen | 1 | -8/+3 |
2015-02-27 | more debugging | Holger Levsen | 1 | -0/+1 |
2015-02-27 | temporarily disable status change notifications until we fixed the timezone m... | Holger Levsen | 1 | -1/+1 |