Fix peach-config manifest #103

Merged
notplants merged 5 commits from fix-manifest into main 2022-04-20 18:27:47 +00:00
Owner

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.
notplants added 4 commits 2022-04-20 16:21:55 +00:00
notplants requested review from glyph 2022-04-20 16:22:03 +00:00
notplants added 1 commit 2022-04-20 17:56:03 +00:00
continuous-integration/drone/pr Build is passing Details
d03de8cf5d
Remove extraneous quote
glyph approved these changes 2022-04-20 18:25:03 +00:00
glyph left a comment
Owner

Nice! 🟢

Nice! 🟢
notplants merged commit e2ac5de6e4 into main 2022-04-20 18:27:47 +00:00
notplants deleted branch fix-manifest 2022-04-20 18:27:48 +00:00
Sign in to join this conversation.
No description provided.