2018-09-29 08:41:06

by Pali Rohár

[permalink] [raw]
Subject: Future of dosfstools project (FAT)

Hi!

Last year I did some research how Windows and Linux tools handle FAT
labels (boot sector vs root directory) and proposed some unification.
More in thread: https://www.spinics.net/lists/kernel/msg2640891.html

My proposed change for manipulating with FAT labels is now implemented
in util-linux v2.33, prepared new mtools version, and also in dosfstools
git (unreleased) https://www.spinics.net/lists/kernel/msg2645732.html

Project dosfstools contains de-facto standard Linux userspace tools for
FAT filesystems (mkfs.fat, fsck.fat, fatlabel) and so it is quite
important because of high usage of FAT.

But there was no new release of dosfstools since Jan 2017 and for more
then month I'm unsuccessfully try to contact maintainer of dosfstools
project (Andreas) about future of project itself.

I do not know what happened, if either Andreas do not have time or
something else...

So does somebody know what is state of dosfstools project?

Also there are lot of proposed changes (with patches) for this project
https://github.com/dosfstools/dosfstools/pulls and also more reported
bugs https://github.com/dosfstools/dosfstools/issues

If Andreas does not have time, can somebody else at least look at pull
requests and do some code review?

I have some other unpublished/unfinished changes for dosfstools, but I
do not know now if it make sense to invest more time in this project
when maintainer does not respond... if this project is active or going
to be dead...

If dosfstools is going to be inactive/dead, there is still mtools
project with provides FAT tools too and maintainer of it is now
preparing new bugfix version. So at least some alternative exists.

--
Pali Rohár
[email protected]


Attachments:
(No filename) (1.71 kB)
signature.asc (201.00 B)
Download all attachments

2018-10-01 20:02:27

by Andreas Dilger

[permalink] [raw]
Subject: Re: Future of dosfstools project (FAT)

On Sep 29, 2018, at 2:40 AM, Pali Rohár <[email protected]> wrote:
>
> Hi!
>
> Last year I did some research how Windows and Linux tools handle FAT
> labels (boot sector vs root directory) and proposed some unification.
> More in thread: https://www.spinics.net/lists/kernel/msg2640891.html
>
> My proposed change for manipulating with FAT labels is now implemented
> in util-linux v2.33, prepared new mtools version, and also in dosfstools
> git (unreleased) https://www.spinics.net/lists/kernel/msg2645732.html
>
> Project dosfstools contains de-facto standard Linux userspace tools for
> FAT filesystems (mkfs.fat, fsck.fat, fatlabel) and so it is quite
> important because of high usage of FAT.
>
> But there was no new release of dosfstools since Jan 2017 and for more
> then month I'm unsuccessfully try to contact maintainer of dosfstools
> project (Andreas) about future of project itself.
>
> I do not know what happened, if either Andreas do not have time or
> something else...
>
> So does somebody know what is state of dosfstools project?
>
> Also there are lot of proposed changes (with patches) for this project
> https://github.com/dosfstools/dosfstools/pulls and also more reported
> bugs https://github.com/dosfstools/dosfstools/issues
>
> If Andreas does not have time, can somebody else at least look at pull
> requests and do some code review?
>
> I have some other unpublished/unfinished changes for dosfstools, but I
> do not know now if it make sense to invest more time in this project
> when maintainer does not respond... if this project is active or going
> to be dead...
>
> If dosfstools is going to be inactive/dead, there is still mtools
> project with provides FAT tools too and maintainer of it is now
> preparing new bugfix version. So at least some alternative exists.

If the current dosfstools maintainer is non-responsive, you could always
fork the project in GitHub, land the critical patches into your branch,
and make a release on your own. If the maintainer surfaces again, then
they can pull in your patches. If not, then you are the new maintainer.

Cheers, Andreas






Attachments:
signature.asc (890.00 B)
Message signed with OpenPGP

2018-10-01 20:15:08

by Pali Rohár

[permalink] [raw]
Subject: Re: Future of dosfstools project (FAT)

On Monday 01 October 2018 14:00:28 Andreas Dilger wrote:
> If not, then you are the new maintainer.

Hi! I really do not want to have another project.

--
Pali Rohár
[email protected]


Attachments:
(No filename) (197.00 B)
signature.asc (201.00 B)
Download all attachments

2018-10-01 20:15:53

by Richard Weinberger

[permalink] [raw]
Subject: Re: Future of dosfstools project (FAT)

On Mon, Oct 1, 2018 at 10:01 PM Andreas Dilger <[email protected]> wrote:
> If the current dosfstools maintainer is non-responsive, you could always
> fork the project in GitHub, land the critical patches into your branch,
> and make a release on your own. If the maintainer surfaces again, then
> they can pull in your patches. If not, then you are the new maintainer.

I also recommend talking to package maintainers of major distros.
Maybe one of them forked the project already and did what you plan to do.

In any case, let's try to avoid a drama like util-linux-ng was.

--
Thanks,
//richard

2018-10-02 08:17:29

by Pali Rohár

[permalink] [raw]
Subject: Re: Future of dosfstools project (FAT)

On Monday 01 October 2018 22:13:41 Richard Weinberger wrote:
> On Mon, Oct 1, 2018 at 10:01 PM Andreas Dilger <[email protected]> wrote:
> > If the current dosfstools maintainer is non-responsive, you could always
> > fork the project in GitHub, land the critical patches into your branch,
> > and make a release on your own. If the maintainer surfaces again, then
> > they can pull in your patches. If not, then you are the new maintainer.
>-
> I also recommend talking to package maintainers of major distros.
> Maybe one of them forked the project already and did what you plan to do.
>-
> In any case, let's try to avoid a drama like util-linux-ng was.

Based on Richard's comment, I'm forwarding my original email (below) to
the Fedora, Suse and Gentoo maintainers.

On Saturday 29 September 2018 10:40:38 Pali Rohár wrote:
> Hi!
>
> Last year I did some research how Windows and Linux tools handle FAT
> labels (boot sector vs root directory) and proposed some unification.
> More in thread: https://www.spinics.net/lists/kernel/msg2640891.html
>
> My proposed change for manipulating with FAT labels is now implemented
> in util-linux v2.33, prepared new mtools version, and also in dosfstools
> git (unreleased) https://www.spinics.net/lists/kernel/msg2645732.html
>
> Project dosfstools contains de-facto standard Linux userspace tools for
> FAT filesystems (mkfs.fat, fsck.fat, fatlabel) and so it is quite
> important because of high usage of FAT.
>
> But there was no new release of dosfstools since Jan 2017 and for more
> then month I'm unsuccessfully try to contact maintainer of dosfstools
> project (Andreas) about future of project itself.
>
> I do not know what happened, if either Andreas do not have time or
> something else...
>
> So does somebody know what is state of dosfstools project?
>
> Also there are lot of proposed changes (with patches) for this project
> https://github.com/dosfstools/dosfstools/pulls and also more reported
> bugs https://github.com/dosfstools/dosfstools/issues
>
> If Andreas does not have time, can somebody else at least look at pull
> requests and do some code review?
>
> I have some other unpublished/unfinished changes for dosfstools, but I
> do not know now if it make sense to invest more time in this project
> when maintainer does not respond... if this project is active or going
> to be dead...
>
> If dosfstools is going to be inactive/dead, there is still mtools
> project with provides FAT tools too and maintainer of it is now
> preparing new bugfix version. So at least some alternative exists.

--
Pali Rohár
[email protected]

2018-10-02 08:46:46

by Jaroslav Skarvada

[permalink] [raw]
Subject: Re: Future of dosfstools project (FAT)

----- Original Message -----
> On Monday 01 October 2018 22:13:41 Richard Weinberger wrote:
> > On Mon, Oct 1, 2018 at 10:01 PM Andreas Dilger <[email protected]> wrote:
> > > If the current dosfstools maintainer is non-responsive, you could always
> > > fork the project in GitHub, land the critical patches into your branch,
> > > and make a release on your own. If the maintainer surfaces again, then
> > > they can pull in your patches. If not, then you are the new maintainer.
> >-
> > I also recommend talking to package maintainers of major distros.
> > Maybe one of them forked the project already and did what you plan to do.
> >-
> > In any case, let's try to avoid a drama like util-linux-ng was.
>
> Based on Richard's comment, I'm forwarding my original email (below) to
> the Fedora, Suse and Gentoo maintainers.
>
> On Saturday 29 September 2018 10:40:38 Pali Rohár wrote:
> > Hi!
> >
> > Last year I did some research how Windows and Linux tools handle FAT
> > labels (boot sector vs root directory) and proposed some unification.
> > More in thread: https://www.spinics.net/lists/kernel/msg2640891.html
> >
> > My proposed change for manipulating with FAT labels is now implemented
> > in util-linux v2.33, prepared new mtools version, and also in dosfstools
> > git (unreleased) https://www.spinics.net/lists/kernel/msg2645732.html
> >
> > Project dosfstools contains de-facto standard Linux userspace tools for
> > FAT filesystems (mkfs.fat, fsck.fat, fatlabel) and so it is quite
> > important because of high usage of FAT.
> >
> > But there was no new release of dosfstools since Jan 2017 and for more
> > then month I'm unsuccessfully try to contact maintainer of dosfstools
> > project (Andreas) about future of project itself.
> >
> > I do not know what happened, if either Andreas do not have time or
> > something else...
> >
> > So does somebody know what is state of dosfstools project?
> >
> > Also there are lot of proposed changes (with patches) for this project
> > https://github.com/dosfstools/dosfstools/pulls and also more reported
> > bugs https://github.com/dosfstools/dosfstools/issues
> >
> > If Andreas does not have time, can somebody else at least look at pull
> > requests and do some code review?
> >
> > I have some other unpublished/unfinished changes for dosfstools, but I
> > do not know now if it make sense to invest more time in this project
> > when maintainer does not respond... if this project is active or going
> > to be dead...
> >
> > If dosfstools is going to be inactive/dead, there is still mtools
> > project with provides FAT tools too and maintainer of it is now
> > preparing new bugfix version. So at least some alternative exists.
>
> --
> Pali Rohár
> [email protected]
>

Hi,

I am downstream maintainer of dosfstools in Fedora/RHEL. My personal opinion
with such kind of projects is that one or two years without activity doesn't
mean the project is dead. I don't know what happened with Andreas, but
in case of no response my +1 for the GitHub fork. I think it's non offensive
solution which can be easily reverted if needed. Please let me know if you do it

thanks & regards

Jaroslav

2018-10-02 09:36:47

by Karel Zak

[permalink] [raw]
Subject: Re: Future of dosfstools project (FAT)

On Mon, Oct 01, 2018 at 10:13:41PM +0200, Richard Weinberger wrote:
> On Mon, Oct 1, 2018 at 10:01 PM Andreas Dilger <[email protected]> wrote:
> > If the current dosfstools maintainer is non-responsive, you could always
> > fork the project in GitHub, land the critical patches into your branch,
> > and make a release on your own. If the maintainer surfaces again, then
> > they can pull in your patches. If not, then you are the new maintainer.
>
> I also recommend talking to package maintainers of major distros.
> Maybe one of them forked the project already and did what you plan to do.
>
> In any case, let's try to avoid a drama like util-linux-ng was.

Drama? :-) We had confirmed support from all mainstream distros before
the fork and rename. It was really not ad hoc solution. The project
has been renamed back to util-linux after confirmation from the
original maintainer.

Sometimes fork open source project is a good thing. The another
example is mutt -> mutt-kz -> neomutt ;-)

Karel


--
Karel Zak <[email protected]>
http://karelzak.blogspot.com

2018-10-12 09:29:55

by Andreas Henriksson

[permalink] [raw]
Subject: Re: Future of dosfstools project (FAT)

Hello everyone,

On Tue, Oct 02, 2018 at 04:44:10AM -0400, Jaroslav Skarvada wrote:
> I am downstream maintainer of dosfstools in Fedora/RHEL. My personal opinion
> with such kind of projects is that one or two years without activity doesn't
> mean the project is dead. I don't know what happened with Andreas, but
> in case of no response my +1 for the GitHub fork. I think it's non offensive
> solution which can be easily reverted if needed. Please let me know if you do it

It seems Andreas is a Debian Developer (like myself), so I used the
debian tooling for 'missing in action' (mia-query) and it seems
he is occationally active (but showing obvious signs of busyness).

I even found his irc nick and found him online. I told him about this
mailing list thread and he replied that he has been extremely busy
with things in his personal life lately and said he should really
try to find some time to catch up with things, but since he hasn't
replied here I thought I'd just let you know about the situation.
Hopefully things calms down for him soon to allow him to catch up.

I hope you find a good way to handle things in the mean time. More
people probably need to help out reviewing incoming issues/PRs and other
things that can help Andreas out with the maintenance burden, but with
his current lack of time it might be better if someone motivated and
capable just forks the project on github and starts doing the
maintenance work in the fork. If things works out well, maybe this gives
Andreas confidence he can safely hand over the official maintainer role
to someone with more time for it (and you can 'unfork' again).

Regards,
Andreas Henriksson

2018-10-12 12:42:21

by Pali Rohár

[permalink] [raw]
Subject: Re: Future of dosfstools project (FAT)

On Friday 12 October 2018 11:19:41 Andreas Henriksson wrote:
> Hello everyone,
>
> On Tue, Oct 02, 2018 at 04:44:10AM -0400, Jaroslav Skarvada wrote:
> > I am downstream maintainer of dosfstools in Fedora/RHEL. My personal opinion
> > with such kind of projects is that one or two years without activity doesn't
> > mean the project is dead. I don't know what happened with Andreas, but
> > in case of no response my +1 for the GitHub fork. I think it's non offensive
> > solution which can be easily reverted if needed. Please let me know if you do it
>
> It seems Andreas is a Debian Developer (like myself), so I used the
> debian tooling for 'missing in action' (mia-query) and it seems
> he is occationally active (but showing obvious signs of busyness).
>
> I even found his irc nick and found him online. I told him about this
> mailing list thread and he replied that he has been extremely busy
> with things in his personal life lately and said he should really
> try to find some time to catch up with things, but since he hasn't
> replied here I thought I'd just let you know about the situation.
> Hopefully things calms down for him soon to allow him to catch up.
>
> I hope you find a good way to handle things in the mean time. More
> people probably need to help out reviewing incoming issues/PRs and other
> things that can help Andreas out with the maintenance burden, but with
> his current lack of time it might be better if someone motivated and
> capable just forks the project on github and starts doing the
> maintenance work in the fork. If things works out well, maybe this gives
> Andreas confidence he can safely hand over the official maintainer role
> to someone with more time for it (and you can 'unfork' again).
>
> Regards,
> Andreas Henriksson

Ok, so it would be great if somebody can help Andreas with reviewing
opened dosfstools pull requests on github...

https://github.com/dosfstools/dosfstools/pulls

--
Pali Rohár
[email protected]

2018-10-12 14:36:37

by Doug Goldstein

[permalink] [raw]
Subject: Re: Future of dosfstools project (FAT)


> On Oct 12, 2018, at 7:40 AM, Pali Rohár <[email protected]> wrote:
>
>> On Friday 12 October 2018 11:19:41 Andreas Henriksson wrote:
>> Hello everyone,
>>
>>> On Tue, Oct 02, 2018 at 04:44:10AM -0400, Jaroslav Skarvada wrote:
>>> I am downstream maintainer of dosfstools in Fedora/RHEL. My personal opinion
>>> with such kind of projects is that one or two years without activity doesn't
>>> mean the project is dead. I don't know what happened with Andreas, but
>>> in case of no response my +1 for the GitHub fork. I think it's non offensive
>>> solution which can be easily reverted if needed. Please let me know if you do it
>>
>> It seems Andreas is a Debian Developer (like myself), so I used the
>> debian tooling for 'missing in action' (mia-query) and it seems
>> he is occationally active (but showing obvious signs of busyness).
>>
>> I even found his irc nick and found him online. I told him about this
>> mailing list thread and he replied that he has been extremely busy
>> with things in his personal life lately and said he should really
>> try to find some time to catch up with things, but since he hasn't
>> replied here I thought I'd just let you know about the situation.
>> Hopefully things calms down for him soon to allow him to catch up.
>>
>> I hope you find a good way to handle things in the mean time. More
>> people probably need to help out reviewing incoming issues/PRs and other
>> things that can help Andreas out with the maintenance burden, but with
>> his current lack of time it might be better if someone motivated and
>> capable just forks the project on github and starts doing the
>> maintenance work in the fork. If things works out well, maybe this gives
>> Andreas confidence he can safely hand over the official maintainer role
>> to someone with more time for it (and you can 'unfork' again).
>>
>> Regards,
>> Andreas Henriksson
>
> Ok, so it would be great if somebody can help Andreas with reviewing
> opened dosfstools pull requests on github...
>
> https://github.com/dosfstools/dosfstools/pulls
>
> --
> Pali Rohár
> [email protected]

Rather than fork it could he give someone access as a maintainer to the existing project?

2018-11-14 11:34:33

by Pali Rohár

[permalink] [raw]
Subject: Re: Future of dosfstools project (FAT)

On Friday 12 October 2018 11:19:41 Andreas Henriksson wrote:
> Hello everyone,
>
> On Tue, Oct 02, 2018 at 04:44:10AM -0400, Jaroslav Skarvada wrote:
> > I am downstream maintainer of dosfstools in Fedora/RHEL. My personal opinion
> > with such kind of projects is that one or two years without activity doesn't
> > mean the project is dead. I don't know what happened with Andreas, but
> > in case of no response my +1 for the GitHub fork. I think it's non offensive
> > solution which can be easily reverted if needed. Please let me know if you do it
>
> It seems Andreas is a Debian Developer (like myself), so I used the
> debian tooling for 'missing in action' (mia-query) and it seems
> he is occationally active (but showing obvious signs of busyness).
>
> I even found his irc nick and found him online. I told him about this
> mailing list thread and he replied that he has been extremely busy
> with things in his personal life lately and said he should really
> try to find some time to catch up with things, but since he hasn't
> replied here I thought I'd just let you know about the situation.
> Hopefully things calms down for him soon to allow him to catch up.

Hi! One more month passed. Do you have some news? Probably when Andreas
can look at pending patches?

And... has somebody else time to look at those pending patches and do
some initial review? I would really appreciate if somebody look and
comment them.

There are 14 open pull requests:
https://github.com/dosfstools/dosfstools/pulls

> I hope you find a good way to handle things in the mean time. More
> people probably need to help out reviewing incoming issues/PRs and other
> things that can help Andreas out with the maintenance burden, but with
> his current lack of time it might be better if someone motivated and
> capable just forks the project on github and starts doing the
> maintenance work in the fork. If things works out well, maybe this gives
> Andreas confidence he can safely hand over the official maintainer role
> to someone with more time for it (and you can 'unfork' again).
>
> Regards,
> Andreas Henriksson

--
Pali Rohár
[email protected]

2018-12-06 08:39:28

by Pali Rohár

[permalink] [raw]
Subject: Re: Future of dosfstools project (FAT)

On Thursday 06 December 2018 01:53:02 Andreas Bombe wrote:
> Pali Rohár <[email protected]> schrieb am Mi., 14. Nov. 2018 um
> 12:33 Uhr:
>
> > And... has somebody else time to look at those pending patches and do
> > some initial review? I would really appreciate if somebody look and
> > comment them.
> >
> > There are 14 open pull requests:
> > https://github.com/dosfstools/dosfstools/pulls
>
>
> I'll spend time on this again. It would help if you could make a list of
> higher priority PRs you would like see being looked at first.

So.. here is some list:

https://github.com/dosfstools/dosfstools/pull/92
https://github.com/dosfstools/dosfstools/pull/93
https://github.com/dosfstools/dosfstools/pull/94
https://github.com/dosfstools/dosfstools/pull/101
https://github.com/dosfstools/dosfstools/pull/104
https://github.com/dosfstools/dosfstools/pull/84

--
Pali Rohár
[email protected]

2018-12-12 13:59:02

by Pali Rohár

[permalink] [raw]
Subject: Re: Future of dosfstools project (FAT)

On Thursday 06 December 2018 09:38:28 Pali Rohár wrote:
> On Thursday 06 December 2018 01:53:02 Andreas Bombe wrote:
> > Pali Rohár <[email protected]> schrieb am Mi., 14. Nov. 2018 um
> > 12:33 Uhr:
> >
> > > And... has somebody else time to look at those pending patches and do
> > > some initial review? I would really appreciate if somebody look and
> > > comment them.
> > >
> > > There are 14 open pull requests:
> > > https://github.com/dosfstools/dosfstools/pulls
> >
> >
> > I'll spend time on this again. It would help if you could make a list of
> > higher priority PRs you would like see being looked at first.
>
> So.. here is some list:
>
> https://github.com/dosfstools/dosfstools/pull/92
> https://github.com/dosfstools/dosfstools/pull/93
> https://github.com/dosfstools/dosfstools/pull/94
> https://github.com/dosfstools/dosfstools/pull/101
> https://github.com/dosfstools/dosfstools/pull/104
> https://github.com/dosfstools/dosfstools/pull/84

Maybe you can start with Year 2038 problem in PR 94:
https://github.com/dosfstools/dosfstools/pull/94

--
Pali Rohár
[email protected]


Attachments:
(No filename) (1.12 kB)
signature.asc (201.00 B)
Download all attachments

2018-12-17 09:52:19

by Pali Rohár

[permalink] [raw]
Subject: Re: Future of dosfstools project (FAT)

On Wednesday 12 December 2018 14:57:36 Pali Rohár wrote:
> On Thursday 06 December 2018 09:38:28 Pali Rohár wrote:
> > On Thursday 06 December 2018 01:53:02 Andreas Bombe wrote:
> > > Pali Rohár <[email protected]> schrieb am Mi., 14. Nov. 2018 um
> > > 12:33 Uhr:
> > >
> > > > And... has somebody else time to look at those pending patches and do
> > > > some initial review? I would really appreciate if somebody look and
> > > > comment them.
> > > >
> > > > There are 14 open pull requests:
> > > > https://github.com/dosfstools/dosfstools/pulls
> > >
> > >
> > > I'll spend time on this again. It would help if you could make a list of
> > > higher priority PRs you would like see being looked at first.
> >
> > So.. here is some list:
> >
> > https://github.com/dosfstools/dosfstools/pull/92
> > https://github.com/dosfstools/dosfstools/pull/93
> > https://github.com/dosfstools/dosfstools/pull/94
> > https://github.com/dosfstools/dosfstools/pull/101
> > https://github.com/dosfstools/dosfstools/pull/104
> > https://github.com/dosfstools/dosfstools/pull/84
>
> Maybe you can start with Year 2038 problem in PR 94:
> https://github.com/dosfstools/dosfstools/pull/94

Thanks for review of #94! As next you can take #92 from list.

--
Pali Rohár
[email protected]


Attachments:
(No filename) (1.29 kB)
signature.asc (201.00 B)
Download all attachments

2018-12-28 08:24:54

by Pali Rohár

[permalink] [raw]
Subject: Re: Future of dosfstools project (FAT)

On Monday 17 December 2018 10:50:04 Pali Rohár wrote:
> On Wednesday 12 December 2018 14:57:36 Pali Rohár wrote:
> > On Thursday 06 December 2018 09:38:28 Pali Rohár wrote:
> > > On Thursday 06 December 2018 01:53:02 Andreas Bombe wrote:
> > > > Pali Rohár <[email protected]> schrieb am Mi., 14. Nov. 2018 um
> > > > 12:33 Uhr:
> > > >
> > > > > And... has somebody else time to look at those pending patches and do
> > > > > some initial review? I would really appreciate if somebody look and
> > > > > comment them.
> > > > >
> > > > > There are 14 open pull requests:
> > > > > https://github.com/dosfstools/dosfstools/pulls
> > > >
> > > >
> > > > I'll spend time on this again. It would help if you could make a list of
> > > > higher priority PRs you would like see being looked at first.
> > >
> > > So.. here is some list:
> > >
> > > https://github.com/dosfstools/dosfstools/pull/92
> > > https://github.com/dosfstools/dosfstools/pull/93
> > > https://github.com/dosfstools/dosfstools/pull/94
> > > https://github.com/dosfstools/dosfstools/pull/101
> > > https://github.com/dosfstools/dosfstools/pull/104
> > > https://github.com/dosfstools/dosfstools/pull/84
> >
> > Maybe you can start with Year 2038 problem in PR 94:
> > https://github.com/dosfstools/dosfstools/pull/94
>
> Thanks for review of #94! As next you can take #92 from list.

Andreas, can you look at next pull requests?

--
Pali Rohár
[email protected]

2019-01-08 15:34:35

by Andy Shevchenko

[permalink] [raw]
Subject: Re: Future of dosfstools project (FAT)

On Fri, Dec 28, 2018 at 12:18 AM Pali Rohár <[email protected]> wrote:
> On Monday 17 December 2018 10:50:04 Pali Rohár wrote:
> > On Wednesday 12 December 2018 14:57:36 Pali Rohár wrote:

> > Thanks for review of #94! As next you can take #92 from list.
>
> Andreas, can you look at next pull requests?

Looking from a side how slow this is being processed I think the best
option to fork and abandon the old project if author / maintainer by
some reason wouldn't like to give a push rights.

--
With Best Regards,
Andy Shevchenko

2019-01-08 15:42:55

by Richard Weinberger

[permalink] [raw]
Subject: Re: Future of dosfstools project (FAT)

Am Dienstag, 8. Januar 2019, 16:32:55 CET schrieb Andy Shevchenko:
> On Fri, Dec 28, 2018 at 12:18 AM Pali Roh?r <[email protected]> wrote:
> > On Monday 17 December 2018 10:50:04 Pali Roh?r wrote:
> > > On Wednesday 12 December 2018 14:57:36 Pali Roh?r wrote:
>
> > > Thanks for review of #94! As next you can take #92 from list.
> >
> > Andreas, can you look at next pull requests?
>
> Looking from a side how slow this is being processed I think the best
> option to fork and abandon the old project if author / maintainer by
> some reason wouldn't like to give a push rights.

+1

Thanks,
//richard



2019-01-14 15:20:11

by Pali Rohár

[permalink] [raw]
Subject: Re: Future of dosfstools project (FAT)

On Tuesday 08 January 2019 16:39:04 Richard Weinberger wrote:
> Am Dienstag, 8. Januar 2019, 16:32:55 CET schrieb Andy Shevchenko:
> > On Fri, Dec 28, 2018 at 12:18 AM Pali Rohár <[email protected]> wrote:
> > > On Monday 17 December 2018 10:50:04 Pali Rohár wrote:
> > > > On Wednesday 12 December 2018 14:57:36 Pali Rohár wrote:
> >
> > > > Thanks for review of #94! As next you can take #92 from list.
> > >
> > > Andreas, can you look at next pull requests?
> >
> > Looking from a side how slow this is being processed I think the best
> > option to fork and abandon the old project if author / maintainer by
> > some reason wouldn't like to give a push rights.
>
> +1

I really do not want to create fork or become new "maintainer" of this
project.

If somebody else want to take project or create fork, I can prepare
patches and send them to new place. But still I would like to see code
review of patches from other people. dosfstools is a project which is
used by lot of people and is de-facto standard for FAT32 Linux support.
So breaking something should be prevented as much as possible.

Richard or Andy, if Andreas really do not have time for dosfstools, what
about you to take maintenance of dosfstools?

--
Pali Rohár
[email protected]

2019-01-14 15:21:13

by Richard Weinberger

[permalink] [raw]
Subject: Re: Future of dosfstools project (FAT)

Am Montag, 14. Januar 2019, 16:17:09 CET schrieb Pali Roh?r:
> On Tuesday 08 January 2019 16:39:04 Richard Weinberger wrote:
> > Am Dienstag, 8. Januar 2019, 16:32:55 CET schrieb Andy Shevchenko:
> > > On Fri, Dec 28, 2018 at 12:18 AM Pali Roh?r <[email protected]> wrote:
> > > > On Monday 17 December 2018 10:50:04 Pali Roh?r wrote:
> > > > > On Wednesday 12 December 2018 14:57:36 Pali Roh?r wrote:
> > >
> > > > > Thanks for review of #94! As next you can take #92 from list.
> > > >
> > > > Andreas, can you look at next pull requests?
> > >
> > > Looking from a side how slow this is being processed I think the best
> > > option to fork and abandon the old project if author / maintainer by
> > > some reason wouldn't like to give a push rights.
> >
> > +1
>
> I really do not want to create fork or become new "maintainer" of this
> project.
>
> If somebody else want to take project or create fork, I can prepare
> patches and send them to new place. But still I would like to see code
> review of patches from other people. dosfstools is a project which is
> used by lot of people and is de-facto standard for FAT32 Linux support.
> So breaking something should be prevented as much as possible.
>
> Richard or Andy, if Andreas really do not have time for dosfstools, what
> about you to take maintenance of dosfstools?

The golden rule is: touch it, own it.
You touched it, sorry. ;-)

Thanks,
//richard




2019-02-09 15:41:23

by Pali Rohár

[permalink] [raw]
Subject: Re: Future of dosfstools project (FAT)

On Tuesday 08 January 2019 17:32:55 Andy Shevchenko wrote:
> On Fri, Dec 28, 2018 at 12:18 AM Pali Rohár <[email protected]> wrote:
> > On Monday 17 December 2018 10:50:04 Pali Rohár wrote:
> > > On Wednesday 12 December 2018 14:57:36 Pali Rohár wrote:
>
> > > Thanks for review of #94! As next you can take #92 from list.
> >
> > Andreas, can you look at next pull requests?
>
> Looking from a side how slow this is being processed I think the best
> option to fork and abandon the old project if author / maintainer by
> some reason wouldn't like to give a push rights.

Just quick update: I got github permission for merging pull requests.
I already merge some small changes. Others needs and waiting for review.

--
Pali Rohár
[email protected]


Attachments:
(No filename) (781.00 B)
signature.asc (201.00 B)
Download all attachments

2019-02-16 07:11:48

by Andy Shevchenko

[permalink] [raw]
Subject: Re: Future of dosfstools project (FAT)

On Sat, Feb 9, 2019 at 5:40 PM Pali Rohár <[email protected]> wrote:
>
> On Tuesday 08 January 2019 17:32:55 Andy Shevchenko wrote:
> > On Fri, Dec 28, 2018 at 12:18 AM Pali Rohár <[email protected]> wrote:
> > > On Monday 17 December 2018 10:50:04 Pali Rohár wrote:
> > > > On Wednesday 12 December 2018 14:57:36 Pali Rohár wrote:
> >
> > > > Thanks for review of #94! As next you can take #92 from list.
> > >
> > > Andreas, can you look at next pull requests?
> >
> > Looking from a side how slow this is being processed I think the best
> > option to fork and abandon the old project if author / maintainer by
> > some reason wouldn't like to give a push rights.
>
> Just quick update: I got github permission for merging pull requests.
> I already merge some small changes. Others needs and waiting for review.

Good news for the project, thanks, Pali!

--
With Best Regards,
Andy Shevchenko