Hi all,
I am new to Alpine Linux and was checking out the Patch Workflow Documentation in the Wiki. However I am
struggling to follow through on my local machine. Currently I am trying to apply the patches after installing
the pwclient. Therefore I followed the instructions on https://patchwork.alpinelinux.org/.
I tried to setup the pwclient. According to the instructions given and the info in the pwclient doc
(https://patchwork.readthedocs.io/projects/pwclient/en/latest/configuration/), I attempted to
use https://patchwork.alpinelinux.org/ as url in the .pwclientrc.
```~/.pwclientrc
[options]
default=patchwork
[patchwork]
url = https://patchwork.alpinelinux.org
```
Also tried to use https://patchwork.alpinelinux.org/xmlrc , without success. Is there any more
documentation that I have overseen? Could someone please share an example configuration
of .pwclientrc?
Or are there any other ways of applying the patches?
Any links, examples or clues are much appreciated. And thanks a lot, in advance for your time.
Best regards
Max
On Mon, 2022-09-12 at 14:09 +0000, Ruck, Maximilian wrote:
> Hi all,> > I am new to Alpine Linux and was checking out the Patch Workflow> Documentation in the Wiki. However I am> struggling to follow through on my local machine. Currently I am> trying to apply the patches after installing > the pwclient. Therefore I followed the instructions on> https://patchwork.alpinelinux.org/.> > I tried to setup the pwclient. According to the instructions given> and the info in the pwclient doc > (> https://patchwork.readthedocs.io/projects/pwclient/en/latest/configura> tion/), I attempted to> use https://patchwork.alpinelinux.org/ as url in the .pwclientrc.> > ```~/.pwclientrc> [options]> default=patchwork> > [patchwork]> url = https://patchwork.alpinelinux.org> ```> Also tried to use https://patchwork.alpinelinux.org/xmlrc , without> success. Is there any more > documentation that I have overseen? Could someone please share an> example configuration> of .pwclientrc? > > Or are there any other ways of applying the patches? > > Any links, examples or clues are much appreciated. And thanks a lot,> in advance for your time.> > Best regards> Max>
Hi,
The patchwork isn't available anymore. The recommended way to
contribute is through our GitLab instance [0]
Where did you find information about our patchwork instance? I don't
even remember we had one (but maybe I came too late). In any case, we
can remove subsequent information.
[0]: https://gitlab.alpinelinux.org/
--
David
Hi David,
thanks a lot for your instant reply. I will check it out directly.
> Where did you find information about our patchwork instance?
I found the instruction in the alpinelinux wiki. Patch Workflow, section 4 "I'm an alpine developer. How can I start to use patchwork ?"
https://wiki.alpinelinux.org/wiki/Patch_Workflow
Cheers
Max
PS. And sorry for messing up the thread.