Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Track blob executable bit. #35

Merged
merged 7 commits into from
Nov 21, 2022
Merged

Track blob executable bit. #35

merged 7 commits into from
Nov 21, 2022

Conversation

jsirois
Copy link
Collaborator

@jsirois jsirois commented Nov 17, 2022

Fixes #34

Files can now either be embedded in a scie or else loaded at runtime via
a binding cmd that takes the filename to load as an agument and produces
the file content on stdout. Hashing and size checking are still
performed by the installer.

And example is added that assumes `curl`, `jq` and `bash` are present on
the host for doing loading from the internet.

Closes a-scie#19
@jsirois jsirois assigned benjyw and unassigned benjyw Nov 17, 2022
@jsirois
Copy link
Collaborator Author

jsirois commented Nov 17, 2022

The 1st two commits are from #33 which this is based on. Please just review 31a4e27.

Copy link
Collaborator

@benjyw benjyw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM from reviewing commit 31a4e27, as requested

@jsirois jsirois merged commit ec8369e into a-scie:main Nov 21, 2022
@jsirois jsirois deleted the issues/34 branch November 21, 2022 19:58
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.

There is no facility to preserve a blob's mode.
2 participants