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

activate repos.json #398

Merged
merged 12 commits into from
Sep 23, 2024
Merged

activate repos.json #398

merged 12 commits into from
Sep 23, 2024

Conversation

k-rister
Copy link
Contributor

@k-rister k-rister commented Sep 3, 2024

No description provided.

@k-rister k-rister self-assigned this Sep 3, 2024
@k-rister k-rister linked an issue Sep 3, 2024 that may be closed by this pull request
crucible-install.sh Outdated Show resolved Hide resolved
@k-rister
Copy link
Contributor Author

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.

@k-rister k-rister force-pushed the dev-kmr branch 2 times, most recently from 8190f81 to 19c1e4e Compare September 17, 2024 22:30
- 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
@k-rister k-rister marked this pull request as ready for review September 18, 2024 18:41
@k-rister
Copy link
Contributor Author

This PR is ready for (final) review.

Copy link
Contributor

@rafaelfolco rafaelfolco left a comment

Choose a reason for hiding this comment

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

lgtm

tests/test-installer Show resolved Hide resolved
bin/_update-git Show resolved Hide resolved
bin/repo Show resolved Hide resolved
@k-rister
Copy link
Contributor Author

Waiting to merge this until Monday, Sept. 23, 2024 in case it causes any troubles that need to be dealt with.

@k-rister k-rister merged commit 42097ac into master Sep 23, 2024
151 checks passed
@k-rister k-rister deleted the dev-kmr branch September 23, 2024 13:37
@k-rister k-rister added the version/release Related to version/release work label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
version/release Related to version/release work
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

convert default_subprojects config file to json format
2 participants