Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-18 | reproducible debian: introduce buster | Mattia Rizzolo | 1 | -2/+2 | |
Signed-off-by: Mattia Rizzolo <mattia@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-06-16 | reproducible Debian: WIP for s#testing#stretch#g - see ↵ | Holger Levsen | 1 | -3/+3 | |
TODO4stretch_rename.txt for status Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-04-03 | bin/reproducible_json: Workaround str/bytes issue by using /bin/bzip2. | Chris Lamb | 1 | -10/+15 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-04-03 | reproducible_json.py: Fix cross-device-link error by creating temp file in ↵ | Chris Lamb | 1 | -1/+1 | |
the same directory. Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2017-04-03 | reproducible_json.py: Write .bz2 versions as well. (Closes: #859254) | Chris Lamb | 1 | -16/+16 | |
Signed-off-by: Chris Lamb <lamby@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-17 | reproducible debian: make python sql more sqlite/postgres agnostic | Valerie R Young | 1 | -4/+4 | |
This commit fixes all the python script sql queries that required minimal editing to be syntactically correct for both sqlite and postgres. Almost all fixes consist of the removal of double quotes from query strings. NOTE: the following scripts expect the schedule table's primary key to autoincrement. Running reproducible_db_maintence.py on a postgres database will not add the necessary autoincrementing functionality at this time. The following script WILL run on the sqlite database but will fail on postgres database constructed from reproducible_db_maintence.py until this is fixed: reproducible_remote_scheduler.py reproducible_schedule.py Signed-off-by: Mattia Rizzolo <mattia@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-02 | reproducible Debian: export the testing results to tracker.d.o to not spam ↵ | Holger Levsen | 1 | -2/+2 | |
too many maintainers with our new goal… | |||||
2016-06-08 | reproducible debian: update urls to include tests.r-b.org/debian directory | Valerie R Young | 1 | -1/+1 | |
2016-04-06 | reproducible: correctly skip only this package with continue, instead of ↵ | Mattia Rizzolo | 1 | -1/+1 | |
halting all the processing with a break | |||||
2016-04-05 | reproducible debian: add results from most recent package versions only to ↵ | Valerie R Young | 1 | -14/+44 | |
r-tracker.json | |||||
2016-04-01 | reproducible debian: add version to archdetailkeys in -tracker.json | Holger Levsen | 1 | -1/+1 | |
2016-03-31 | reproducible debian: updated reproducible-tracker.json | Valerie R Young | 1 | -2/+37 | |
2015-11-14 | reproducible: fix query for reproducible-tracker.json to correctly exclude ↵ | Holger Levsen | 1 | -1/+1 | |
packages in status 'not for us' | |||||
2015-09-13 | reproducible: also exclude blacklisted packages from the json, cause they ↵ | Holger Levsen | 1 | -1/+1 | |
are usually problems on our side. if not, bugs should be filed to make the issues visible and tracked. | |||||
2015-09-13 | reproducible: also exclude 404 packages from the json, cause they are ↵ | Holger Levsen | 1 | -1/+1 | |
usually problems on our side | |||||
2015-09-13 | reproducible: exclude not-for-us from json output, as we don't know anything ↵ | Holger Levsen | 1 | -1/+1 | |
sensible about those | |||||
2015-07-10 | fix typos | Holger Levsen | 1 | -2/+2 | |
2015-07-10 | provide /reproducible-tracker.json, see #785531 | Holger Levsen | 1 | -5/+15 | |
2015-07-09 | reproducible: json: fix tempfile handling, to avoid (non-fatal) ↵ | Mattia Rizzolo | 1 | -3/+3 | |
FileNotFoundError | |||||
2015-05-17 | reproducible: include filtered ftbfs issues in the .json output | Holger Levsen | 1 | -1/+4 | |
2015-04-09 | reproducible: fix filter needed to work around #781517 | Holger Levsen | 1 | -1/+1 | |
2015-03-30 | fix typo | Holger Levsen | 1 | -1/+1 | |
2015-03-30 | reproducible: drop ftbfs from json as long as #781517 unfixed | Holger Levsen | 1 | -1/+1 | |
2015-03-21 | reproducible: add architecture to .json | Holger Levsen | 1 | -2/+2 | |
2015-03-15 | reproducible: chmod the json file correctly. | Holger Levsen | 1 | -0/+2 | |
2015-03-13 | reproducible: write json to tempfile first, so that updates are atomic | Holger Levsen | 1 | -1/+8 | |
2015-02-26 | reproducible: json.py: update to a new database schema supporting multiple ↵ | Mattia Rizzolo | 1 | -11/+12 | |
suites | |||||
2015-02-09 | reproducible: credit Holger in *py scripts, as they are based on his work. + ↵ | Mattia Rizzolo | 1 | -1/+2 | |
change license GPL-2+ → GPL-2 | |||||
2015-02-03 | reproducible: also export build_time in the json | Mattia Rizzolo | 1 | -3/+4 | |
2015-01-30 | reproducible: rewrite the reproducible_json.sh in python, and replace it | Mattia Rizzolo | 1 | -0/+33 | |