From patchwork Tue Jul 27 02:56:48 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sarah Morgensen X-Patchwork-Id: 31631 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 8534427BC78; Tue, 27 Jul 2021 03:59:37 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS, T_DKIM_INVALID,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id 4F77427BC6B for ; Tue, 27 Jul 2021 03:59:37 +0100 (BST) Received: from localhost ([::1]:38610 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m8DJg-0007Wu-Dv for patchwork@mira.cbaines.net; Mon, 26 Jul 2021 22:59:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51152) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m8DIG-0005P5-FH for guix-patches@gnu.org; Mon, 26 Jul 2021 22:58:08 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40430) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1m8DIG-0007BS-54 for guix-patches@gnu.org; Mon, 26 Jul 2021 22:58:08 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1m8DIG-0008Vo-4x for guix-patches@gnu.org; Mon, 26 Jul 2021 22:58:08 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#49729] [PATCH core-updates 19/20] gnu: pre-commit: Remove obsolete phase. Resent-From: Sarah Morgensen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 27 Jul 2021 02:58:08 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49729 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 49729@debbugs.gnu.org Received: via spool by 49729-submit@debbugs.gnu.org id=B49729.162735465832567 (code B ref 49729); Tue, 27 Jul 2021 02:58:08 +0000 Received: (at 49729) by debbugs.gnu.org; 27 Jul 2021 02:57:38 +0000 Received: from localhost ([127.0.0.1]:51960 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m8DHm-0008T8-CE for submit@debbugs.gnu.org; Mon, 26 Jul 2021 22:57:38 -0400 Received: from out2.migadu.com ([188.165.223.204]:10572) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m8DHd-0008SS-Ul for 49729@debbugs.gnu.org; Mon, 26 Jul 2021 22:57:30 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1627354649; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=TrSEt10f7qv9OekVpJUuorYVCMvp+qDTGj7hJS0LXrc=; b=U635Lgk+f13T/vOAaOzTOIJCm0ACNqq1Ya35aiHKtYa4sD1dPV0nfB6ACh71/N2vpkTQpe WQ54/o6KU8PQIV3c1+1MUI4lYbbXhtV7poD0IBmLVW3IrGW77ywT9SC+cV/SMHM8K5D5cM jP84lWESxB3fd4T1PSSwNblVM1Oazx4= From: Sarah Morgensen Date: Mon, 26 Jul 2021 19:56:48 -0700 Message-Id: In-Reply-To: References: MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * gnu/packages/version-control.scm (pre-commit)[arguments]<#:phases>: Remove 'make-gz-writable phase. --- gnu/packages/version-control.scm | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 8bdac8df53..cae8077909 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1569,14 +1569,7 @@ control to Git repositories.") ;; be possible to fix them. "not test_install_existing_hooks_no_overwrite" " and not test_uninstall_restores_legacy_hooks" - " and not test_installed_from_venv"))))) - (add-before 'reset-gzip-timestamps 'make-gz-writable - (lambda* (#:key outputs #:allow-other-keys) - ;; Make sure .gz files are writable so that the - ;; 'reset-gzip-timestamps' phase can do its work. - (let ((out (assoc-ref outputs "out"))) - (for-each make-file-writable - (find-files out "\\.gz$")))))))) + " and not test_installed_from_venv")))))))) (native-inputs `(("git" ,git-minimal) ("python-covdefaults" ,python-covdefaults)