From d3cb2a1152bdb9a0cb391a388c702ff2f3be8371 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 20 Mar 2016 03:15:27 +0000 Subject: 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 --- rpki/gui/cacheview/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpki/gui/cacheview/util.py') 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() -- cgit v1.2.3