From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from smtp4.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1F3A4C61DCB for ; Fri, 28 Aug 2026 17:20:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp4.osuosl.org (Postfix) with ESMTP id B4C4E40859; Fri, 28 Aug 2026 17:20:16 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp4.osuosl.org ([127.0.0.1]) by localhost (smtp4.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id v6VPVmgoRoGW; Fri, 28 Aug 2026 17:20:15 +0000 (UTC) X-Comment: SPF check N/A for local connections - client-ip=140.211.166.142; helo=lists1.osuosl.org; envelope-from=buildroot-bounces@buildroot.org; receiver= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=buildroot.org; s=default; t=1787937615; bh=QlFHY/Urkvarv4TW0l6WZl3GUEpSRdM0Y1um0Uqg9FU=; h=To:Cc:Date:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From:Reply-To:From; b=s2+bvVADIPdVtsx1GSeLoiJLSTqqxr8jiwLIo+nlV0Gt1y8EMLQJ5a2NtciLmdt4Q wvhGmUDt2fZOySr9MhQrlkVTGnDrJXyygWNTZZAf/TzmYz2/LPyDFMWOFNSEb2tWDL Y0xiP7+LJ9elkNxyzyWXVrmki7GfQMWVH/7fReIXKSrtCkZPv5TUcmy65a6wpo0Vnc haS6v0Ptt8PYJrGl+VzXQMSPJV1Ha+BDsCdBFzPpXQem22xxaYn2PupcBfeDHjmhDH /f6+CzS40BlRxEoiaHixOEgOr6w34Ud7yJtPg6Ao8e/Dh1yiGi+kCyiok4ZEygK0kK E+egTnngYTx7g== Received: from lists1.osuosl.org (lists1.osuosl.org [140.211.166.142]) by smtp4.osuosl.org (Postfix) with ESMTP id BEB994085C; Fri, 28 Aug 2026 17:20:15 +0000 (UTC) Received: from smtp1.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by lists1.osuosl.org (Postfix) with ESMTP id 52F6B1DE for ; Fri, 28 Aug 2026 17:20:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp1.osuosl.org (Postfix) with ESMTP id 5046280F73 for ; Fri, 28 Aug 2026 17:20:14 +0000 (UTC) X-Virus-Scanned: amavis at osuosl.org Received: from smtp1.osuosl.org ([127.0.0.1]) by localhost (smtp1.osuosl.org [127.0.0.1]) (amavis, port 10024) with ESMTP id t5BiQM0LYbLX for ; Fri, 28 Aug 2026 17:20:13 +0000 (UTC) Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=185.246.85.4; helo=smtpout-03.galae.net; envelope-from=thomas.petazzoni@bootlin.com; receiver= Received: from smtpout-03.galae.net (smtpout-03.galae.net [185.246.85.4]) by smtp1.osuosl.org (Postfix) with ESMTPS id 0838280F70 for ; Fri, 28 Aug 2026 17:20:11 +0000 (UTC) Received: from smtpout-01.galae.net (smtpout-01.galae.net [212.83.139.233]) by smtpout-03.galae.net (Postfix) with ESMTPS id 55C6C4E41407 for ; Fri, 28 Aug 2026 17:20:09 +0000 (UTC) Received: from mail.galae.net (mail.galae.net [212.83.136.155]) by smtpout-01.galae.net (Postfix) with ESMTPS id 0ECED60537 for ; Fri, 28 Aug 2026 17:20:09 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 185D511C7838E; Fri, 28 Aug 2026 19:20:03 +0200 (CEST) To: buildroot@buildroot.org Cc: Thomas Petazzoni Date: Fri, 28 Aug 2026 19:19:59 +0200 Message-ID: <20260828172002.2364384-1-thomas.petazzoni@bootlin.com> X-Mailer: git-send-email 2.55.0 MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 Subject: [Buildroot] [PATCH 1/2] docs/manual: patchwork is now at patchwork.buildroot.org X-BeenThere: buildroot@buildroot.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Thomas Petazzoni via buildroot Reply-To: Thomas Petazzoni Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: buildroot-bounces@buildroot.org Sender: "buildroot" patchwork.buildroot.org used to be a redirect to patchwork.ozlabs.org, but we are now running our own instance, so let's adjust the links in the manual accordingly. Signed-off-by: Thomas Petazzoni --- docs/manual/contribute.adoc | 10 +++++----- docs/manual/resources.adoc | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/manual/contribute.adoc b/docs/manual/contribute.adoc index a0002ce188..f82eb14303 100644 --- a/docs/manual/contribute.adoc +++ b/docs/manual/contribute.adoc @@ -460,7 +460,7 @@ editing the commit message. Below the +Signed-off-by+ section, add Although the changelog will be visible for the reviewers in the mail thread, as well as in -https://patchwork.ozlabs.org/project/buildroot/list/[patchwork], +git+ +https://patchwork.buildroot.org/project/buildroot/list/[patchwork], +git+ will automatically ignores lines below +---+ when the patch will be merged. This is the intended behavior: the changelog is not meant to be preserved forever in the +git+ history of the project. @@ -513,19 +513,19 @@ $ git format-patch -v4 -M -s -o outgoing origin/master When you provide a new version of a patch, please mark the old one as superseded in -https://patchwork.ozlabs.org/project/buildroot/list/[patchwork]. You +https://patchwork.buildroot.org/project/buildroot/list/[patchwork]. You need to create an account on -https://patchwork.ozlabs.org/project/buildroot/list/[patchwork] to be +https://patchwork.buildroot.org/project/buildroot/list/[patchwork] to be able to modify the status of your patches. Note that you can only change the status of patches you submitted yourself, which means the email address you register in -https://patchwork.ozlabs.org/project/buildroot/list/[patchwork] should +https://patchwork.buildroot.org/project/buildroot/list/[patchwork] should match the one you use for sending patches to the mailing list. You can also add the +--in-reply-to=+ option when submitting a patch to the mailing list. The id of the mail to reply to can be found under the "Message Id" tag on -https://patchwork.ozlabs.org/project/buildroot/list/[patchwork]. The +https://patchwork.buildroot.org/project/buildroot/list/[patchwork]. The advantage of *in-reply-to* is that patchwork will automatically mark the previous version of the patch as superseded. diff --git a/docs/manual/resources.adoc b/docs/manual/resources.adoc index a1b8b366e1..331929e0c6 100644 --- a/docs/manual/resources.adoc +++ b/docs/manual/resources.adoc @@ -68,4 +68,4 @@ review comments in a clean and concise web interface, it can be useful for all Buildroot developers. + The Buildroot patch management interface is available at -https://patchwork.ozlabs.org/project/buildroot/list/[]. +https://patchwork.buildroot.org/project/buildroot/list/[]. -- 2.55.0 _______________________________________________ buildroot mailing list buildroot@buildroot.org https://lists.buildroot.org/mailman/listinfo/buildroot