diff options
author | Tim Harder <radhermit@gmail.com> | 2021-02-17 11:21:11 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2021-02-17 12:11:07 -0700 |
commit | d009041b1163c707a560634195fa0e7b171bc3b1 (patch) | |
tree | fa46fc41b6ca14f44aa146878b51758cddeb96ae /data | |
parent | update news (diff) | |
download | pkgcore-d009041b1163c707a560634195fa0e7b171bc3b1.tar.gz pkgcore-d009041b1163c707a560634195fa0e7b171bc3b1.tar.bz2 pkgcore-d009041b1163c707a560634195fa0e7b171bc3b1.zip |
data: default to tarball-based syncing
To avoid requiring root perms to mount sqfs archives for CI actions.
Diffstat (limited to 'data')
-rw-r--r-- | data/stubconfig/repos.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/stubconfig/repos.conf b/data/stubconfig/repos.conf index 19cddaed..21a41f11 100644 --- a/data/stubconfig/repos.conf +++ b/data/stubconfig/repos.conf @@ -6,6 +6,10 @@ location = ../stubrepo [gentoo] location = ~/.cache/pkgcore/repos/gentoo +sync-uri = tar+https://github.com/gentoo-mirror/gentoo/archive/stable.tar.gz + +[gentoo-sqfs] +location = ~/.cache/pkgcore/repos/gentoo repo-type = sqfs-v1 # distfiles.gentoo.org certs aren't actually valid, defeating the purpose of https; thus # forcing http. |