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

Rename .gitea to .gitmodules #279

Closed
wants to merge 1 commit into from
Closed

Rename .gitea to .gitmodules #279

wants to merge 1 commit into from

Conversation

SuperSandro2000
Copy link

.gitmodules is a default filename which shouldn't be changed and causes a downstream packaging issue in NixOS because we hardcoded it in our fetcher https://github.com/NixOS/nixpkgs/blob/master/pkgs/build-support/fetchgit/nix-prefetch-git#L210. We don't have any mechanism to rename the file between fetching and downloading submodules because so far there was no need for it. We also can't fetch the submodules later cause all our builds are sandboxed we do not have network access after the initial source download.

As a side effect GitHub should now also display the submodules correct.

If you prefer to keep the file name like it is right now we can also work around that but I would prefer to keep the fetchers as simple as possible because bugs in them affect almost all parts of the package repository.

@meatcar
Copy link

meatcar commented Oct 20, 2021

This issue seems to be fixed in b448fc9.

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.

None yet

2 participants