scripts: Parse update feed with python3 if jq is missing #9
Reference in New Issue
Block a user
Delete Branch "scripts/stay-current-bump"
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?
What
Leftover harden for #7 after #8 was merged early into master (issue already closed).
scripts/update.sh:jqoptional; python3 parses the Cursor feed whenjqis missing; fail closed on missing curl/python3/sha256sum, empty feed, or parse errors..gitea/workflows/update.yml: clearer push-failure message pointing at the manual path.jqis optional on the manual force path.Bump to 0.36.0 and the Updating docs already landed via #8 on develop; this PR is the remaining stay-current script gap.
Why
Jumpbox and other hosts may lack
jq. Requiring it made the documented manual./scripts/update.shpath fail before a bump. Prefer one updater that works with python3.Test
jqhidden on PATH: script printsnote: jq not found; parsing update feed with python3and reportsUp to date at 0.36.0.Duplicate of #10 (identical diff). Closing this one; landing #10.
Pull request closed