aboutsummaryrefslogtreecommitdiff
path: root/turris.lua
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2017-03-20 13:48:27 +0100
committerKarel Kočí <karel.koci@nic.cz>2017-03-20 13:48:27 +0100
commit67fb2bf06b08e987f5f6a4c644b08702f5ea95b9 (patch)
treefdfdee65da71b99edce99d551c15693954c643ab /turris.lua
parentee5d5fc0c123931512a0340dafe31205febd2cc1 (diff)
downloadturris-myrepo-67fb2bf06b08e987f5f6a4c644b08702f5ea95b9.tar.gz
turris-myrepo-67fb2bf06b08e987f5f6a4c644b08702f5ea95b9.tar.bz2
turris-myrepo-67fb2bf06b08e987f5f6a4c644b08702f5ea95b9.zip
Fix turris target
Diffstat (limited to 'turris.lua')
-rw-r--r--turris.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/turris.lua b/turris.lua
new file mode 100644
index 0000000..903cab7
--- /dev/null
+++ b/turris.lua
@@ -0,0 +1,7 @@
+-- This is myrepo omnia configuration
+INFO("Using myrepo")
+Repository "myrepo" "http://cynerd.cz/myrepo/turris/" {
+ priority = 50, pubkey = "file:///etc/updater/keys/myrepo.pub"
+}
+
+Install "myrepo-cert" {critical=true}