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

Set sync-depth and clone-depth to 1 by default. #10

Open
crocket opened this issue Feb 5, 2021 · 0 comments
Open

Set sync-depth and clone-depth to 1 by default. #10

crocket opened this issue Feb 5, 2021 · 0 comments

Comments

@crocket
Copy link

crocket commented Feb 5, 2021

I haven't needed to keep the git commit history of overlays.

Thus, I manually write overlays in /etc/portage/repos.conf/overlays.conf instead of using eselect-repository.

/etc/portage/repos.conf/overlays.conf

[crocket-overlay]
location = /var/db/repos/crocket-overlay
sync-type = git
sync-uri = https://github.com/crocket/crocket-overlay.git
clone-depth = 1
sync-depth = 1

[guru]
location = /var/db/repos/guru
sync-type = git
sync-uri = https://anongit.gentoo.org/git/repo/proj/guru.git
clone-depth = 1
sync-depth = 1
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