Closed TraceyC77 closed 4 weeks ago
From ermo, the general procedure:
go-task localcp
so it gets copied into your (otherwise empty!) local repo (you can also just copy the lua eopkg artefacts there manually and do a go-task localindex
to reindex the local repo manually with the lua eopkgs in there)eopkg info lua
, look for 'Reverse Dependencies' and copy those.$PATH
autobuild query src:<your-solus-packages-dir> <your copied list of lua reverse dependencies>
and capture that output (this ensures that packages are built in the correct order in terms of internal dependencies between the packages listed)lua-<version>-rebuilds
git branch, then bump, build and commit the dependencies in the exact order suggested by autobuild
abovego-task
command in the infrastructure-tooling/
Taskfile (go-t infra:build-pr -- <the pr number>
)Re: where to clone - previously I had it in this directory, due to some past chat / instructions. The README in the repo seems to support this assumption
~/packaging/packages/autobuild
We have packagers asking questions about this in Matrix now.
We need a doc on the procedure to do rebuilds