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

Fixup install.sh output. #142

Merged
merged 1 commit into from
Feb 18, 2025
Merged

Conversation

jsirois
Copy link
Contributor

@jsirois jsirois commented Feb 18, 2025

Also improve docker dev-cmd to support --inspect and cache image
builds.

A follow-up to #141 which left install.sh working, but with ugly
output that rendered escape codes instead of colors.

Also improve docker dev-cmd to support `--inspect` and cache image
builds.
@@ -107,9 +107,9 @@ fetch() {
curl --proto '=https' --tlsv1.2 -SfL --progress-bar -o "${dest}" "${url}"
}

ensure_cmd $([ "${OS}" == "macos" ] && echo "shasum" || echo "sha256sum")
ensure_cmd $([ "${OS}" = "macos" ] && echo "shasum" || echo "sha256sum")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Beyond the colored logging not working - fixes above - there were a few warnings / errors from [[ and == bashisms missed in the 1st round.

@jsirois jsirois requested a review from kwlzn February 18, 2025 20:56
@jsirois
Copy link
Contributor Author

jsirois commented Feb 18, 2025

@kwlzn FYI. I'm going to merge this presently to fix install.sh output.

@jsirois jsirois merged commit 074882a into a-scie:main Feb 18, 2025
11 checks passed
@jsirois jsirois deleted the install.sh/fix-output branch February 18, 2025 20:56
jsirois added a commit that referenced this pull request Feb 18, 2025
A follow-up to #142 which left debian and alpine amd64 images
colliding.
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