feat: add meshix-cli-bin package#5
Conversation
There was a problem hiding this comment.
Devin Review found 1 potential issue.
🐛 1 issue in files not directly in the diff
🐛 meshix-cli-bin directory not staged in version-bumps workflow commit step (.github/workflows/version-bumps.yml:54)
The git add command on line 54 of version-bumps.yml explicitly lists directories to stage: README.md docs scripts .github/workflows tabex-bin osyrra-bin. The new meshix-cli-bin directory is missing from this list. When the workflow runs update-packages.sh auto (line 39), it will update meshix-cli-bin/PKGBUILD and meshix-cli-bin/.SRCINFO via scripts/update-meshix-cli-bin.sh, but those changes will never be committed because the directory isn't staged. The automated version-bump PR will silently drop all meshix-cli-bin updates.
View 3 additional findings in Devin Review.
|
Fixed the Devin workflow staging issue and the broader Meshix bump lane in |
Summary
meshix-cli-binPKGBUILD, install hook, and updater script that track stableshpitdev/meshix-observabilitylinux amd64 releases through the same authenticated private-release path used by the other SHPIT packagesvalidate-packages.shis fully back in syncValidation
./scripts/update-packages.sh auto./scripts/validate-packages.sh