diff options
author | Tim Harder <radhermit@gmail.com> | 2021-03-17 01:43:38 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2021-03-17 01:43:38 -0600 |
commit | 3874173165c709ed2ee9d31627c1efb02e7ebd11 (patch) | |
tree | fd0afc033e8b71d1379240198558491fe76f1ba7 /data | |
parent | ebuild.repository: use all repo aliases when searching for one (diff) | |
download | pkgcore-3874173165c709ed2ee9d31627c1efb02e7ebd11.tar.gz pkgcore-3874173165c709ed2ee9d31627c1efb02e7ebd11.tar.bz2 pkgcore-3874173165c709ed2ee9d31627c1efb02e7ebd11.zip |
data: use tarball syncer for gentoo by default
And drop sqfs config entries.
Fixes #301.
Diffstat (limited to 'data')
-rw-r--r-- | data/config/repos.conf | 6 | ||||
-rw-r--r-- | data/stubconfig/repos.conf | 8 |
2 files changed, 1 insertions, 13 deletions
diff --git a/data/config/repos.conf b/data/config/repos.conf index 4afb10f0a..ecc8e8412 100644 --- a/data/config/repos.conf +++ b/data/config/repos.conf @@ -3,11 +3,7 @@ main-repo = gentoo [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 +sync-uri = tar+https://github.com/gentoo-mirror/gentoo/archive/stable.tar.gz [binpkgs] location = /var/cache/binpkgs diff --git a/data/stubconfig/repos.conf b/data/stubconfig/repos.conf index 21a41f11e..61c65b2d4 100644 --- a/data/stubconfig/repos.conf +++ b/data/stubconfig/repos.conf @@ -7,11 +7,3 @@ 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. -sync-uri = http://distfiles.gentoo.org/snapshots/squashfs/gentoo-current.lzo.sqfs -sync-type = sqfs |