Re: [gentoo-dev] rfc: openrc mount service prototype

2015-07-31 Thread Patrick McLean
On Fri, 31 Jul 2015 17:28:03 -0500 William Hubbs wrote: > On Fri, Jul 31, 2015 at 11:57:59PM +0200, Peter Stuge wrote: > > What I'm asking about is whether anyone knows of a smoothe way to > transition users from local/netmount to mount. > dependencies, without breaking systems. If that doesn't

[gentoo-dev] Re: rfc: openrc mount service prototype

2015-07-31 Thread Duncan
William Hubbs posted on Fri, 31 Jul 2015 16:43:48 -0500 as excerpted: > On Fri, Jul 31, 2015 at 10:27:02PM +0200, eroen wrote: >> On Fri, Jul 31, 2015 at 02:49:08PM -0500, William Hubbs wrote: >> > I'm still looking for ideas of ways to avoid making this a breaking >> > change. If it isn't possibl

Re: [gentoo-dev] rfc: openrc mount service prototype

2015-07-31 Thread William Hubbs
On Fri, Jul 31, 2015 at 11:57:59PM +0200, Peter Stuge wrote: > William Hubbs wrote: > > > > [1] http://www.semver.org > > > > > > Major version zero (0.y.z) is for initial development. Anything may change > > > > The problem is that version 0 hit stable > > Just treat version numbers as the mean

Re: [gentoo-dev] rfc: openrc mount service prototype

2015-07-31 Thread Peter Stuge
William Hubbs wrote: > > > [1] http://www.semver.org > > > > Major version zero (0.y.z) is for initial development. Anything may change > > The problem is that version 0 hit stable Just treat version numbers as the meaningless counters they are. > I can't just randomly break things from 0.17 to

Re: [gentoo-dev] rfc: openrc mount service prototype

2015-07-31 Thread William Hubbs
On Fri, Jul 31, 2015 at 10:27:02PM +0200, eroen wrote: > On Fri, Jul 31, 2015 at 02:49:08PM -0500, William Hubbs wrote: > > I'm still looking for ideas of ways to avoid making this a breaking > > change. If it isn't possible to make it a non-breaking change, this will > > force openrc-1.0 to be the

Re: [gentoo-dev] Jvcs-snapshot.eclass: add a way to specify the extraction path

2015-07-31 Thread Mike Gilbert
On Fri, Jul 31, 2015 at 10:44 AM, William Hubbs wrote: > On Thu, Jul 30, 2015 at 05:11:20PM -0400, Mike Gilbert wrote: >> On Thu, Jul 30, 2015 at 11:57 AM, William Hubbs wrote: >> > All, >> > >> > I'm finding in working on Go ebuilds, that we are propegating a >> > src_unpack function that is ver

Re: [gentoo-dev] rfc: openrc mount service prototype

2015-07-31 Thread eroen
On Fri, Jul 31, 2015 at 02:49:08PM -0500, William Hubbs wrote: > I'm still looking for ideas of ways to avoid making this a breaking > change. If it isn't possible to make it a non-breaking change, this will > force openrc-1.0 to be the first release where we can do this (going > from 0.x to 1.x si

Re: [gentoo-dev] rfc: openrc mount service prototype

2015-07-31 Thread William Hubbs
All, I just added another update to the mount-service branch to show where I would like this to go. OpenRC doesn't have any internal dependencies on "netmount", but several on "localmount". All references to "localmount" have been changed to "mount.usr mount.var". The advantage to this setup is t

Re: [gentoo-dev] more golang updates

2015-07-31 Thread William Hubbs
On Fri, Jul 31, 2015 at 08:32:19PM +0200, Ole Reifschneider wrote: > On Sat, Jul 25, 2015 at 09:17:55AM -0500, William Hubbs wrote: > > > > No, there aren't docs yet, because things are still changing. I'll write > > something up once everything is more settled. > > > > I think some docs would be

Re: [gentoo-dev] more golang updates

2015-07-31 Thread Ole Reifschneider
On Sat, Jul 25, 2015 at 09:17:55AM -0500, William Hubbs wrote: > > No, there aren't docs yet, because things are still changing. I'll write > something up once everything is more settled. > I think some docs would be very helpful even now in this early stage. If more people understand how the ecla

Re: [gentoo-dev] Jvcs-snapshot.eclass: add a way to specify the extraction path

2015-07-31 Thread William Hubbs
On Thu, Jul 30, 2015 at 05:11:20PM -0400, Mike Gilbert wrote: > On Thu, Jul 30, 2015 at 11:57 AM, William Hubbs wrote: > > All, > > > > I'm finding in working on Go ebuilds, that we are propegating a > > src_unpack function that is very similar to the one in vcs-snapshot. > > > > This patch adds a