Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 47B39781003 for <~alpine/devel@lists.alpinelinux.org>; Mon, 12 Sep 2022 14:15:20 +0000 (UTC) Received: (Authenticated sender: contact@markand.fr) by mail.gandi.net (Postfix) with ESMTPSA id 3C2A2FF802 for <~alpine/devel@lists.alpinelinux.org>; Mon, 12 Sep 2022 14:15:18 +0000 (UTC) Received: by postfix.malikania.fr (Postfix) with ESMTPSA id EF19E1915B for <~alpine/devel@lists.alpinelinux.org>; Mon, 12 Sep 2022 16:15:17 +0200 (CEST) Message-ID: Subject: Re: Patch Workflow: Applying patches From: David Demelier To: "~alpine/devel@lists.alpinelinux.org" <~alpine/devel@lists.alpinelinux.org> Date: Mon, 12 Sep 2022 16:15:16 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.44.4 MIME-Version: 1.0 On Mon, 2022-09-12 at 14:09 +0000, Ruck, Maximilian wrote: > Hi all, >=20 > 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=20 > the pwclient. Therefore I followed the instructions on > https://patchwork.alpinelinux.org/. >=20 > I tried to setup the pwclient. According to the instructions given > and the info in the pwclient doc=20 > ( > https://patchwork.readthedocs.io/projects/pwclient/en/latest/configura > tion/), I attempted to > use https://patchwork.alpinelinux.org/=C2=A0as url in the .pwclientrc. >=20 > ```~/.pwclientrc > [options] > default=3Dpatchwork >=20 > [patchwork] > url =3D https://patchwork.alpinelinux.org > ``` > Also tried to use https://patchwork.alpinelinux.org/xmlrc=C2=A0, without > success. Is there any more=20 > documentation that I have overseen? Could someone please share an > example configuration > of .pwclientrc?=20 >=20 > Or are there any other ways of applying the patches?=20 >=20 > Any links, examples or clues are much appreciated. And thanks a lot, > in advance for your time. >=20 > Best regards > Max >=20 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/ --=20 David