Provide a rebuild script
An interactive/automatic way to rebuild a list of packages from a list of packages which outputs the result in a repository to be used for testing.
Due to an influx of spam, we have had to temporarily disable account registrations. Please write an email to accountsupport@archlinux.org, with your desired username, if you want to get access. Sorry for the inconvenience.
An interactive/automatic way to rebuild a list of packages from a list of packages which outputs the result in a repository to be used for testing.
I think we could probably use my repo
script as a base
https://github.com/Foxboron/home/blob/master/.local/bin/repo
It depends on what and how we define the script should work. Should it work with existing checkouts, should it bump a pkgrel. How to handle rebuilds which are not soname bump related. For example to update cura I need to also update uranium, arcus etc. as ultimaker bumps the release of all their deps at the same time.
IMO:
repo does most of that except for checking out existing packages, nor does it currently allow a build order as input beyond a topological sort of the dependencies it finds in a given repository.
All of that is obviously something that can be solved with some more work and a bit more polish.
we can hook up jelles dependency build order tool for the order