Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-06-18 | reproducible debian: introduce buster | Mattia Rizzolo | 1 | -1/+1 | |
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 | -2/+2 | |
TODO4stretch_rename.txt for status Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-12-23 | dont be stupid just because the code is stupid | Holger Levsen | 1 | -1/+1 | |
Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-12-23 | reproducible Debian: support arm64 | Holger Levsen | 1 | -1/+1 | |
2016-11-08 | reproducible debian: make bash sql sqlite/postgres agnostic | Valerie R Young | 1 | -1/+6 | |
This commit does the following for all bash scripts: - remove sqlite specfic datetime functions in sql queries - remove double quotes from sql queries - replace the "REPLACE INTO" sql queries Signed-off-by: Mattia Rizzolo <mattia@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-10-17 | reproducible debian: add and use query_db bash function | Valerie R Young | 1 | -8/+8 | |
Signed-off-by: Mattia Rizzolo <mattia@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org> | |||||
2016-03-29 | reproducible: blacklist: add i386 to the lists of archs here too | Mattia Rizzolo | 1 | -1/+1 | |
2016-01-10 | reproducible: make reverting blacklists work | Holger Levsen | 1 | -2/+2 | |
2016-01-06 | update copyright years | Holger Levsen | 1 | -1/+1 | |
2016-01-01 | reproducible armhf: enable testing of testing | Holger Levsen | 1 | -3/+1 | |
2015-12-18 | reproducible debian armhf: also test experimental | Holger Levsen | 1 | -2/+2 | |
2015-12-10 | reproducible: blacklist: fix a NOT NULL constraint failure | Mattia Rizzolo | 1 | -1/+1 | |
2015-11-20 | fixup sql formatting | Holger Levsen | 1 | -1/+1 | |
2015-11-20 | reproducible: blacklist: also remove package from schedule when blacklisting | Mattia Rizzolo | 1 | -0/+1 | |
2015-09-13 | reproducible: add support for blacklisting for other archs | Holger Levsen | 1 | -10/+30 | |
2015-09-13 | reproducible: adopt to new syntax | Holger Levsen | 1 | -1/+1 | |
2015-09-13 | reproducible: make _blacklist.sh arch aware (while keeping amd64 hardcoded) | Holger Levsen | 1 | -5/+5 | |
2015-08-15 | reproducible: fix all users of gen_packages_html() after the refactoring of it | Mattia Rizzolo | 1 | -2/+4 | |
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-07 | reproducible: rename cleanup_userContent() to cleanup_pkg_files() | Holger Levsen | 1 | -1/+1 | |
2015-08-07 | reproducible: remove 'FIXME arch amd64' comment, it's clear we need to look ↵ | Holger Levsen | 1 | -1/+1 | |
at all occurances of 'amd64' in the code anyway | |||||
2015-08-07 | reproducible: teach _blacklist.sh to clean up packages files when blacklisting | Mattia Rizzolo | 1 | -0/+3 | |
2015-06-14 | reproducible: define $TEMPDIR as /tmp/reproducible and teach all the to ↵ | Mattia Rizzolo | 1 | -2/+0 | |
create temporary files under TEMPDIR (except for builders, they have their own TMPDIR), to avoid polluting /tmp | |||||
2015-05-22 | reproducible: cosmetic fixup of last commit | Holger Levsen | 1 | -1/+1 | |
2015-05-22 | reproducible: add option to remove a blacklisting | Holger Levsen | 1 | -4/+34 | |
2015-03-16 | reproducible: avoid mental typos | Holger Levsen | 1 | -0/+5 | |
2015-03-11 | reproducible: include suite in output | Holger Levsen | 1 | -1/+1 | |
2015-03-02 | reproducible: add the suite to the gen_packages_html() call | Mattia Rizzolo | 1 | -1/+1 | |
2015-02-26 | reproducible: add myself to all copyright headers | Mattia Rizzolo | 1 | -0/+1 | |
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-21 | reproducible: rename process_packages() to gen_packages_html() | Holger Levsen | 1 | -1/+1 | |
2014-10-31 | reproducible-blacklist: update pkg page after blacklisting | Holger Levsen | 1 | -0/+1 | |
2014-10-25 | reproducible: turn off DEBUG for each script individully, r-common gets ↵ | Holger Levsen | 1 | -0/+1 | |
sourced after common-functions... | |||||
2014-10-15 | reproducible: add new helper script to blacklist packages + document it | Holger Levsen | 1 | -0/+57 | |