Skip to content

fix(install): correct stale ORVA_SKIP_VERIFY checksum comment#24

Merged
Harsh-2002 merged 1 commit into
mainfrom
dev
Jun 14, 2026
Merged

fix(install): correct stale ORVA_SKIP_VERIFY checksum comment#24
Harsh-2002 merged 1 commit into
mainfrom
dev

Conversation

@Harsh-2002

Copy link
Copy Markdown
Owner

Comment-only fix in scripts/install.sh: it claimed checksum verification is "fail-closed unless ORVA_SKIP_VERIFY=1", but ORVA_SKIP_VERIFY is not implemented and verify() is fail-open on a missing checksum (warns + skips) while a mismatch aborts via die(). Rewrites the comment to match reality; no functional change. Also drops the now-obsolete "stale comment" note from scripts/CLAUDE.md. shellcheck (ci.yml) + e2e run on this since it touches a .sh file.

The comment claimed checksum verification is "fail-closed unless
ORVA_SKIP_VERIFY=1", but ORVA_SKIP_VERIFY is not implemented anywhere and
verify() is actually fail-OPEN on a MISSING checksum (warns + skips per asset)
while a checksum MISMATCH aborts via die(). Rewrite the comment to match the
real behavior; no functional change. Also drop the now-obsolete "stale comment"
note from scripts/CLAUDE.md.
@Harsh-2002 Harsh-2002 merged commit a622a7a into main Jun 14, 2026
16 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant