Skip to content

Restore default Git fetch configuration on RTD #587

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

Merged
merged 1 commit into from
Aug 17, 2023

Conversation

priteau
Copy link
Member

@priteau priteau commented Aug 17, 2023

The Git shallow clone used on Read the Docs is configured to only fetch a specific Git branch:

[remote "origin"]
url = https://github.com/stackhpc/stackhpc-kayobe-config.git
fetch = +refs/heads/stackhpc/yoga:refs/remotes/origin/stackhpc/yoga

This prevents subsequent git fetch commands from fetching all remote branches. Use git remote set-branches origin '*' to revert to the default Git fetch configuration.

The Git shallow clone used on Read the Docs is configured to only fetch
a specific Git branch:

[remote "origin"]
	url = https://github.com/stackhpc/stackhpc-kayobe-config.git
	fetch = +refs/heads/stackhpc/yoga:refs/remotes/origin/stackhpc/yoga

This prevents subsequent `git fetch` commands from fetching all remote
branches. Use `git remote set-branches origin '*'` to revert to the
default Git fetch configuration.
@priteau priteau self-assigned this Aug 17, 2023
@priteau priteau requested a review from a team as a code owner August 17, 2023 06:18
@priteau priteau merged commit e65c593 into stackhpc/xena Aug 17, 2023
@priteau priteau deleted the rtd-remote-set-branches branch August 17, 2023 06:18
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