aboutsummaryrefslogtreecommitdiff
path: root/omnia.lua
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2017-11-28 16:18:49 +0100
committerKarel Kočí <karel.koci@nic.cz>2017-11-28 16:18:49 +0100
commitf60aef10781721e7ab8ab4f1726075c9134e3956 (patch)
tree3f74705dc8d4db0d1b12f9740c601c33e8b15845 /omnia.lua
parentabe2f339da920a3f07a197771b880868cc963bc6 (diff)
downloadturris-myrepo-f60aef10781721e7ab8ab4f1726075c9134e3956.tar.gz
turris-myrepo-f60aef10781721e7ab8ab4f1726075c9134e3956.tar.bz2
turris-myrepo-f60aef10781721e7ab8ab4f1726075c9134e3956.zip
Small cleanup in updater configuration for this repository
Diffstat (limited to 'omnia.lua')
-rw-r--r--omnia.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/omnia.lua b/omnia.lua
index 3057481..a07b5a1 100644
--- a/omnia.lua
+++ b/omnia.lua
@@ -3,9 +3,3 @@ INFO("Using myrepo")
Repository("myrepo", "http://cynerd.cz/myrepo/omnia/", {
priority = 50, pubkey = "file:///etc/updater/keys/myrepo.pub"
})
-
-Install("myrepo", {critical=true})
-
-Package("myrepo", { replan = "finished" })
-Package("updater-ng-localrepo", { replan = "finished" })
-Package("updater-ng-opkg", { replan = "finished" })