Fix peach-config manifest #103
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix-manifest"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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! 🟢