aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2021-01-31 01:15:41 -0700
committerTim Harder <radhermit@gmail.com>2021-01-31 01:15:41 -0700
commit2138cb421d22ebc0b1e2522b3dad77158ae5d63e (patch)
tree3c87330c2a0ed8b9d7d6236b099b59fa5ded6d09 /data
parentebuild.portage_conf: support expanding ~ for user $HOME in repos.conf (diff)
downloadpkgcore-2138cb421d22ebc0b1e2522b3dad77158ae5d63e.tar.gz
pkgcore-2138cb421d22ebc0b1e2522b3dad77158ae5d63e.tar.bz2
pkgcore-2138cb421d22ebc0b1e2522b3dad77158ae5d63e.zip
Revert "data/stubconfig/repos.conf: use tar-based repo instead of sqfs"
Revert to sqfs default since it works better when not running as a native github action anyway. This reverts commit bfa252863255e11eb963307f64e49f8dc3ae3bc9.
Diffstat (limited to 'data')
-rw-r--r--data/stubconfig/repos.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/data/stubconfig/repos.conf b/data/stubconfig/repos.conf
index 98af48f1..76ed63a3 100644
--- a/data/stubconfig/repos.conf
+++ b/data/stubconfig/repos.conf
@@ -6,5 +6,8 @@ location = ../stubrepo
[gentoo]
location = /var/db/repos/gentoo
-sync-uri = https://github.com/gentoo-mirror/gentoo/archive/stable.tar.gz
-sync-type = tar
+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