From b25150447c2245cbc2081b3b1bad03e553e819cf Mon Sep 17 00:00:00 2001 From: hasufell Date: Sat, 5 Sep 2015 17:10:13 +0200 Subject: [PATCH] saving uncommitted changes in /etc prior to emerge run --- paludis/repositories/gentoo.conf | 4 ---- paludis/repositories/my-bin.conf | 13 +++++++++++++ 2 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 paludis/repositories/my-bin.conf diff --git a/paludis/repositories/gentoo.conf b/paludis/repositories/gentoo.conf index 1698565..bd24d9a 100644 --- a/paludis/repositories/gentoo.conf +++ b/paludis/repositories/gentoo.conf @@ -6,7 +6,3 @@ format = e names_cache = /var/cache/paludis/names write_cache = /var/cache/paludis/metadata -binary_destination = true -binary_distdir = ${distdir} -binary_keywords_filter = amd64 ~amd64 -#binary_uri_prefix = file:///var/cache/paludis-packages/ diff --git a/paludis/repositories/my-bin.conf b/paludis/repositories/my-bin.conf new file mode 100644 index 0000000..49169ce --- /dev/null +++ b/paludis/repositories/my-bin.conf @@ -0,0 +1,13 @@ +location = /usr/bin-package-repo +sync = +distdir = /mnt/sda2/bin-distfiles +format = e +names_cache = /var/cache/paludis/names +write_cache = /var/cache/paludis/metadata + +master_repository = gentoo + +binary_destination = true +binary_distdir = ${distdir} +binary_keywords_filter = amd64 ~amd64 +#binary_uri_prefix = file:///var/cache/paludis-packages/