diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-07-12 13:41:50 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-07-12 13:41:50 -0700 |
| commit | 1a99c6e88939bd47a668a041ec6b7a344616f43d (patch) | |
| tree | 482993452013e0bf21196aebd000484b2aa2fa5c | |
| parent | 4a89e06c838542023fcc026d092407069b0b47f1 (diff) | |
Add edits for https in README
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -6,6 +6,16 @@ eselect repository add csobczak git https://git.sobczak.family/csobczak.ebuild emaint -r csobczak sync # this is the same as emerge --sync csobczak ``` +Since this repository is using [cgit](https://git.zx2c4.com/cgit/) with dumb http, +add `sync-depth=0` to your `/etc/portage/repos.conf/eselect-repo.conf` file: +``` +[csobczak] +location = /var/db/repos/csobczak +sync-type = git +sync-depth = 0 +sync-uri = https://git.sobczak.family/csobczak.ebuild +``` + Then you can verify that the packages it provides are available by using [eix](https://wiki.gentoo.org/wiki/Eix), for example `dwl`: ``` eix slstatus |
