From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id yKBAFWCGCmKoswAAgWs5BA (envelope-from ) for ; Mon, 14 Feb 2022 17:42:08 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id wEuREmCGCmIfAgEA9RJhRA (envelope-from ) for ; Mon, 14 Feb 2022 17:42:08 +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 E50602F44A for ; Mon, 14 Feb 2022 17:42:07 +0100 (CET) Received: from localhost ([::1]:57296 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nJeQR-0001xx-5A for larch@yhetil.org; Mon, 14 Feb 2022 11:42:07 -0500 Received: from eggs.gnu.org ([209.51.188.92]:41780) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJeQM-0001xl-R0 for guix-patches@gnu.org; Mon, 14 Feb 2022 11:42:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:48510) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nJeQM-0001qC-Hq for guix-patches@gnu.org; Mon, 14 Feb 2022 11:42:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nJeQM-0005t6-H9 for guix-patches@gnu.org; Mon, 14 Feb 2022 11:42:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#54000] [PATCH 2/2] pull: No longer print upgraded/added packages upon completion. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 14 Feb 2022 16:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54000 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 54000@debbugs.gnu.org Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= Received: via spool by 54000-submit@debbugs.gnu.org id=B54000.164485691022611 (code B ref 54000); Mon, 14 Feb 2022 16:42:02 +0000 Received: (at 54000) by debbugs.gnu.org; 14 Feb 2022 16:41:50 +0000 Received: from localhost ([127.0.0.1]:42407 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJeQA-0005sb-HU for submit@debbugs.gnu.org; Mon, 14 Feb 2022 11:41:50 -0500 Received: from eggs.gnu.org ([209.51.188.92]:35080) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nJeQ9-0005sL-MK for 54000@debbugs.gnu.org; Mon, 14 Feb 2022 11:41:50 -0500 Received: from [2001:470:142:3::e] (port=35200 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nJeQ4-0001pW-CU; Mon, 14 Feb 2022 11:41:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:References:In-Reply-To:Date:Subject:To: From; bh=0PJ+bJpVAn05qFtaavKnZQaDClSddbCAoIccmacGIM4=; b=Pb9uHz0YhGgLx4PQYQdo 13f1X5DTz8kJYKfFkGsdiEjQb1DbpHrL7ABTfDqGQew62YzCjAOJ3uetBgn2yejPRz4fEODznm/U+ q6KfqeaVtUzWEchfjkVJwM0r2C44+KB/MFWYcmsumBDGF+yekk88HMHTFtrBfK1xH1DpQtQrBCl/i 9Ipd0gHOBmHN7mr1fppYUUzVyTL3v710iwtXal3rU3AWst7KJ/K5LfvaK9yr3sh8X7nJ1r/pewlYQ kE1AwCUVTtKY4P4ZWlopuigivQSU6DE2NJXRtIi+XcmxdJ6Qi0vdExa0Q0aVrZuk73Q4jDmo6t+uu SuEGo80amTpC2g==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:56752 helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nJeQ2-0003TG-Tr; Mon, 14 Feb 2022 11:41:44 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Mon, 14 Feb 2022 17:41:27 +0100 Message-Id: <20220214164127.1248-2-ludo@gnu.org> X-Mailer: git-send-email 2.34.0 In-Reply-To: <20220214164127.1248-1-ludo@gnu.org> References: <20220214164127.1248-1-ludo@gnu.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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" 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=1644856927; 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:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=0PJ+bJpVAn05qFtaavKnZQaDClSddbCAoIccmacGIM4=; b=Uk5nbxojjToidNRgPX8nNDK0Gj1OqnTF0rK1yX46LvwgwI2357Djl/vkkyvgiLAkR2Y1gX kusvChlSEJK/c9gRNvXRDu2L6RmlZ8Xaf3LlUSYgM0NZuk90mwETWZg2E/xRCWo6FOVqr6 QCeWrRq5oQPAoi46C5/nDntjQbx7jXuP9QssHId3CMacxEe+/uGfk+pPKSxdQ2K9UnsXGK OY7AkcLD96KvBDrwgkdY2G23KH86yjAuKsWM8eiRTU2d4kzdk9cmJayrBEBOjw7LGppUjj eYXEwkkQYu4ImqSl2+FHHT3vV0U1Z6cBZaAKaTAznZn9/s0J4MZZXPN2djHKrQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1644856927; a=rsa-sha256; cv=none; b=FrbkuqUt9UdhTWWfLeaWuVL1L2ZT1KLXjuJeZyIQcimjsoYMnLW8SKfvrvJX6fVyEceLF2 1fEuAGpXWOC5JYut85BTHFaA8AFfO3gVOO8y9QtnJcA4vrn+oZ4N0Pgx2xl49015B7rVrm 12jRsDo607VHEDlab6zbiEbtWf8v9SMf5/kTvSftnUi+k+cZXmvew+92h7n2WOcM/7IA/m xvyNPeSQLUTIK9NWAekLjpSScAIYidDvxqbO5JnzlNdYSqaacEpGtrQ5maXEu2rHmQ5pUR OV0nXa2qiidTer9uRGlEviGOUKa6gxMyW8xz7x+/y4IdsQrtch4z4l1quvI6ZA== 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=Pb9uHz0Y; 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: -3.93 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Pb9uHz0Y; 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: E50602F44A X-Spam-Score: -3.93 X-Migadu-Scanner: scn0.migadu.com X-TUID: eX43CpYwdeNW * guix/scripts/pull.scm (build-and-install): Remove call to 'display-profile-news' and adjust accordingly. --- guix/scripts/pull.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/guix/scripts/pull.scm b/guix/scripts/pull.scm index af1b27d7dd..f557aaf79a 100644 --- a/guix/scripts/pull.scm +++ b/guix/scripts/pull.scm @@ -454,10 +454,9 @@ (define guix-command #:hooks %channel-profile-hooks) (return - (let ((more? (list (display-profile-news profile #:concise? #t) - (display-channel-news-headlines profile)))) + (let ((more? (display-channel-news-headlines profile))) (newline) - (when (any ->bool more?) + (when more? (display-hint (G_ "Run @command{guix pull --news} to read all the news."))))) (if guix-command -- 2.34.0