diff options
author | Tim Harder <radhermit@gmail.com> | 2020-12-05 00:33:38 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2020-12-05 00:33:38 -0700 |
commit | 89339e082fa0f80d82e879be254149db6ce0897c (patch) | |
tree | 582eb10fe6c10cc51dfccf044dbeb024f135f184 /data | |
parent | bump snakeoil dep version (diff) | |
download | pkgcore-89339e082fa0f80d82e879be254149db6ce0897c.tar.gz pkgcore-89339e082fa0f80d82e879be254149db6ce0897c.tar.bz2 pkgcore-89339e082fa0f80d82e879be254149db6ce0897c.zip |
data: add gentoo repo to stub config repos.conf
So non-Gentoo systems can sync it from nothing.
Diffstat (limited to 'data')
-rw-r--r-- | data/stubconfig/repos.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/data/stubconfig/repos.conf b/data/stubconfig/repos.conf index db2a8396..76ed63a3 100644 --- a/data/stubconfig/repos.conf +++ b/data/stubconfig/repos.conf @@ -3,3 +3,11 @@ main-repo = stubrepo [stubrepo] location = ../stubrepo + +[gentoo] +location = /var/db/repos/gentoo +repo-type = sqfs-v1 +# distfiles.gentoo.org certs aren't actually valid, defeating the purpose of https; thus +# forcing http. +sync-uri = http://distfiles.gentoo.org/snapshots/squashfs/gentoo-current.lzo.sqfs +sync-type = sqfs |