Re: [gentoo-portage-dev] [PATCH] ebuild: allow RESTRICT=network-sandbox in ebuilds

2018-01-16 Thread Zac Medico
On 01/16/2018 08:32 PM, Mike Gilbert wrote: > On Tue, Jan 16, 2018 at 4:46 PM, Mike Frysinger wrote: >> From: Mike Frysinger >> >> Some ebuilds are a bit hard to fix their use of the network in src >> phases, so allow them to disable things. This allows

Re: [gentoo-portage-dev] [PATCH] ebuild: allow RESTRICT=network-sandbox in ebuilds

2018-01-16 Thread Mike Gilbert
On Tue, Jan 16, 2018 at 4:46 PM, Mike Frysinger wrote: > From: Mike Frysinger > > Some ebuilds are a bit hard to fix their use of the network in src > phases, so allow them to disable things. This allows us to turn off > access by default and for the vast

Re: [gentoo-portage-dev] [PATCH v2] ebuild: allow RESTRICT=network-sandbox in ebuilds

2018-01-16 Thread Zac Medico
On 01/16/2018 02:19 PM, Mike Frysinger wrote: > From: Mike Frysinger > > Some ebuilds are a bit hard to fix their use of the network in src > phases, so allow them to disable things. This allows us to turn off > access by default and for the vast majority while we work out

[gentoo-portage-dev] [PATCH v2] ebuild: allow RESTRICT=network-sandbox in ebuilds

2018-01-16 Thread Mike Frysinger
From: Mike Frysinger Some ebuilds are a bit hard to fix their use of the network in src phases, so allow them to disable things. This allows us to turn off access by default and for the vast majority while we work out how to fix the few broken packages. URL:

Re: [gentoo-portage-dev] [PATCH] ebuild: allow RESTRICT=network-sandbox in ebuilds

2018-01-16 Thread Zac Medico
On 01/16/2018 01:46 PM, Mike Frysinger wrote: > From: Mike Frysinger > > Some ebuilds are a bit hard to fix their use of the network in src > phases, so allow them to disable things. This allows us to turn off > access by default and for the vast majority while we work out

[gentoo-portage-dev] [PATCH] ebuild: allow RESTRICT=network-sandbox in ebuilds

2018-01-16 Thread Mike Frysinger
From: Mike Frysinger Some ebuilds are a bit hard to fix their use of the network in src phases, so allow them to disable things. This allows us to turn off access by default and for the vast majority while we work out how to fix the few broken packages. URL:

Re: [gentoo-portage-dev] [PATCH v2] misc: Distribute a repo.postsync.d hook to run gemato verification

2018-01-16 Thread Michał Górny
W dniu wto, 16.01.2018 o godzinie 20∶04 +, użytkownik Robin H. Johnson napisał: > On Tue, Jan 16, 2018 at 11:32:28AM -0800, Zac Medico wrote: > > > But app-crypt/gentoo-keys doesn't include that executable, and it has > > > no dependency on app-crypt/gkeys. I'd rather not introduce an

Re: [gentoo-portage-dev] [PATCH v2] misc: Distribute a repo.postsync.d hook to run gemato verification

2018-01-16 Thread Robin H. Johnson
On Tue, Jan 16, 2018 at 11:32:28AM -0800, Zac Medico wrote: > > But app-crypt/gentoo-keys doesn't include that executable, and it has > > no dependency on app-crypt/gkeys. I'd rather not introduce an artificial > > dependency here. > > I suppose we could using a separate ebuild to install this

Re: [gentoo-portage-dev] [PATCH v2] misc: Distribute a repo.postsync.d hook to run gemato verification

2018-01-16 Thread Zac Medico
On 01/16/2018 10:39 AM, Michał Górny wrote: > W dniu wto, 16.01.2018 o godzinie 12∶44 -0500, użytkownik Alec Warner > napisał: >> On Tue, Jan 16, 2018 at 11:43 AM, Michał Górny wrote: >> >>> Include a repo.postsync.d hook to verify the rsync checkout using >>> gemato. Given

Re: [gentoo-portage-dev] [PATCH v2] misc: Distribute a repo.postsync.d hook to run gemato verification

2018-01-16 Thread Michał Górny
W dniu wto, 16.01.2018 o godzinie 12∶44 -0500, użytkownik Alec Warner napisał: > On Tue, Jan 16, 2018 at 11:43 AM, Michał Górny wrote: > > > Include a repo.postsync.d hook to verify the rsync checkout using > > gemato. Given that not all people will want to have it enabled > >

Re: [gentoo-portage-dev] [PATCH v2] misc: Distribute a repo.postsync.d hook to run gemato verification

2018-01-16 Thread Alec Warner
On Tue, Jan 16, 2018 at 11:43 AM, Michał Górny wrote: > Include a repo.postsync.d hook to verify the rsync checkout using > gemato. Given that not all people will want to have it enabled > unconditionally, no setup.py rules are included -- instead, the file > would be

[gentoo-portage-dev] [PATCH v2] misc: Distribute a repo.postsync.d hook to run gemato verification

2018-01-16 Thread Michał Górny
Include a repo.postsync.d hook to verify the rsync checkout using gemato. Given that not all people will want to have it enabled unconditionally, no setup.py rules are included -- instead, the file would be installed conditionally by the ebuild. [v2: included link to the wiki page] ---

[gentoo-portage-dev] [PATCH] misc: Distribute a repo.postsync.d hook to run gemato verification

2018-01-16 Thread Michał Górny
Include a repo.postsync.d hook to verify the rsync checkout using gemato. Given that not all people will want to have it enabled unconditionally, no setup.py rules are included -- instead, the file would be installed conditionally by the ebuild. --- MANIFEST.in | 2 +-