mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-21 17:47:00 +00:00
openwrt-keyring: make opkg use 22.03 usign key
In order to make opkg usable with artifacts produced by project's buildbot: Downloading https://downloads.openwrt.org/releases/22.03-SNAPSHOT/packages/x86_64/luci/Packages.sig Signature check failed. Remove wrong Signature file. References: https://gitlab.com/openwrt/docker/-/jobs/2255191689 Signed-off-by: Petr Štetiar <ynezz@true.cz>
This commit is contained in:
parent
d52536ea4c
commit
2d03f27f0f
@ -3,7 +3,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=openwrt-keyring
|
PKG_NAME:=openwrt-keyring
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=3
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL=$(PROJECT_GIT)/keyring.git
|
PKG_SOURCE_URL=$(PROJECT_GIT)/keyring.git
|
||||||
@ -32,8 +32,7 @@ Build/Compile=
|
|||||||
|
|
||||||
define Package/openwrt-keyring/install
|
define Package/openwrt-keyring/install
|
||||||
$(INSTALL_DIR) $(1)/etc/opkg/keys/
|
$(INSTALL_DIR) $(1)/etc/opkg/keys/
|
||||||
# Public usign key for unattended snapshot builds
|
# Public usign key for 22.03 release builds
|
||||||
$(INSTALL_DATA) $(PKG_BUILD_DIR)/usign/b5043e70f9a75cde $(1)/etc/opkg/keys/
|
$(INSTALL_DATA) $(PKG_BUILD_DIR)/usign/4d017e6f1ed5d616 $(1)/etc/opkg/keys/
|
||||||
endef
|
|
||||||
|
|
||||||
$(eval $(call BuildPackage,openwrt-keyring))
|
$(eval $(call BuildPackage,openwrt-keyring))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user