packages: convert builter packagesets to proper meta packages#391
Conversation
| CATEGORY:=LuCI | ||
| SUBMENU:=9. Freifunk | ||
| URL:=https://github.com/freifunk-berlin/falter-packages | ||
| PKGARCH:=all |
There was a problem hiding this comment.
We could check if there are better menu item options, but for now it's okay.
a9bd98e to
07d00d8
Compare
|
I will build this now on test-branch on the buildbot. |
|
This looks promising, thank you very much for this contribution. Unfortunately I wasn't able to build some images with this. Am I missing something maybe? ./build_falter -p packageset/snapshot/standard.txt -v testbuildbot -t ath79/generic -r glinet_gl-ar150results in: only having the standard-package doesn't work either. In addition I've seen, that the package list seems to miss some tools from current standard-falter: vs. Especially the debugging tools like ip, tmux, iperf3 and mtr might come in handy. Nethertheless this is a great start! |
|
@pktpls I started a feedbuilder again on buildbot. |
Signed-off-by: Packet Please <[email protected]>
akira25
left a comment
There was a problem hiding this comment.
Looks good to me and was buildable on buildbot via testbuildbot-branch. Image-generation with builter worked aswell.
Maintainer:
Compile tested: master x86_64, master aarch64_generic
Run tested: not yet
Description:
Creates falter-standard, falter-notunnel, falter-backbone packages to replace builter's packagesets. On builter's side, the snapshot packagesets will only contain a single package, and eventually can be removed.
The falter-common package now pulls in everything that's needed falter-backbone, and the new falter-more package pulls in everything needed for falter-standard and falter-notunnel.
Needs testing.