aboutsummaryrefslogtreecommitdiff
path: root/omnia.lua
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2017-01-25 16:29:39 +0100
committerKarel Kočí <karel.koci@nic.cz>2017-01-25 16:29:39 +0100
commitfd736fa50b650853492373096c27be9aeb71a0cc (patch)
treecc553ee5187ef984c3cf1abc775f49bf51747fb7 /omnia.lua
parent6c7e77c842c8f7a772c8ee39e67a89703830dce7 (diff)
downloadturris-myrepo-fd736fa50b650853492373096c27be9aeb71a0cc.tar.gz
turris-myrepo-fd736fa50b650853492373096c27be9aeb71a0cc.tar.bz2
turris-myrepo-fd736fa50b650853492373096c27be9aeb71a0cc.zip
Make repo not privileged
Diffstat (limited to 'omnia.lua')
-rw-r--r--omnia.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/omnia.lua b/omnia.lua
index 8e864e9..460b174 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/" {
- priority = 70, pubkey = "file:///etc/updater/keys/myrepo.pub"
+ priority = 50, pubkey = "file:///etc/updater/keys/myrepo.pub"
}
Install "myrepo-cert" {critical=true}