diff options
author | Karel Kočí <cynerd@email.cz> | 2019-02-11 20:22:26 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2019-02-11 20:22:26 +0100 |
commit | a61723d2fbdd509323deb27bb1a90dce125d2ab1 (patch) | |
tree | 2487ed2c95f5b87b24440d87e1a81d8461b89382 /personal-pkgs-repo/files/updater.lua | |
parent | f836c4cf79b0e85d02f4cfa728d888964799a3de (diff) | |
download | openwrt-personal-pkgs-a61723d2fbdd509323deb27bb1a90dce125d2ab1.tar.gz openwrt-personal-pkgs-a61723d2fbdd509323deb27bb1a90dce125d2ab1.tar.bz2 openwrt-personal-pkgs-a61723d2fbdd509323deb27bb1a90dce125d2ab1.zip |
personal-pkgs-repo: fix previous commit
Diffstat (limited to 'personal-pkgs-repo/files/updater.lua')
-rw-r--r-- | personal-pkgs-repo/files/updater.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/personal-pkgs-repo/files/updater.lua b/personal-pkgs-repo/files/updater.lua index f7ac375..4993750 100644 --- a/personal-pkgs-repo/files/updater.lua +++ b/personal-pkgs-repo/files/updater.lua @@ -20,7 +20,7 @@ if animal ~= "hbd" and animal ~= "hbk" then DIE("Unsupported branch for pernal-pkgs: " .. tostring(animal)) end -Repository("personal-pkgs", "https://cynerd.cz/repo/turris/" .. animal .. "/" .. animal .. "/" .. board, { +Repository("personal-pkgs", "https://cynerd.cz/repo/turris/" .. animal .. "/" .. board, { pubkey = "file:///etc/updater/keys/personal-pkgs.pub", ocsp = false }) |