summaryrefslogtreecommitdiff
path: root/updater-ng/files/turris-repo.lua
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-03-11 11:45:26 +0100
committerKarel Kočí <cynerd@email.cz>2022-03-11 11:45:26 +0100
commit403d4e98cadc69a238060cce2614537f94a76ba9 (patch)
tree2c2d5aad6635b564f8a13620de7adddbb523fb65 /updater-ng/files/turris-repo.lua
parent7abc9df811cbf5f74d5d9f56dfc4f1fb906ca84d (diff)
downloadopenwrt-personal-pkgs-403d4e98cadc69a238060cce2614537f94a76ba9.tar.gz
openwrt-personal-pkgs-403d4e98cadc69a238060cce2614537f94a76ba9.tar.bz2
openwrt-personal-pkgs-403d4e98cadc69a238060cce2614537f94a76ba9.zip
updater-ng: remove for now as I do not need it right now
Diffstat (limited to 'updater-ng/files/turris-repo.lua')
-rw-r--r--updater-ng/files/turris-repo.lua34
1 files changed, 0 insertions, 34 deletions
diff --git a/updater-ng/files/turris-repo.lua b/updater-ng/files/turris-repo.lua
deleted file mode 100644
index 2935e3d..0000000
--- a/updater-ng/files/turris-repo.lua
+++ /dev/null
@@ -1,34 +0,0 @@
---[[
-This file allows you to override path to Turris lists. Those are Lua scripts
-maintained in default on https://repo.turris.cz along side the packages.
-Sometimes you want to point all machinery to different server just for testing.
-This file is here exactly for that.
-]]
-return {
-
- --[[
- Following line can be uncommented and changed to specify different server.
- ]]
- --url = "https://repo.turris.cz",
-
- --[[
- Following few lines can be uncommented if you want to include your own public
- key used to sign your own copy of lists.
- This is used only if url is also defined.
- ]]
- --pubkey = {
- -- "file:///etc/updater/keys/release.pub",
- -- "file:///etc/updater/keys/standby.pub",
- -- "file:///etc/updater/keys/test.pub"
- --},
-
- --[[
- These options are here rather for completeness. You can ping appropriate CA,
- specify CRL or disable OCSP.
- These options are ignored if url is not also defined.
- ]]
- --ca = true,
- --crl = false,
- --ocsp = true,
-
-}