aboutsummaryrefslogtreecommitdiff
path: root/myrepo/files
diff options
context:
space:
mode:
Diffstat (limited to 'myrepo/files')
-rw-r--r--myrepo/files/key.pub2
-rw-r--r--myrepo/files/key.sec2
-rw-r--r--myrepo/files/updater.lua12
3 files changed, 16 insertions, 0 deletions
diff --git a/myrepo/files/key.pub b/myrepo/files/key.pub
new file mode 100644
index 0000000..4173ed5
--- /dev/null
+++ b/myrepo/files/key.pub
@@ -0,0 +1,2 @@
+untrusted comment: private key cfb977a0d53c5424
+RWTPuXeg1TxUJC6EOmawdomx+1cuPaBx5g6B1A2nq0TI6Gf8mbRoU2w6
diff --git a/myrepo/files/key.sec b/myrepo/files/key.sec
new file mode 100644
index 0000000..5731869
--- /dev/null
+++ b/myrepo/files/key.sec
@@ -0,0 +1,2 @@
+untrusted comment: public key cfb977a0d53c5424
+RWRCSwAAAAC/rGfdjaQn9ZWPHvtqQrzm9dkd/bHNF4XPuXeg1TxUJCiZuBFQLxqoolLnufYHIHHGvgFbJpjnT1v8X2W831l+LoQ6ZrB2ibH7Vy49oHHmDoHUDaerRMjoZ/yZtGhTbDo=
diff --git a/myrepo/files/updater.lua b/myrepo/files/updater.lua
new file mode 100644
index 0000000..b9946c0
--- /dev/null
+++ b/myrepo/files/updater.lua
@@ -0,0 +1,12 @@
+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"
+})
+
+Install("myrepo")