summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_blacklist.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-06-18reproducible debian: introduce busterMattia Rizzolo1-1/+1
Signed-off-by: Mattia Rizzolo <mattia@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org>
2017-06-16reproducible Debian: WIP for s#testing#stretch#g - see ↵Holger Levsen1-2/+2
TODO4stretch_rename.txt for status Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-12-23dont be stupid just because the code is stupidHolger Levsen1-1/+1
Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-12-23reproducible Debian: support arm64Holger Levsen1-1/+1
2016-11-08reproducible debian: make bash sql sqlite/postgres agnosticValerie R Young1-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-17reproducible debian: add and use query_db bash functionValerie R Young1-8/+8
Signed-off-by: Mattia Rizzolo <mattia@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org>
2016-03-29reproducible: blacklist: add i386 to the lists of archs here tooMattia Rizzolo1-1/+1
2016-01-10reproducible: make reverting blacklists workHolger Levsen1-2/+2
2016-01-06update copyright yearsHolger Levsen1-1/+1
2016-01-01reproducible armhf: enable testing of testingHolger Levsen1-3/+1
2015-12-18reproducible debian armhf: also test experimentalHolger Levsen1-2/+2
2015-12-10reproducible: blacklist: fix a NOT NULL constraint failureMattia Rizzolo1-1/+1
2015-11-20fixup sql formattingHolger Levsen1-1/+1
2015-11-20reproducible: blacklist: also remove package from schedule when blacklistingMattia Rizzolo1-0/+1
2015-09-13reproducible: add support for blacklisting for other archsHolger Levsen1-10/+30
2015-09-13reproducible: adopt to new syntaxHolger Levsen1-1/+1
2015-09-13reproducible: make _blacklist.sh arch aware (while keeping amd64 hardcoded)Holger Levsen1-5/+5
2015-08-15reproducible: fix all users of gen_packages_html() after the refactoring of itMattia Rizzolo1-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-07reproducible: rename cleanup_userContent() to cleanup_pkg_files()Holger Levsen1-1/+1
2015-08-07reproducible: remove 'FIXME arch amd64' comment, it's clear we need to look ↵Holger Levsen1-1/+1
at all occurances of 'amd64' in the code anyway
2015-08-07reproducible: teach _blacklist.sh to clean up packages files when blacklistingMattia Rizzolo1-0/+3
2015-06-14reproducible: define $TEMPDIR as /tmp/reproducible and teach all the to ↵Mattia Rizzolo1-2/+0
create temporary files under TEMPDIR (except for builders, they have their own TMPDIR), to avoid polluting /tmp
2015-05-22reproducible: cosmetic fixup of last commitHolger Levsen1-1/+1
2015-05-22reproducible: add option to remove a blacklistingHolger Levsen1-4/+34
2015-03-16reproducible: avoid mental typosHolger Levsen1-0/+5
2015-03-11reproducible: include suite in outputHolger Levsen1-1/+1
2015-03-02reproducible: add the suite to the gen_packages_html() callMattia Rizzolo1-1/+1
2015-02-26reproducible: add myself to all copyright headersMattia Rizzolo1-0/+1
2015-02-26reproducible: blacklist: update to a new database schema supporting multiple ↵Mattia Rizzolo1-7/+10
suites + move the informative echo at the end
2015-02-21reproducible: rename process_packages() to gen_packages_html()Holger Levsen1-1/+1
2014-10-31reproducible-blacklist: update pkg page after blacklistingHolger Levsen1-0/+1
2014-10-25reproducible: turn off DEBUG for each script individully, r-common gets ↵Holger Levsen1-0/+1
sourced after common-functions...
2014-10-15reproducible: add new helper script to blacklist packages + document itHolger Levsen1-0/+57