Skip to content
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

Make autobuild actually capable of, well, autobuilding #21

Open
ermo opened this issue Jul 6, 2024 · 0 comments
Open

Make autobuild actually capable of, well, autobuilding #21

ermo opened this issue Jul 6, 2024 · 0 comments

Comments

@ermo
Copy link
Contributor

ermo commented Jul 6, 2024

Had a quick discussion with Joey today:

ermo
is that your own rebuild script...?
(or a variation of the KDE one?)
Joey Riches
ah it's rebuild-template-script.sh in common/
it's never been as good since we've moved to monorepo ffiw
ermo
did you get tired of using autobuild and chasing down cycles?
Joey Riches
nah i used autobuild to generate the order
ermo
coolio
then it's at least seeing some use
Joey Riches
correct me if i'm wrong but i don't think autobuild can actually autobuild yet?
ideally i just bump all the rebuilds i want and autobuild builds them in order
ermo
it can only push them to the Solus builder in order
in practice, you probably want it to build and push them to a pre-defined local repo in order.
which means it probably needs to grow a notion of a "handler"
where the handler can be "build on build server", build on Solus, build on Serpent.
which then has a series of "build && push" templates.
you know go-task build <some profile> && sudo mv *.eopkg <the relevant local repo> && solbuild index <the relevant local repo>
or just build && sudo mv *.stone <the relevant local repo> && moss index <the relevant local repo>
Joey Riches
yep
possibly using a custom local repo instead of the generic one
ermo
where I suppose that the latter part is akin to "publish-to-target-repo".
where target repo is possibly defined as a custom profile
so you could, for e.g icu rebuilds, use -p icu-x86_64-local.profile for instance
(since at some point, we'll likely begin also offering ARM builds, so having the arch be part of the profile name from the outset seems wise)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant