This PR fixes peach-config manifest (which is also used by peach-img-builder to generate the package version list on releases.peachcloud.org)
Before I was using a hacky command which searches for all packages beginning with peach- using dpkg and a regex.
After changing peach-go-sbot to go-sbot, this command no longer worked.
I changed the manifest code to use dpkg-query and actually query with the package names, which works for go-sbot, and is also more reliable code.
Also had some fun with concise rust transforms.
This PR fixes `peach-config manifest` (which is also used by peach-img-builder to generate the package version list on releases.peachcloud.org)
Before I was using a hacky command which searches for all packages beginning with peach- using dpkg and a regex.
After changing peach-go-sbot to go-sbot, this command no longer worked.
I changed the manifest code to use dpkg-query and actually query with the package names, which works for go-sbot, and is also more reliable code.
Also had some fun with concise rust transforms.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR fixes
peach-config manifest(which is also used by peach-img-builder to generate the package version list on releases.peachcloud.org)Before I was using a hacky command which searches for all packages beginning with peach- using dpkg and a regex.
After changing peach-go-sbot to go-sbot, this command no longer worked.
I changed the manifest code to use dpkg-query and actually query with the package names, which works for go-sbot, and is also more reliable code.
Also had some fun with concise rust transforms.
Nice! 🟢