aboutsummaryrefslogtreecommitdiff
path: root/myrepo-cert/files
diff options
context:
space:
mode:
Diffstat (limited to 'myrepo-cert/files')
-rw-r--r--myrepo-cert/files/key.pub2
-rw-r--r--myrepo-cert/files/key.sec2
-rw-r--r--myrepo-cert/files/updater.lua10
3 files changed, 0 insertions, 14 deletions
diff --git a/myrepo-cert/files/key.pub b/myrepo-cert/files/key.pub
deleted file mode 100644
index 4173ed5..0000000
--- a/myrepo-cert/files/key.pub
+++ /dev/null
@@ -1,2 +0,0 @@
-untrusted comment: private key cfb977a0d53c5424
-RWTPuXeg1TxUJC6EOmawdomx+1cuPaBx5g6B1A2nq0TI6Gf8mbRoU2w6
diff --git a/myrepo-cert/files/key.sec b/myrepo-cert/files/key.sec
deleted file mode 100644
index 5731869..0000000
--- a/myrepo-cert/files/key.sec
+++ /dev/null
@@ -1,2 +0,0 @@
-untrusted comment: public key cfb977a0d53c5424
-RWRCSwAAAAC/rGfdjaQn9ZWPHvtqQrzm9dkd/bHNF4XPuXeg1TxUJCiZuBFQLxqoolLnufYHIHHGvgFbJpjnT1v8X2W831l+LoQ6ZrB2ibH7Vy49oHHmDoHUDaerRMjoZ/yZtGhTbDo=
diff --git a/myrepo-cert/files/updater.lua b/myrepo-cert/files/updater.lua
deleted file mode 100644
index f68f585..0000000
--- a/myrepo-cert/files/updater.lua
+++ /dev/null
@@ -1,10 +0,0 @@
-local board
-if model:match('[Oo]mnia') then
- board = "omnia"
-else
- board = "turris"
-end
-
-Script("myrepo", "http://cynerd.cz/myrepo/" .. board .. ".lua", {
- pubkey = "file:///etc/updater/keys/myrepo.pub"
-})