From 2d8110717cbf9c64bb5abe2ae012fe97177149ae Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Mon, 10 Oct 2016 22:41:32 +0200 Subject: [PATCH] Re-add binhost stuff --- package_mask.conf.d/binhost.conf | 2 ++ repositories/binhost.conf | 14 ++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 package_mask.conf.d/binhost.conf create mode 100644 repositories/binhost.conf diff --git a/package_mask.conf.d/binhost.conf b/package_mask.conf.d/binhost.conf new file mode 100644 index 0000000..9ffed04 --- /dev/null +++ b/package_mask.conf.d/binhost.conf @@ -0,0 +1,2 @@ +# mask all non-binhost packages +*/*::gentoo diff --git a/repositories/binhost.conf b/repositories/binhost.conf new file mode 100644 index 0000000..ab7af4d --- /dev/null +++ b/repositories/binhost.conf @@ -0,0 +1,14 @@ +location = /usr/gentoo-binhost +sync = git+https://github.com/hasufell/gentoo-binhost.git +sync_options = --git-clone-option="--depth=1" --git-pull-option="--depth=1" --git-fetch-option="--depth=1" +distdir = /srv/binhost +format = e +names_cache = /var/cache/paludis/names +write_cache = /var/cache/paludis/metadata + +use_manifest = require +manifest_hashes = SHA256 SHA512 WHIRLPOOL +thin_manifests = false + +master_repository = gentoo +