Re: [Puppet-dev] Facter Branch Updates

2011-08-24 Thread Luke Kanies
On Aug 24, 2011, at 8:06 AM, Jacob Helwig wrote: > > I think the three branch structre you laid out makes sense if we're > pre-determining version numbers before any work has been done. If we're going > to determine the version number at release time using semver, then I don't > think we need a

Re: [Puppet-dev] Facter Branch Updates

2011-08-24 Thread Jacob Helwig
Michael Stahnke wrote: My thoughts on having three branches are the following. I'm happy to revisit though. Mostly from semver.org Patch version Z (x.y.Z | x > 0) MUST be incremented if only backwards compatible bug fixes are introduced. A bug fix is defined as an internal change that fixes i

Re: [Puppet-dev] Facter Branch Updates

2011-08-24 Thread Michael Stahnke
My thoughts on having three branches are the following. I'm happy to revisit though. Mostly from semver.org Patch version Z (x.y.Z | x > 0) MUST be incremented if only backwards compatible bug fixes are introduced. A bug fix is defined as an internal change that fixes incorrect behavior. Thi

Re: [Puppet-dev] Facter Branch Updates

2011-08-23 Thread Josh Cooper
> > We have > > 1.6.x --> feature set for 1.6 (no API breakage please, mostly bug fixes) > 1.7.x --> new features go here > master --> newer, possibly experimental things here (this might be > 2.0 eventually, or who knows) > > 1.6rc exists, (as it has in the past) and is where facter is currentl

Re: [Puppet-dev] Facter Branch Updates

2011-08-23 Thread Luke Kanies
On Aug 23, 2011, at 7:14 PM, Michael Stahnke wrote: > On Tue, Aug 23, 2011 at 7:10 PM, Luke Kanies wrote: >> What is the master branch for, in this model? > There has been discussion of implementing structured data, and complex > data structures into facter that could lead to a 2.0 release (or >

Re: [Puppet-dev] Facter Branch Updates

2011-08-23 Thread Michael Stahnke
On Tue, Aug 23, 2011 at 7:10 PM, Luke Kanies wrote: > What is the master branch for, in this model? There has been discussion of implementing structured data, and complex data structures into facter that could lead to a 2.0 release (or something along those lines). That might require significant

Re: [Puppet-dev] Facter Branch Updates

2011-08-23 Thread Luke Kanies
What is the master branch for, in this model? -- Luke Kanies | +1-615-594-8199 | http:/about.me/lak On Aug 23, 2011, at 5:58 PM, Michael Stahnke wrote: > All, > > I've added some new branches to Facter in order to get some > much-needed love into it. > > We have > > 1.6.x --> feature set for

[Puppet-dev] Facter Branch Updates

2011-08-23 Thread Michael Stahnke
All, I've added some new branches to Facter in order to get some much-needed love into it. We have 1.6.x --> feature set for 1.6 (no API breakage please, mostly bug fixes) 1.7.x --> new features go here master --> newer, possibly experimental things here (this might be 2.0 eventually, or w