From f265a9cb95d84e3d8e5e6460c5f5338906c37c04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 2 May 2019 13:04:22 +0200 Subject: Change path to openwrt-key to be *.sec This is required by signify to make it work. --- jobs/turris-updater-conf.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jobs/turris-updater-conf.run') diff --git a/jobs/turris-updater-conf.run b/jobs/turris-updater-conf.run index 8e39810..fd2f3e0 100755 --- a/jobs/turris-updater-conf.run +++ b/jobs/turris-updater-conf.run @@ -6,7 +6,7 @@ echo_stage "Get personal repository" git_clone "git@cynerd.cz:openwrt-personal-pkgs" pkgs echo_stage "Signing" -signify -S -s ~/openwrt-repo.key -m pkgs/updater.lua +signify -S -s ~/openwrt-repo.sec -m pkgs/updater.lua echo_stage "Deploy" scp -r pkgs/updater.lua{,.sig} upload: -- cgit v1.2.3