-
Notifications
You must be signed in to change notification settings - Fork 8
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
activate repos.json #398
activate repos.json #398
Conversation
This is almost complete, just need to sort out a few details with input from others (@rafaelfolco , @atheurer) before taking this out of draft mode and letting the full CI run. |
8190f81
to
19c1e4e
Compare
- This makes the repository URLs consistent with the way that Crucible has previously been installed which allows for a more seamless transition when existing installations are updated. - From a github.com perspective it appears that the ".git" extension is optional -- a "git clone" will work with or without it but the resulting repository does have slightly different configuration details depending as a result (ie. the remote URL is not the same)
- make it easier to distinguish one test from another - add verbose output to make debugging easier - ensure that the code in the "local" repo is being tested instead of what is in the upstream repo (using --git-repo) - eliminate STDOUT buffering because a lot of the output comes on STDERR and it is desirable to maintain output ordering
This PR is ready for (final) review. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Waiting to merge this until Monday, Sept. 23, 2024 in case it causes any troubles that need to be dealt with. |
No description provided.