aboutsummaryrefslogtreecommitdiff
path: root/myrepo/files
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-02-19 16:08:02 +0100
committerKarel Kočí <karel.koci@nic.cz>2018-02-19 16:08:02 +0100
commit99239c3f646c0ff9e1d9f614803bacb2cb053f57 (patch)
tree6af1f57f5cda5d452d017ae38f76377315a7bb39 /myrepo/files
parent1e5b6d8bd43978dd2c9b4f970d9563931d7e5c9d (diff)
downloadturris-myrepo-99239c3f646c0ff9e1d9f614803bacb2cb053f57.tar.gz
turris-myrepo-99239c3f646c0ff9e1d9f614803bacb2cb053f57.tar.bz2
turris-myrepo-99239c3f646c0ff9e1d9f614803bacb2cb053f57.zip
Drop also myrepo package
How to create this package is described in README.md and it contains my personal configuration so it shouldn't be there.
Diffstat (limited to 'myrepo/files')
-rw-r--r--myrepo/files/updater.lua14
1 files changed, 0 insertions, 14 deletions
diff --git a/myrepo/files/updater.lua b/myrepo/files/updater.lua
deleted file mode 100644
index 0673f47..0000000
--- a/myrepo/files/updater.lua
+++ /dev/null
@@ -1,14 +0,0 @@
-local board
-if model:match('[Oo]mnia') then
- board = "omnia"
-else
- board = "turris"
-end
-
-Script("myrepo", "https://cynerd.cz/myrepo/" .. board .. ".lua", {
- pubkey = "file:///etc/updater/keys/myrepo.pub",
- ocsp = false
-})
-
-Install("myrepo")
-Package("myrepo", { replan = "finished" })