]> git.decadent.org.uk Git - dak.git/commit - daklib/checks.py
show-new: run lintian as unprivileged user
authorAnsgar Burchardt <ansgar@debian.org>
Sun, 6 Jan 2013 12:44:51 +0000 (13:44 +0100)
committerAnsgar Burchardt <ansgar@debian.org>
Sun, 6 Jan 2013 12:44:51 +0000 (13:44 +0100)
commita7f77393881783e65423f1f36778c67c52e5213d
tree8a3c225e103f56c0a2785a90f61f8bc21b7c0e7c
parent6a6d627c2d86e2acb263107ab2f115a8a68428f9
show-new: run lintian as unprivileged user

As dak/examine_package.py is also used by process-new we cannot run
lintian unconditionally as the unprivileged user. Therefore move the
Unpriv{User,Group} setting from the database to a (group-specific)
dak.conf.
config/debian/dak.conf
config/debian/dak.conf-dak [new file with mode: 0644]
dak/examine_package.py
dak/process_new.py
dak/show_new.py
daklib/archive.py
daklib/checks.py
daklib/config.py
daklib/policy.py