]> git.ipfire.org Git - thirdparty/openwrt.git/commit
package: rework contents of package index.json 19097/head
authorEric Fahlgren <ericfahlgren@gmail.com>
Fri, 6 Jun 2025 23:43:27 +0000 (16:43 -0700)
committerRobert Marko <robimarko@gmail.com>
Wed, 11 Jun 2025 17:12:09 +0000 (19:12 +0200)
commitc99d356747a26d68bdb04719a4c4c7a954db8d6e
tree2e6920fcc6205f08571a5a9d903fb4057d81778c
parent0db2af95bcb9d82c2af2edf6c5401d3809881114
package: rework contents of package index.json

Rework the generation of the index.json version of the package
indexes to match the original intent (i.e., for use by the ASU
server and other downstream projects).  The current file contains
package names that have ABI versioning, making them unusable by ASU,
so we now remove the ABI suffixes.

Also adds a 'version' field to the json, so downstream utilities
can detect the new semantics of the package name fields.

Links: https://github.com/openwrt/openwrt/commit/218ce40cd738f3373438aab82467807a8707fb9c
Signed-off-by: Eric Fahlgren <ericfahlgren@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19051
(cherry picked from commit 2b0b16f1d1571b23425b2d7ab5dc3816e2ceec12)
Link: https://github.com/openwrt/openwrt/pull/19097
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/Makefile
scripts/make-index-json.py [new file with mode: 0755]