X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=daklib%2Fcommand.py;fp=daklib%2Fcommand.py;h=74d205680148d783fddcd6f65fc7aac0470321e4;hb=0d52859a59eec1f7bda3cdbd9cf2894ca280fa66;hp=31551d7536162377c86dc1e3585a3d079439f8e5;hpb=4102d0b25732a3fc964e2d3537605c344337c4bb;p=dak.git diff --git a/daklib/command.py b/daklib/command.py index 31551d75..74d20568 100644 --- a/daklib/command.py +++ b/daklib/command.py @@ -206,6 +206,8 @@ class CommandFile(object): aps.acl = acl aps.fingerprint = fpr aps.source = source + aps.created_by = fingerprint + aps.reason = section.get('Reason') session.add(aps) self.log.log(['dm', 'allow', fpr.fingerprint, source]) self.result.append('Allowed: {0}'.format(source))