From 2620bd4c2fa5e73795e396a84bf6d74f803aa770 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 12 Sep 2017 13:57:44 +0200 Subject: Drop morpher syntax --- omnia.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'omnia.lua') diff --git a/omnia.lua b/omnia.lua index 460b174..a494368 100644 --- a/omnia.lua +++ b/omnia.lua @@ -1,7 +1,7 @@ -- This is myrepo omnia configuration INFO("Using myrepo") -Repository "myrepo" "http://cynerd.cz/myrepo/omnia/" { +Repository("myrepo", "http://cynerd.cz/myrepo/omnia/", { priority = 50, pubkey = "file:///etc/updater/keys/myrepo.pub" -} +}) -Install "myrepo-cert" {critical=true} +Install("myrepo-cert", {critical=true}) -- cgit v1.2.3