From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id QC8JBedpr2XGZQEAe85BDQ:P1 (envelope-from ) for ; Tue, 23 Jan 2024 08:25:27 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id QC8JBedpr2XGZQEAe85BDQ (envelope-from ) for ; Tue, 23 Jan 2024 08:25:27 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=sarg.org.ru header.s=google header.b=A9rGjovK; 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=none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1705994727; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=vq+GYGexizFGEuhz2V0R9/cVmcjQ6rV9zbss7r94tZA=; b=JXpVELUud1u4oee7bS5zfB2A4e+ZR7/AyEN3/WfFbwk3SRtJ2VDWk+wsaeGfwnLHlkjEe2 6i3MVqyAKHbA9KdtlnW5L09mNuFmktL5ZfLq0L51593bW1RTaMlCrReDX4c05OtXwAZlF0 aoWveef99qkW3RwYGMaT3cvz688pZUIBZ/GAV6kR12jKuvwgXnBNnETgzg2hMBEx/ZPtqd s0MysM6tpvxBk88DkKq9ZnG1N+hHBvMnboExn4FwSEuWi4U1w/aQ8RjvMWc18314J4mO/1 19r+qFYHtu5QyP2BV0caSDvOicDUiC7gyZlJAUUbDdhNtiG5jyrL9Vnjzy9TqQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=sarg.org.ru header.s=google header.b=A9rGjovK; 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=none ARC-Seal: i=1; s=key1; d=yhetil.org; t=1705994727; a=rsa-sha256; cv=none; b=BITMsuuc0bJ4O9SwoSburAB1R6QGk8sUUloHicbb5GMDRinTizjyPHCBjOHJb72nnbfIdL XH9QlOzLbQLzFWGE52rf95/BfbQLBDRUeN+UiE92EcsV8wj4yOo97M+dAaspFd4JeV8M1J IRMZs2Bjav4D1XC7wqU7sP5SKLXEnbTjlCCBuGWuWY0ObWpg0+cZtEUSZIdnGTgkJW4G1L xtLu9SWoPAPss95icJXFVg6zIRLlOEaBAO7DUyH8Sc9wjkrQzcZ8EOd7frx4+yvk0tUkys nxJ135DpfZ8IiT/U1PY7rmD7Fj7HKYhj91jm6bT/pyJ4xJ06YzpWcgca7PcALw== 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 3037343AE5 for ; Tue, 23 Jan 2024 08:25:26 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rSB9t-0005Up-7o; Tue, 23 Jan 2024 02:25:21 -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 1rSB9h-0005UN-NO for guix-patches@gnu.org; Tue, 23 Jan 2024 02:25:11 -0500 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 1rSB9b-0007es-C9; Tue, 23 Jan 2024 02:25:05 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1rSB9a-0007aZ-Ll; Tue, 23 Jan 2024 02:25:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#68669] [PATCH 0/1] scripts: describe: Support 'channels-sans-intro' format for local checkouts. Resent-From: Sergey Trofimov Original-Sender: "Debbugs-submit" Resent-CC: guix@cbaines.net, dev@jpoiret.xyz, ludo@gnu.org, othacehe@gnu.org, rekado@elephly.net, zimon.toutoune@gmail.com, me@tobias.gr, guix-patches@gnu.org Resent-Date: Tue, 23 Jan 2024 07:25:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 68669 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 68669@debbugs.gnu.org Cc: Sergey Trofimov , Christopher Baines , Josselin Poiret , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Mathieu Othacehe , Ricardo Wurmus , Simon Tournier , Tobias Geerinckx-Rice X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Christopher Baines , Josselin Poiret , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Mathieu Othacehe , Ricardo Wurmus , Simon Tournier , Tobias Geerinckx-Rice Received: via spool by submit@debbugs.gnu.org id=B.170599464529089 (code B ref -1); Tue, 23 Jan 2024 07:25:02 +0000 Received: (at submit) by debbugs.gnu.org; 23 Jan 2024 07:24:05 +0000 Received: from localhost ([127.0.0.1]:42124 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rSB8e-0007Z7-SN for submit@debbugs.gnu.org; Tue, 23 Jan 2024 02:24:05 -0500 Received: from lists.gnu.org ([2001:470:142::17]:35378) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1rSB8Z-0007Yb-IR for submit@debbugs.gnu.org; Tue, 23 Jan 2024 02:24:03 -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 1rSB8P-0005G7-1B for guix-patches@gnu.org; Tue, 23 Jan 2024 02:23:49 -0500 Received: from mail-ed1-x535.google.com ([2a00:1450:4864:20::535]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1rSB8N-0007Ht-1A for guix-patches@gnu.org; Tue, 23 Jan 2024 02:23:48 -0500 Received: by mail-ed1-x535.google.com with SMTP id 4fb4d7f45d1cf-55a685e6299so4014117a12.2 for ; Mon, 22 Jan 2024 23:23:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sarg.org.ru; s=google; t=1705994623; x=1706599423; darn=gnu.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=vq+GYGexizFGEuhz2V0R9/cVmcjQ6rV9zbss7r94tZA=; b=A9rGjovKR3xESbeH0bQp8Pe0kMFhl3P9d4RORi6H7gmwPTwQl2G3KhvsFK5j7Muv6w 7yHLld+A2ehChbwZyLll81gFLNjr8YOLdL7MJk/9FynmM7mz8WAYm52lg1qhCNa7fvxU o2HUQA6J/ENap3WR5fJFuJW+VMlXwN3iDPjp8= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1705994623; x=1706599423; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=vq+GYGexizFGEuhz2V0R9/cVmcjQ6rV9zbss7r94tZA=; b=i5TnEuo5WtGUqf5C68LvMTWl9pDf242AhZOXUl/jgg91DPkUSvWrh8/cB1OA8AdAj9 gVrKBFEg/fCvjcI3caJJ01S99ITkdVmG3L8bHkZ8J6Gtl8eRrV93jVmKrFFEVMywk6is SeQdw+VZpuoTgEvXpSFeLlrglUmVp/GInwzZ/XqPn8SOylSpJrQpO0QrxEOi0UgHPPRN u8DPc1goqxMPJ2tAWGGfNiIy4OGs3CvStD1j8QPFPJJn4Tzf8OtTmjeP1G3SqTBxa/3w h+m+M+DZTi2pyG2aI3agioGbaaesc2nkVhSUhctXm6fL1sgqDsnCcXRt5QLSrCGFOYKI AcnA== X-Gm-Message-State: AOJu0YwAB/CvcUaXsXuFrMGTn73ZDpShb7qYVtcXg3BgkNSezPvXPVq+ lP186VJFdcgj+PO6YSlMElKO0tadmImsrWMf4q0KRw3EzY+slVhSoqPQBrHm9jKYnUJv2ybPVQr HYbs= X-Google-Smtp-Source: AGHT+IF/BQNnKB46x4bwFfMMvvwTSTZRrSFMdtJZyLIyiy43Ff9aOEQN3Q3+EMhFPaRzqGgCFdq0Ig== X-Received: by 2002:a05:6402:1ca5:b0:55c:21e3:3606 with SMTP id cz5-20020a0564021ca500b0055c21e33606mr540306edb.75.1705994623096; Mon, 22 Jan 2024 23:23:43 -0800 (PST) Received: from localhost ([2a02:2454:a09d:d000:a64e:31ff:fe38:fd6c]) by smtp.gmail.com with ESMTPSA id l17-20020aa7cad1000000b0055c7cc10e73sm472129edt.94.2024.01.22.23.23.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 22 Jan 2024 23:23:42 -0800 (PST) From: Sergey Trofimov Date: Tue, 23 Jan 2024 08:23:34 +0100 Message-ID: X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=2a00:1450:4864:20::535; envelope-from=sarg@sarg.org.ru; helo=mail-ed1-x535.google.com X-Spam_score_int: -19 X-Spam_score: -2.0 X-Spam_bar: -- X-Spam_report: (-2.0 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_NONE=0.001, T_SCC_BODY_TEXT_LINE=-0.01, URIBL_SBL_A=0.1 autolearn=ham autolearn_force=no X-Spam_action: no action 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-Spam-Score: 0.34 X-Migadu-Scanner: mx13.migadu.com X-Spam-Score: 0.34 X-Migadu-Queue-Id: 3037343AE5 X-TUID: 8l5WmkVPaC73 Hi guix, I've noticed that `guix describe -f channels-sans-intro` doesn't work for local checkouts: --8<---------------cut here---------------start------------->8--- $ guix describe -f channels-sans-intro Backtrace: In ice-9/boot-9.scm: 1752:10 8 (with-exception-handler _ _ #:unwind? _ # _) In unknown file: 7 (apply-smob/0 #) In ice-9/boot-9.scm: 724:2 6 (call-with-prompt _ _ #) In ice-9/eval.scm: 619:8 5 (_ #(#(#))) In guix/ui.scm: 2324:7 4 (run-guix . _) 2287:10 3 (run-guix-command _ . _) In ice-9/boot-9.scm: 1752:10 2 (with-exception-handler _ _ #:unwind? _ # _) In guix/scripts/describe.scm: 163:4 1 (_) In ice-9/boot-9.scm: 1685:16 0 (raise-exception _ #:continuable? _) ice-9/boot-9.scm:1685:16: In procedure raise-exception: Throw to key `match-error' with args `("match" "no matching pattern" channels-sans-intro)'. --8<---------------cut here---------------end--------------->8--- Sergey Trofimov (1): scripts: describe: Support 'channels-sans-intro' format for local checkouts. guix/scripts/describe.scm | 2 ++ 1 file changed, 2 insertions(+) base-commit: ffc5fefce370f5fc01091869e13fdf525be1e0c0 -- 2.41.0