From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 8KWdMJ/5kmMU0AAAbAwnHQ (envelope-from ) for ; Fri, 09 Dec 2022 10:02:23 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id kNKzL5/5kmOXrQAAG6o9tA (envelope-from ) for ; Fri, 09 Dec 2022 10:02:23 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 4046C42F8F for ; Fri, 9 Dec 2022 10:02:23 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p3ZGe-0004P2-K6; Fri, 09 Dec 2022 04:02:04 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3ZGd-0004O7-29 for guix-patches@gnu.org; Fri, 09 Dec 2022 04:02:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1p3ZGc-0001BU-PB for guix-patches@gnu.org; Fri, 09 Dec 2022 04:02:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1p3ZGc-0004ub-5e for guix-patches@gnu.org; Fri, 09 Dec 2022 04:02:02 -0500 Subject: bug#50892: bug#59781: [version 1.4.0rc1] install.sh script should authorize bordeaux Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 09 Dec 2022 09:02:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 50892 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: "pelzflorian (Florian Pelz)" Cc: 50892-done@debbugs.gnu.org, Tobias Geerinckx-Rice , 59781-done@debbugs.gnu.org Mail-Followup-To: 50892@debbugs.gnu.org, ludo@gnu.org, me@tobias.gr Received: via spool by 50892-done@debbugs.gnu.org id=D50892.167057650618865 (code D ref 50892); Fri, 09 Dec 2022 09:02:01 +0000 Received: (at 50892-done) by debbugs.gnu.org; 9 Dec 2022 09:01:46 +0000 Received: from localhost ([127.0.0.1]:34695 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p3ZGL-0004uC-SE for submit@debbugs.gnu.org; Fri, 09 Dec 2022 04:01:46 -0500 Received: from eggs.gnu.org ([209.51.188.92]:59228) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1p3ZGH-0004u3-IS; Fri, 09 Dec 2022 04:01:45 -0500 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3ZGB-00012d-Kx; Fri, 09 Dec 2022 04:01:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=lQQ0SVlmNro3I3xOlWaw8YpyXv/A8I56L1qGZgYKvZ8=; b=X5e1W/FEYtVFxmjB/mLC GdW0j4Hmvuvmw/lX+4NXUWasH2+MDrt/SLTXKp+zI+p+xvTc81JnN9VZ8o9Xd/mFhf8tEiR6Ilpc5 Zr06jdXjtYjnTBsaTlgVmB92ZZEH9ak0eR+gOfkfz+skmZDB48CkERUAFPfJucReI4PB7eDyLSdVo vuCEQ2wMapZg4U3RTYbdTmbDfWlspIY/iQc1gnyN/1FQe1t/fTOeEr4CAd9Sb4XOtos/j5pbsP7cJ GtumcKLWQCygNwHnLNinRUh8pzmf8mCttUycQZx5LnsuxXToNZf1e3Cq2vKmi63siCv3cHr8Jz4Dy 1ZYCnMOyf++JuQ==; Received: from [193.50.110.137] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p3ZGB-0006uU-6b; Fri, 09 Dec 2022 04:01:35 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20210929154310.25788-1-me@tobias.gr> <87tui31g2y.fsf@nckx> <87edtaf7sz.fsf_-_@gnu.org> <87359pmvrf.fsf@pelzflorian.de> Date: Fri, 09 Dec 2022 10:01:32 +0100 In-Reply-To: <87359pmvrf.fsf@pelzflorian.de> (pelzflorian@pelzflorian.de's message of "Thu, 08 Dec 2022 22:27:16 +0100") Message-ID: <877cz1ar2r.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1670576543; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=lQQ0SVlmNro3I3xOlWaw8YpyXv/A8I56L1qGZgYKvZ8=; b=hXXhlbOyexAeIxfR61MNMl2VyyFvq9VDpaJrDzZwAycXwU2yhcGwCUOHUXS9lPizDigxdp y+YrkHkYGMOGOTLTqvPHBiB5VnCl3R8/qlyjcVywA284cuzLtFiIHBhWzBSOjbkSjCBW9X ROlfM8bUVQpIfPF4jqMFgTqfyTg4plOdA6ws86ONUQbBu/D/DKfBW/uoZZJWkAseK26ncx voNhAPilZcSW7yWPIGrtOupaI2JPUD5c872T5/laxmAsv9zz+eB43+virmsSXSa4JnAaRa s4WV8V3tKjzy/Z6ZjrwCqMI2fK0kZwGnnjaIWFm3iJCFvwoAeN9YUKdbwAtcaQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1670576543; a=rsa-sha256; cv=none; b=H/esQR5jwmR1vh4xZa0ktJx+4YWyaJ75rfoKxwdftlA2fCNqYs5oYEwidimbwZKWzii7BO wZAnTvRo8/CT7t+mnp0Nr4EQxgduSjLeR60q6MSoa8gbcKxMElLrGjCWpyzlDcvs4Wbz7u l8VSGvWhvR/b10dUGLEG4bdHbYfRv/qJeUgyePFZJYry5IbfeRslHQh5v1fiGNMsWUBxUB SrwYneBxWdYqkAiPZJSmSVLoTEukNk8b1uVo1hSyimBEJHy+cmwwUKf4U4ixj2zeLvs15K ZsWEzxk5itf/+83ctpKypKnDZvhitpW5QYFHKRPaU3UYT16RUx+rmtth91uW/Q== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="X5e1W/FE"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -2.35 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="X5e1W/FE"; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 4046C42F8F X-Spam-Score: -2.35 X-Migadu-Scanner: scn1.migadu.com X-TUID: gxSAdMh/B+TZ Hi, "pelzflorian (Florian Pelz)" skribis: > Ludovic Court=C3=A8s writes: >> If there are no objections I=E2=80=99d like to push to =E2=80=98master= =E2=80=99 and >> =E2=80=98version-1.4.0=E2=80=99 this modified version of your patch. > > Thank you two, this patch works (on 1.3.0 only ci.guix.gnu.org, on > 1.4.0rc1 also bordeaux, except when I decline authorization). Pushed to both branches. Thanks to the two of you! Ludo=E2=80=99.