-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apk: a few transitional issues #16946
Comments
Invalid Version reported. |
Invalid Release reported. |
Invalid Target/Subtarget reported. |
|
I think it has to be noarch and not "all" |
alternative to "noarch"(? ) might be to add "all" to the allowed architectures in
|
may i suggest that, just like with iptables to nftables transition/migration we maintain a list of packages that needs to be updated, just like this issue: openwrt/packages#16818 and pin them, since they somehow depend on the old opkg functionality? For example: |
Please, don't mix multiple issues in one, always create a separate issue for every problem you face. Otherwise its very hard to keep track of anything that way, you can't use That being said, please split this up into separate issues, ideally prefixed with |
As per suggestion from @ynezz I'm closing this in favour of individual issues. |
Describe the bug
Sorry @aparcar if there's a master issue for all transitional problems I couldn't find it when I searched open issues for
apk
.I'm facing a few issues:
Sorry, figured out a problem, was my fault.
The apk binaries produced by SDK do not contain arch in the filename like the ipk binaries did. For example, a filename for the binary produced by the APK-enabled SDK is:
https-dns-proxy-2023.12.26-r1.apk
, while ipk binary is calledhttps-dns-proxy_2023.12.26-1_x86_64.ipk
. Is it by design or is this an oversight which needs to be addressed?For ipk binaries there's a
./scripts/ipkg-make-index.sh
which I use to create the manifest file and set up a 3rd-party repository with the binaries I produce, can you point me in the direction of the script/code I could use to achieve the same for apk?Thanks!
OpenWrt version
snapshots
OpenWrt release
snapshots
OpenWrt target/subtarget
x86_64
Device
Dell Edge 620
Image kind
Official downloaded image
Steps to reproduce
No response
Actual behaviour
No response
Expected behaviour
No response
Additional info
No response
Diffconfig
No response
Terms
The text was updated successfully, but these errors were encountered: