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

Put code and indices in different branches #322

Open
alexarchambault opened this issue Dec 11, 2024 · 0 comments
Open

Put code and indices in different branches #322

alexarchambault opened this issue Dec 11, 2024 · 0 comments

Comments

@alexarchambault
Copy link
Member

Right now, both the code and the indices of this repo live in the same branch, master.

To avoid the temptation of modifying the indices right from user submitted PRs, maybe the indices should be moved to a branch different from the one of the code.

Maybe copying the current master branch to main (making it the default), and keeping the former master for indices, could work? Ideally, the indices' branch shouldn't change, as it's hardcoded in the coursier repo.

The only issue I see with this scheme is for Maven packages: if the tags go on main, we have to be sure master is in sync with main when pushing bits of it to Maven Central.

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

No branches or pull requests

1 participant