aboutsummaryrefslogtreecommitdiff
path: root/rpki
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2016-03-20 03:15:27 +0000
committerRob Austein <sra@hactrn.net>2016-03-20 03:15:27 +0000
commitd3cb2a1152bdb9a0cb391a388c702ff2f3be8371 (patch)
tree5e2f95c9a40346bc4ede56c09baf8c9cf6f1dbd0 /rpki
parent48e1f63e98c715da052364fddbe4d7f29f7bd628 (diff)
Clean up rcynic installation, run rcynicng instead of (old) rcynic, clean up rcynic-cron.
NB: rpkigui-rcynic is currently broken and is therefore disabled in rcynic-cron. This needs to be fixed, but it was broken on this branch in any case, no real point in holding up the rest of this waiting for it. svn path=/branches/tk705/; revision=6321
Diffstat (limited to 'rpki')
-rw-r--r--rpki/gui/cacheview/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpki/gui/cacheview/util.py b/rpki/gui/cacheview/util.py
index e843b7cd..3ff2094c 100644
--- a/rpki/gui/cacheview/util.py
+++ b/rpki/gui/cacheview/util.py
@@ -424,7 +424,7 @@ def import_rcynic_xml(root=default_root, logfile=default_logfile):
start = time.time()
process_labels(logfile)
- object_accepted = LABEL_CACHE['object_accepted']
+ object_accepted = LABEL_CACHE['OBJECT_ACCEPTED']
fetch_published_objects()
process_cache(root, logfile)
notify_invalid()