* [RFC] Userspace and xfstests releases
@ 2013-12-17 15:31 Rich Johnston
2013-12-19 17:29 ` Rich Johnston
0 siblings, 1 reply; 5+ messages in thread
From: Rich Johnston @ 2013-12-17 15:31 UTC (permalink / raw)
To: xfs-oss
I was planning on a xfsdump and xfstests release this week before I go
on vacation. Any objections?
Release versions for xfsprogs are still being discussed. Are there any
more comments on this subject?
Thanks
--Rich
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [RFC] Userspace and xfstests releases
2013-12-17 15:31 [RFC] Userspace and xfstests releases Rich Johnston
@ 2013-12-19 17:29 ` Rich Johnston
2013-12-19 19:33 ` Ben Myers
2013-12-26 8:56 ` Christoph Hellwig
0 siblings, 2 replies; 5+ messages in thread
From: Rich Johnston @ 2013-12-19 17:29 UTC (permalink / raw)
To: xfs-oss
On 12/17/2013 09:31 AM, Rich Johnston wrote:
> I was planning on a xfsdump and xfstests release this week before I go
> on vacation. Any objections?
Currently xfstests is not released, should this be changed?
I will wait until I return on Jan 2 to release xfsprogs.
>
> Release versions for xfsprogs are still being discussed. Are there any
> more comments on this subject?
Here is one of the threads discussing this.
http://oss.sgi.com/archives/xfs/2013-10/msg00421.html
Christoph were you saying you create xfsprogs branches?
Is there a consensus on version names/branches for xfsprogs?
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [RFC] Userspace and xfstests releases
2013-12-19 17:29 ` Rich Johnston
@ 2013-12-19 19:33 ` Ben Myers
2013-12-19 22:04 ` Dave Chinner
2013-12-26 8:56 ` Christoph Hellwig
1 sibling, 1 reply; 5+ messages in thread
From: Ben Myers @ 2013-12-19 19:33 UTC (permalink / raw)
To: Rich Johnston; +Cc: xfs-oss
Hey Rich,
On Thu, Dec 19, 2013 at 11:29:04AM -0600, Rich Johnston wrote:
> On 12/17/2013 09:31 AM, Rich Johnston wrote:
> >I was planning on a xfsdump and xfstests release this week before I go
> >on vacation. Any objections?
> Currently xfstests is not released, should this be changed?
>
> I will wait until I return on Jan 2 to release xfsprogs.
>
> >
> >Release versions for xfsprogs are still being discussed. Are there any
> >more comments on this subject?
> Here is one of the threads discussing this.
>
> http://oss.sgi.com/archives/xfs/2013-10/msg00421.html
> Christoph were you saying you create xfsprogs branches?
>
> Is there a consensus on version names/branches for xfsprogs?
I suggest a branch directly off of 3.1.11 release, and then we can troll the
log between refs/tags/3.1.11 and master for bugfixes.
e.g. git checkout -b for-3.1.12 refs/tags/3.1.11
And then push it up to oss.
Just my 2c.
Regards,
Ben
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [RFC] Userspace and xfstests releases
2013-12-19 19:33 ` Ben Myers
@ 2013-12-19 22:04 ` Dave Chinner
0 siblings, 0 replies; 5+ messages in thread
From: Dave Chinner @ 2013-12-19 22:04 UTC (permalink / raw)
To: Ben Myers; +Cc: Rich Johnston, xfs-oss
On Thu, Dec 19, 2013 at 01:33:14PM -0600, Ben Myers wrote:
> Hey Rich,
>
> On Thu, Dec 19, 2013 at 11:29:04AM -0600, Rich Johnston wrote:
> > On 12/17/2013 09:31 AM, Rich Johnston wrote:
> > >I was planning on a xfsdump and xfstests release this week before I go
> > >on vacation. Any objections?
> > Currently xfstests is not released, should this be changed?
> >
> > I will wait until I return on Jan 2 to release xfsprogs.
> >
> > >
> > >Release versions for xfsprogs are still being discussed. Are there any
> > >more comments on this subject?
> > Here is one of the threads discussing this.
> >
> > http://oss.sgi.com/archives/xfs/2013-10/msg00421.html
> > Christoph were you saying you create xfsprogs branches?
> >
> > Is there a consensus on version names/branches for xfsprogs?
>
> I suggest a branch directly off of 3.1.11 release, and then we can troll the
> log between refs/tags/3.1.11 and master for bugfixes.
>
> e.g. git checkout -b for-3.1.12 refs/tags/3.1.11
>
> And then push it up to oss.
Agreed - we're not really ready for a 3.2.0 release yet. I also
think that we'll need a couple of weeks to test any 3.1.12 branch
that is made before it can be released, too.
Cheers,
Dave.
--
Dave Chinner
david@fromorbit.com
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [RFC] Userspace and xfstests releases
2013-12-19 17:29 ` Rich Johnston
2013-12-19 19:33 ` Ben Myers
@ 2013-12-26 8:56 ` Christoph Hellwig
1 sibling, 0 replies; 5+ messages in thread
From: Christoph Hellwig @ 2013-12-26 8:56 UTC (permalink / raw)
To: Rich Johnston; +Cc: xfs-oss
On Thu, Dec 19, 2013 at 11:29:04AM -0600, Rich Johnston wrote:
> On 12/17/2013 09:31 AM, Rich Johnston wrote:
> >I was planning on a xfsdump and xfstests release this week before I go
> >on vacation. Any objections?
> Currently xfstests is not released, should this be changed?
>
> I will wait until I return on Jan 2 to release xfsprogs.
>
> >
> >Release versions for xfsprogs are still being discussed. Are there any
> >more comments on this subject?
> Here is one of the threads discussing this.
>
> http://oss.sgi.com/archives/xfs/2013-10/msg00421.html
> Christoph were you saying you create xfsprogs branches?
Next time Cc me if you want a quick personal answer :)
I offered playing release manager for another 3.1.x release off a
branch, but it seems like no one supported that idea. The offer
still stands if we get a consensus to do the branch release.
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2013-12-26 8:56 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-17 15:31 [RFC] Userspace and xfstests releases Rich Johnston
2013-12-19 17:29 ` Rich Johnston
2013-12-19 19:33 ` Ben Myers
2013-12-19 22:04 ` Dave Chinner
2013-12-26 8:56 ` Christoph Hellwig
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox