Open greenbreakfast opened 1 year ago
Bump. Would appreciate any guidance on what to try out next
Could you please verify that the janitor is picking up the extra package feed? It should appear in the log with a number of how many packages were found.
Please check the modified docs as of 15f1bfa and try again.
Thanks @aparcar, I'm able to build firmware with packages from my custom repo now!
I had 2 follow up questions:
extra_repos
apply to all targets? Does ASU know which targets the packages in extra_repos are for?@aparcar any feedback on these two questions?
extra_repos
apply to all targets? Does ASU know which targets the packages in extra_repos are for?
Hi there, I can't seem to get an instance of ASU to use extra repos. Any help would be appreciated.
I'm running my own ASU server using Docker compose according to the readme instructions (https://github.com/openwrt/asu#docker) on an AWS EC2 instance.
Builds without packages from my extra repo work fine. Any builds with packages from my extra repo return 422 status and a
Unsupported package(s)
message.Here is my modified config file that's in
asu-service/
:(I originally tried editing
asu/branches.yml
to add my repo but that didn't work. I also realize the package repo is for version openwrt-21.02.1 but it should still be able to detect the packages, right?)When I build an image (without any custom packages), I see the request does have my extra_repos:
But then all builds that include packages from my repo return 422 status and a
Unsupported package(s)
message. Any guidance would be appreciated!