From patchwork Fri Nov 17 07:47:39 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ivan Hu X-Patchwork-Id: 1864970 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com (client-ip=185.125.189.65; helo=lists.ubuntu.com; envelope-from=fwts-devel-bounces@lists.ubuntu.com; receiver=patchwork.ozlabs.org) Received: from lists.ubuntu.com (lists.ubuntu.com [185.125.189.65]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4SWpsq5J20z1yS4 for ; Fri, 17 Nov 2023 18:47:59 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=lists.ubuntu.com) by lists.ubuntu.com with esmtp (Exim 4.86_2) (envelope-from ) id 1r3tZt-0002eh-4d; Fri, 17 Nov 2023 07:47:49 +0000 Received: from smtp-relay-canonical-0.internal ([10.131.114.83] helo=smtp-relay-canonical-0.canonical.com) by lists.ubuntu.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1r3tZo-0002eX-MK for fwts-devel@lists.ubuntu.com; Fri, 17 Nov 2023 07:47:44 +0000 Received: from canonical.com (2.general.ivanhu.uk.vpn [10.172.194.165]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-canonical-0.canonical.com (Postfix) with ESMTPSA id 484A93F28E for ; Fri, 17 Nov 2023 07:47:42 +0000 (UTC) From: Ivan Hu To: fwts-devel@lists.ubuntu.com Subject: [PATCH] auto-packager: update the fwts git repo Date: Fri, 17 Nov 2023 15:47:39 +0800 Message-Id: <20231117074739.12405-1-ivan.hu@canonical.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 X-BeenThere: fwts-devel@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Firmware Test Suite Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: fwts-devel-bounces@lists.ubuntu.com Sender: "fwts-devel" Signed-off-by: Ivan Hu --- auto-packager/mkpackage.sh | 2 +- auto-packager/mktar.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/auto-packager/mkpackage.sh b/auto-packager/mkpackage.sh index 7886b68a..026cd7d8 100755 --- a/auto-packager/mkpackage.sh +++ b/auto-packager/mkpackage.sh @@ -24,7 +24,7 @@ # files, build source package ready for upload. # RELEASES="bionic focal jammy lunar mantic" -REPO=git://kernel.ubuntu.com/hwe/fwts.git +REPO=https://github.com/fwts/fwts RELEASE_TAR_URL=http://fwts.ubuntu.com/release FWTS=fwts diff --git a/auto-packager/mktar.sh b/auto-packager/mktar.sh index de5b0fa4..af4fbfa7 100755 --- a/auto-packager/mktar.sh +++ b/auto-packager/mktar.sh @@ -23,7 +23,7 @@ # Get fwts sources, strip out .git directory, add in necessary debian packaging # files, build source package ready for upload. # -REPO=git://kernel.ubuntu.com/hwe/fwts.git +REPO=https://github.com/fwts/fwts FWTS=fwts #