From 0bcdf73271be4a4f9ca8c849c426b521365dcf30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 6 Nov 2017 08:23:58 +0100 Subject: Rename myrepo-cert to just myrepo --- myrepo/files/key.pub | 2 ++ myrepo/files/key.sec | 2 ++ myrepo/files/updater.lua | 12 ++++++++++++ 3 files changed, 16 insertions(+) create mode 100644 myrepo/files/key.pub create mode 100644 myrepo/files/key.sec create mode 100644 myrepo/files/updater.lua (limited to 'myrepo/files') 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") -- cgit v1.2.3