* v2 version of borgbackup fuse patch set to fix bug#12611
@ 2022-08-02 9:34 Adolf Belka
2022-08-06 14:43 ` Peter Müller
0 siblings, 1 reply; 5+ messages in thread
From: Adolf Belka @ 2022-08-02 9:34 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 287 bytes --]
Hi Peter,
The v2 version of the borgbackup fuse patch set to fix bug#12611 has been built and tested and worked as expected. Have marked the old version in patchwork as superseded.
This v2 patch set is good to be merged in once it has been reviewed.
Best regards,
Adolf
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: v2 version of borgbackup fuse patch set to fix bug#12611
2022-08-02 9:34 v2 version of borgbackup fuse patch set to fix bug#12611 Adolf Belka
@ 2022-08-06 14:43 ` Peter Müller
2022-08-06 15:54 ` Michael Tremer
2022-08-06 21:42 ` Adolf Belka
0 siblings, 2 replies; 5+ messages in thread
From: Peter Müller @ 2022-08-06 14:43 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 869 bytes --]
Hello Adolf,
better late than never: Thank you for your mail and the second version of
the patchset. As you already noticed, I merged it a while ago. :-)
On that occasion, apologies for not coordinating all the package updates
with you. I kind of went down the rabbit hole when I started with one thing
that I stumbled across, but did not mean to short-circuit you intentionally.
So, thanks in advance for having volounteered to update Perl and Python
last week, and looking forward to your patches, as usual.
All the best,
Peter Müller
> Hi Peter,
>
> The v2 version of the borgbackup fuse patch set to fix bug#12611 has been built and tested and worked as expected. Have marked the old version in patchwork as superseded.
>
> This v2 patch set is good to be merged in once it has been reviewed.
>
>
> Best regards,
>
> Adolf
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: v2 version of borgbackup fuse patch set to fix bug#12611
2022-08-06 14:43 ` Peter Müller
@ 2022-08-06 15:54 ` Michael Tremer
2022-08-06 21:42 ` Adolf Belka
1 sibling, 0 replies; 5+ messages in thread
From: Michael Tremer @ 2022-08-06 15:54 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1081 bytes --]
Hello,
> On 6 Aug 2022, at 15:43, Peter Müller <peter.mueller(a)ipfire.org> wrote:
>
> Hello Adolf,
>
> better late than never: Thank you for your mail and the second version of
> the patchset. As you already noticed, I merged it a while ago. :-)
>
> On that occasion, apologies for not coordinating all the package updates
> with you. I kind of went down the rabbit hole when I started with one thing
> that I stumbled across, but did not mean to short-circuit you intentionally.
Peter, if you are bored, I have a very loooong backlog of things to do :)
> So, thanks in advance for having volounteered to update Perl and Python
> last week, and looking forward to your patches, as usual.
>
> All the best,
> Peter Müller
>
>
>> Hi Peter,
>>
>> The v2 version of the borgbackup fuse patch set to fix bug#12611 has been built and tested and worked as expected. Have marked the old version in patchwork as superseded.
>>
>> This v2 patch set is good to be merged in once it has been reviewed.
>>
>>
>> Best regards,
>>
>> Adolf
>>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: v2 version of borgbackup fuse patch set to fix bug#12611
2022-08-06 14:43 ` Peter Müller
2022-08-06 15:54 ` Michael Tremer
@ 2022-08-06 21:42 ` Adolf Belka
2022-08-07 9:36 ` Peter Müller
1 sibling, 1 reply; 5+ messages in thread
From: Adolf Belka @ 2022-08-06 21:42 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1211 bytes --]
Hi Peter,
I have submitted a v3 version of the patchset with a modified python3-pyfuse3 rootfile specific for the armv6l architecture. That should stop the failures that are occurring with the nightly builds for the armv6l version.
Regards,
Adolf.
On 06/08/2022 16:43, Peter Müller wrote:
> Hello Adolf,
>
> better late than never: Thank you for your mail and the second version of
> the patchset. As you already noticed, I merged it a while ago. :-)
>
> On that occasion, apologies for not coordinating all the package updates
> with you. I kind of went down the rabbit hole when I started with one thing
> that I stumbled across, but did not mean to short-circuit you intentionally.
>
> So, thanks in advance for having volounteered to update Perl and Python
> last week, and looking forward to your patches, as usual.
>
> All the best,
> Peter Müller
>
>
>> Hi Peter,
>>
>> The v2 version of the borgbackup fuse patch set to fix bug#12611 has been built and tested and worked as expected. Have marked the old version in patchwork as superseded.
>>
>> This v2 patch set is good to be merged in once it has been reviewed.
>>
>>
>> Best regards,
>>
>> Adolf
>>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: v2 version of borgbackup fuse patch set to fix bug#12611
2022-08-06 21:42 ` Adolf Belka
@ 2022-08-07 9:36 ` Peter Müller
0 siblings, 0 replies; 5+ messages in thread
From: Peter Müller @ 2022-08-07 9:36 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 1824 bytes --]
Hello Adolf,
thanks for your reply.
I just merged the third patch of version 3 of your patch series (this one:
https://patchwork.ipfire.org/project/ipfire/patch/20220806213556.66027-3-adolf.belka(a)ipfire.org/),
which resulted in the armv6l rootfile being added, as you can see here:
https://git.ipfire.org/?p=ipfire-2.x.git;a=commit;h=30ea66cf4b1161d682b489e29096111ddc120c4f
Unless something else has changed from version 2 to 3 in your patch series,
then that should be everything required from my end. :-)
Thanks, and best regards,
Peter Müller
> Hi Peter,
>
> I have submitted a v3 version of the patchset with a modified python3-pyfuse3 rootfile specific for the armv6l architecture. That should stop the failures that are occurring with the nightly builds for the armv6l version.
>
> Regards,
>
> Adolf.
>
>
> On 06/08/2022 16:43, Peter Müller wrote:
>> Hello Adolf,
>>
>> better late than never: Thank you for your mail and the second version of
>> the patchset. As you already noticed, I merged it a while ago. :-)
>>
>> On that occasion, apologies for not coordinating all the package updates
>> with you. I kind of went down the rabbit hole when I started with one thing
>> that I stumbled across, but did not mean to short-circuit you intentionally.
>>
>> So, thanks in advance for having volounteered to update Perl and Python
>> last week, and looking forward to your patches, as usual.
>>
>> All the best,
>> Peter Müller
>>
>>
>>> Hi Peter,
>>>
>>> The v2 version of the borgbackup fuse patch set to fix bug#12611 has been built and tested and worked as expected. Have marked the old version in patchwork as superseded.
>>>
>>> This v2 patch set is good to be merged in once it has been reviewed.
>>>
>>>
>>> Best regards,
>>>
>>> Adolf
>>>
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-08-07 9:36 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-02 9:34 v2 version of borgbackup fuse patch set to fix bug#12611 Adolf Belka
2022-08-06 14:43 ` Peter Müller
2022-08-06 15:54 ` Michael Tremer
2022-08-06 21:42 ` Adolf Belka
2022-08-07 9:36 ` Peter Müller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox