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

DIG-1137, DIG-1618, DIG-1851: misc post-build script fixes #880

Merged
merged 9 commits into from
Nov 22, 2024

Conversation

daisieh
Copy link
Member

@daisieh daisieh commented Nov 22, 2024

I consolidated all of the outputs into LOGFILE=progress.txt, since that file didn't seem to have anything useful in it anyway.

DIG-1137: only print out errors at the end for modules with errors or warnings
DIG-1618: remove orphan container warnings with env var COMPOSE_IGNORE_ORPHANS=true
DIG-1851: list the containers that are not running at the end. This is actually an improvement because I'm using the actual names of the expected vs running containers and not the counts, esp since additional containers like minio might be present.

On a running local build, you can test this by stopping various containers and then re-running bash post_build.sh. You should see the missing containers listed at the end.

@daisieh daisieh force-pushed the daisieh/post-build-fixes branch from 0ad2b57 to b8faea0 Compare November 22, 2024 05:34
@daisieh daisieh requested a review from OrdiNeu November 22, 2024 05:52
Makefile Show resolved Hide resolved
@daisieh daisieh merged commit fb58be0 into develop Nov 22, 2024
1 check passed
@daisieh daisieh deleted the daisieh/post-build-fixes branch November 22, 2024 17:22
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.

2 participants