From 41e89b412f7beb2c9d829495afdd92bb58f80c46 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 12 Nov 2014 00:25:21 +0000 Subject: Initial (awful kludge) version of adding RRDP URIs to SIA extension. This needs rewriting, but doing it properly requires a minor database schema change, and I'm trying to get a test case running by tomorrow morning. svn path=/branches/tk705/; revision=6015 --- rpki/pubdb/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rpki/pubdb/models.py') diff --git a/rpki/pubdb/models.py b/rpki/pubdb/models.py index 5241ea45..ce42c688 100644 --- a/rpki/pubdb/models.py +++ b/rpki/pubdb/models.py @@ -139,7 +139,7 @@ class Session(models.Model): @property def notification_fn(self): - return "updates.xml" + return "notify.xml" @staticmethod -- cgit v1.2.3