From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id IIrkAq9U3mQoPQAASxT56A (envelope-from ) for ; Thu, 17 Aug 2023 19:11:11 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id 4IAKA69U3mTkeQEA9RJhRA (envelope-from ) for ; Thu, 17 Aug 2023 19:11:11 +0200 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 A5BBC4A266 for ; Thu, 17 Aug 2023 19:11:10 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=GDOLQ1jY; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1692292270; a=rsa-sha256; cv=none; b=tMTtQxh4fWB9kdCKAB7cInh6qHBlRepBxs2QI5m4GkeHYxcfNYUZ5sD/fQSlq7wXNOwWNy 52yylnaCdzA82ODEAZrOeqCdwI+h/l/lDO/IblNfIZ0JUql+Ri8Qwd2Xel35XjUjDIKmrq bxh6twrmMz+htu2MjZBo6ChoVTdguamNVuiZ0I9zLmesi8BGM/ojj2+RS5cuLWKcSTC6lA KtD9nfWU/qSUTvPU8CMb71KekIAQrUHV4+MzXCU4OftSJnUjoUmZXx6wH9rpkVymirCNAb 4ZbezCKv3f+oVqOvzkznJeFTvbftRuMUsh2iRn4rNO7eIL3PQHOEi6K+VksvXg== 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=GDOLQ1jY; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1692292270; 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=lOUmeDeWPl8wjvLn6QiOj6ySBLKj2bu4SDXTUgXMEGM=; b=IlJzM/oPY54d7pyUz9redJSXjjdOr54TbkWwQpraKUmzA39HbxsakXUwojRRcCeBHMAzoi OtuMkw62qPAxOcMOnACmah2o6DH4VrOVhWn4rb3YetF6wCkIlwVy512R78+p52hVVjhtB6 5Vg0Y0cKoQtqnB7FLWPogKX/7a42+wIRD/h25cZEsTb8Wv4/Ai8jhPqRMbK+MgNMYqdI5Z WzZ2M1NXmpp8Gnsa6/EHLn6SvCu2g1EpoJqrESBwgEVZTAriWiK0la+4hB4aDlwED+uNUh EPe8CmA35Eeh44Z1DLV7QLEvnqo8BAicz/n8d1j6bLrsj1mSuG4yG/R//zfpIg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qWgWX-00047A-Kt; Thu, 17 Aug 2023 13:11:05 -0400 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 1qWgWU-00046I-U4 for guix-patches@gnu.org; Thu, 17 Aug 2023 13:11:04 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qWgWU-0007go-LK for guix-patches@gnu.org; Thu, 17 Aug 2023 13:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qWgWU-00070E-HI for guix-patches@gnu.org; Thu, 17 Aug 2023 13:11:02 -0400 Subject: bug#65229: [PATCH 0/2] Add '-q' for 'pull' and 'time-machine'; support loading from pipes Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 17 Aug 2023 17:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 65229 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Simon Tournier Cc: 65229-done@debbugs.gnu.org Mail-Followup-To: 65229@debbugs.gnu.org, ludo@gnu.org, ludo@gnu.org Received: via spool by 65229-done@debbugs.gnu.org id=D65229.169229222026839 (code D ref 65229); Thu, 17 Aug 2023 17:11:02 +0000 Received: (at 65229-done) by debbugs.gnu.org; 17 Aug 2023 17:10:20 +0000 Received: from localhost ([127.0.0.1]:45483 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qWgVn-0006yo-Vf for submit@debbugs.gnu.org; Thu, 17 Aug 2023 13:10:20 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38842) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qWgVl-0006yW-8i for 65229-done@debbugs.gnu.org; Thu, 17 Aug 2023 13:10:18 -0400 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 1qWgVf-0007EB-Gb; Thu, 17 Aug 2023 13:10:11 -0400 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=lOUmeDeWPl8wjvLn6QiOj6ySBLKj2bu4SDXTUgXMEGM=; b=GDOLQ1jYq0yjPAYxC2jQ XhPkbSFlNYItAIHKhoVSTOX6r/qYPGdTbB35am/TcUOOFFV6G5F5UNoe9GsVuqmaysqqssQ5Hujfn Hmx2FAPEfJZZ+uAJ4StKis4q7gS+0u6vTMFhSLnX0fb3dX/NLUn3n4ldX5yRtPkhLuJK9L3zFutV5 00j9HVYfadqD7bSpBZjmSCvk/3V5ePZNRm466+thIgeWrgdYrv3yMQU9k1lUSxnaR9Av+aUepnYH0 FS2BQRZ0Mnc3j530QTMIKa+Vvz2pWI+SWbE7WNdKw8Ra90fPFK0A7wksLIAKm9RBWedSSaT9sYbXv MtvWiMbi3ohBlA==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <875y5eyrl0.fsf@gnu.org> Date: Thu, 17 Aug 2023 19:10:05 +0200 In-Reply-To: (Simon Tournier's message of "Thu, 17 Aug 2023 13:20:48 +0200") Message-ID: <87a5upvbma.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 X-Migadu-Queue-Id: A5BBC4A266 X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: -6.89 X-Spam-Score: -6.89 X-TUID: IC7sKBL+yxJe Simon Tournier skribis: > On Thu, 17 Aug 2023 at 12:17, Ludovic Court=C3=A8s wrote: > >> =E2=80=A2 Document the <(echo %default-channels) trick. > > LGTM! Pushed as 9c8098424b5be3abf21144c74162ec39c0c2e799, thanks! Ludo=E2=80=99.