From unknown Thu Aug 14 21:44:05 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#62463 <62463@debbugs.gnu.org> To: bug#62463 <62463@debbugs.gnu.org> Subject: Status: [PATCH] services: fstrim: Fix schedule ungexp. Reply-To: bug#62463 <62463@debbugs.gnu.org> Date: Fri, 15 Aug 2025 04:44:05 +0000 retitle 62463 [PATCH] services: fstrim: Fix schedule ungexp. reassign 62463 guix-patches submitter 62463 Bruno Victal severity 62463 normal tag 62463 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Mar 26 11:18:03 2023 Received: (at submit) by debbugs.gnu.org; 26 Mar 2023 15:18:03 +0000 Received: from localhost ([127.0.0.1]:45706 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pgS8B-0006Pk-6n for submit@debbugs.gnu.org; Sun, 26 Mar 2023 11:18:03 -0400 Received: from lists.gnu.org ([209.51.188.17]:43606) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pgS89-0006PP-7J for submit@debbugs.gnu.org; Sun, 26 Mar 2023 11:18:01 -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 1pgS88-0003tO-ST for guix-patches@gnu.org; Sun, 26 Mar 2023 11:18:00 -0400 Received: from smtpmciv2.myservices.hosting ([185.26.107.238]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pgS87-0007XS-An for guix-patches@gnu.org; Sun, 26 Mar 2023 11:18:00 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpmciv2.myservices.hosting (Postfix) with ESMTP id 473F320D8F for ; Sun, 26 Mar 2023 17:17:46 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 95DBB8009E; Sun, 26 Mar 2023 17:17:43 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id Q_jXA_L24aWH; Sun, 26 Mar 2023 17:17:43 +0200 (CEST) Received: from guix-nuc.home.arpa (bl9-119-177.dsl.telepac.pt [85.242.119.177]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 2F3198009C; Sun, 26 Mar 2023 17:17:43 +0200 (CEST) From: Bruno Victal To: guix-patches@gnu.org Subject: [PATCH] services: fstrim: Fix schedule ungexp. Date: Sun, 26 Mar 2023 16:17:22 +0100 Message-Id: <7af61583539bf581432ee87cb2401ee9674836a7.1679843763.git.mirai@makinata.eu> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.26.107.238; envelope-from=mirai@makinata.eu; helo=smtpmciv2.myservices.hosting X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Bruno Victal X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Previously, only the first level of the list would be quoted, resulting in a schedule of the sort: '(next-second (range 0 60 30)) being incorrectly ungexp'd into: (list next-second (0 30)) * gnu/services/linux.scm (fstrim-mcron-job): Fix schedule ungexp. --- gnu/services/linux.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/services/linux.scm b/gnu/services/linux.scm index d085b375a2..439848919d 100644 --- a/gnu/services/linux.scm +++ b/gnu/services/linux.scm @@ -234,7 +234,7 @@ (define (fstrim-mcron-job config) ;; lists are ungexp'd correctly since @var{schedule} ;; can be either a procedure, a string or a list. #$(if (list? schedule) - `(list ,@schedule) + #~'(#$@schedule) schedule) (lambda () (system* #$(file-append package "/sbin/fstrim") -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Tue Mar 28 22:08:35 2023 Received: (at control) by debbugs.gnu.org; 29 Mar 2023 02:08:35 +0000 Received: from localhost ([127.0.0.1]:51042 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1phLEp-0003fI-Mq for submit@debbugs.gnu.org; Tue, 28 Mar 2023 22:08:35 -0400 Received: from mail-qv1-f50.google.com ([209.85.219.50]:39761) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1phLEn-0003f5-NO for control@debbugs.gnu.org; Tue, 28 Mar 2023 22:08:33 -0400 Received: by mail-qv1-f50.google.com with SMTP id oe8so10668455qvb.6 for ; Tue, 28 Mar 2023 19:08:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1680055708; x=1682647708; h=subject:from:to:message-id:date:from:to:cc:subject:date:message-id :reply-to; bh=uujQCTfE874w+55DyewFXQEk7XIo0AIVpoPeQYfiLVU=; b=LqSVxnszm6RnJouyi3db4M1i8gstci85ijiWfYNmoqnpnvEhuuULyOZTZuCcZyx6B9 ditSIpcwiouIAYUvxuFJF9qccJhAcM8atbuuXkrUyWOBYxtcBLkJEEaqsHZ3rLMxRgWy r+4o+UT/lPt8I7GDl/NEcWtVOKoWvYQOYJP/cJJlO3bsuORmXRI1rXLwAfo08RfgiuXb sdASnX/gObFyGJ11razef3OxQy5sFEpo7f8xxCCzQid4dhwGqAqozuYmxVE91YSp5SbS H512l0HGx+ei0cjhZpwZ5XodDaSb+F6E002SbHraG/NH8APtsIFDGEravQ0axfX+hONl 8aeg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1680055708; x=1682647708; h=subject:from:to:message-id:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=uujQCTfE874w+55DyewFXQEk7XIo0AIVpoPeQYfiLVU=; b=flJaVSVmDaqIC4WG2AQx1fHjClP2cCi09MzLfzTAykW6JITW5OlB54PEBpYJ1S+wg6 4vkp4Z/n9OPQiU8USceeNEl5ohuvGXkmtoiBbH/40x6tbpxhheksq7Bs/5nrJJDT2t55 ZHOQN4OEHm4BMH+SEhvCIy9UfMRjaa/4yAf+aTt0TZJrLro9T8pmtJMnIymEDj0+a02e xp9FGSyfb5cpbXf4HQuDebPGI5C6lAIC1idpLDC3I6aCZ94/Ub7P9A7TJ2T2IyOU4ozJ QVS0RCPfy8572Rm/kFYlvfYtf0Zw5Lc6QVft+z+Nhwj/6rt82cmdi788uIKE3wAyv74B auiQ== X-Gm-Message-State: AAQBX9ck9pbvh6/GR1mRKWKaKyqGZVlDGVaUPmDQhKQs6CzfNYOdI4i2 wwbK/YGy3BtC1iQ2J0qL2kFT6NveZzRscA== X-Google-Smtp-Source: AKy350aIHHanQCQpDL7K86uazCKAGeT/OmPlKYl9aXapJI5LU9Cy6COYoeU3Wr99whWr676Im0tvYQ== X-Received: by 2002:a05:6214:d07:b0:5ad:1a83:8021 with SMTP id 7-20020a0562140d0700b005ad1a838021mr27954950qvh.49.1680055708087; Tue, 28 Mar 2023 19:08:28 -0700 (PDT) Received: from hurd (dsl-205-151-56-156.b2b2c.ca. [205.151.56.156]) by smtp.gmail.com with ESMTPSA id u12-20020a0cec8c000000b005dd8b93458bsm4222871qvo.35.2023.03.28.19.08.27 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 28 Mar 2023 19:08:27 -0700 (PDT) Date: Tue, 28 Mar 2023 22:08:26 -0400 Message-Id: <87pm8s48dh.fsf@gmail.com> To: control@debbugs.gnu.org From: Maxim Cournoyer Subject: control message for bug #62463 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) close 62463 quit From unknown Thu Aug 14 21:44:05 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 26 Apr 2023 11:24:07 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator