]> git.decadent.org.uk Git - dak.git/commit - daklib/checks.py
Introduce the external_files table
authorGergely Nagy <algernon@madhouse-project.org>
Mon, 17 Sep 2012 08:55:00 +0000 (08:55 +0000)
committerGergely Nagy <algernon@madhouse-project.org>
Mon, 17 Sep 2012 08:55:00 +0000 (08:55 +0000)
commitc276b2d817510fa041dcad4d6f39fa6ea21d87ad
tree116a6b3453efcb234253b2010a72338aaf29d66a
parent7163dc558d3b55eba7029cc57741af3e6532d372
Introduce the external_files table

The external_files table is to be used by - for example -
security.d.o: we should export the files table to debian-security
under the disguised name of external_files.

We also introduce the use_extfiles setting, and a new check:
check.ExternalHashesCheck, which will compare the uploaded files
hashes to the external_files table, if that holds an entry for them.

It will only do that though, if the use_extfiles setting is on.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
dak/dakdb/update87.py [new file with mode: 0644]
dak/update_db.py
daklib/archive.py
daklib/checks.py
daklib/config.py