diff options
author | Rob Austein <sra@hactrn.net> | 2016-05-02 21:15:22 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-05-02 21:15:22 +0000 |
commit | 07c2024aac814e9f85385460aa880931712fe195 (patch) | |
tree | 33e328093a6965738059d666687d51f2c8d7869c /rpki/irdb | |
parent | b0757fad0400eab4dcaa2bf0604b8f3d85c7b734 (diff) |
Checkpoint. Most of the certificate twiddling is done, but untested.
SIA URI twiddling still needs doing.
svn path=/branches/tk705/; revision=6414
Diffstat (limited to 'rpki/irdb')
-rw-r--r-- | rpki/irdb/zookeeper.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rpki/irdb/zookeeper.py b/rpki/irdb/zookeeper.py index 72daa952..2f00200e 100644 --- a/rpki/irdb/zookeeper.py +++ b/rpki/irdb/zookeeper.py @@ -361,9 +361,6 @@ class Zookeeper(object): @django.db.transaction.atomic def configure_root(self, handle, resources): - # XXX This should be some other exception, not an assertion - assert self.run_rpkid and self.run_pubd - if not handle: handle = self.handle |