diff options
author | Karel Kočí <karel.koci@nic.cz> | 2017-01-25 16:29:39 +0100 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2017-01-25 16:29:39 +0100 |
commit | fd736fa50b650853492373096c27be9aeb71a0cc (patch) | |
tree | cc553ee5187ef984c3cf1abc775f49bf51747fb7 | |
parent | 6c7e77c842c8f7a772c8ee39e67a89703830dce7 (diff) | |
download | turris-myrepo-fd736fa50b650853492373096c27be9aeb71a0cc.tar.gz turris-myrepo-fd736fa50b650853492373096c27be9aeb71a0cc.tar.bz2 turris-myrepo-fd736fa50b650853492373096c27be9aeb71a0cc.zip |
Make repo not privileged
-rw-r--r-- | omnia.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |