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 ms5.migadu.com with LMTPS id 8EW6GZHRtGKp7QAAbAwnHQ (envelope-from ) for ; Thu, 23 Jun 2022 22:48:17 +0200 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 GEeWGZHRtGLy3wAA9RJhRA (envelope-from ) for ; Thu, 23 Jun 2022 22:48:17 +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 0C94D2120D for ; Thu, 23 Jun 2022 22:48:17 +0200 (CEST) Received: from localhost ([::1]:33532 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1o4TkN-0001vF-Bd for larch@yhetil.org; Thu, 23 Jun 2022 16:48:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45770) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4TkA-0001ui-Rx for guix-patches@gnu.org; Thu, 23 Jun 2022 16:48:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46176) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1o4TkA-0007bD-JJ for guix-patches@gnu.org; Thu, 23 Jun 2022 16:48:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1o4TkA-0006ed-F6 for guix-patches@gnu.org; Thu, 23 Jun 2022 16:48:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#55941] [PATCH core-updates 0/3] Move switch-symlinks to (guix build utils) Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 23 Jun 2022 20:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55941 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Arun Isaac Cc: maximedevos@telenet.be, 55941@debbugs.gnu.org Received: via spool by 55941-submit@debbugs.gnu.org id=B55941.165601723825400 (code B ref 55941); Thu, 23 Jun 2022 20:48:02 +0000 Received: (at 55941) by debbugs.gnu.org; 23 Jun 2022 20:47:18 +0000 Received: from localhost ([127.0.0.1]:40073 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4TjQ-0006ba-UV for submit@debbugs.gnu.org; Thu, 23 Jun 2022 16:47:18 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60686) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1o4TjA-0006ap-Gj for 55941@debbugs.gnu.org; Thu, 23 Jun 2022 16:47:15 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:49078) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4Tj2-0007L3-Gy; Thu, 23 Jun 2022 16:46:54 -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=F23FoWBuNOpMgi/48d9W0nreQze+d8rJXm38b4RaZIk=; b=djD4EX64N6mMab+cicFd 7yAB+4Cefwpsqr4BfqsR6ukiy5JZ3sR17ACi1IS/iYo76tBSs3+HqCHaHFjJ1yN2iQHHp9IrjWdcT V2MEfECNcdwYgXdgGbgPZ3F3XlijASzU0dd8OfSouUQh/v0ZcKScKh1Mzki2vGO7BT6yZ/wIfOD+l lGnU00q3yAwgJ+VOg+joelu7q3EXGs6O26WSkn0Dnacdk1PlJpLHxmhlkqS0Yj36/EjrL2BGijIl7 XSbF72LTCAvFswHgxvxP6USoxW6CYP5YpfqKwCKUoEySJKy8q/fKl+HTySX4ttuHh8qZ0TY2epUWl 7J5J0HTc5ABtCQ==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=59072 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1o4Tj2-0007dh-4I; Thu, 23 Jun 2022 16:46:52 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220613121300.20227-1-arunisaac@systemreboot.net> Date: Thu, 23 Jun 2022 22:46:50 +0200 In-Reply-To: <20220613121300.20227-1-arunisaac@systemreboot.net> (Arun Isaac's message of "Mon, 13 Jun 2022 17:43:00 +0530") Message-ID: <87letnw1j9.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (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" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1656017297; 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-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=F23FoWBuNOpMgi/48d9W0nreQze+d8rJXm38b4RaZIk=; b=Z7NvN0YGK8fpffMdIIOFCz81N1D/5Q11lVqUjmRqhdFfIFfvbP+muz1QVVSXME+jgZUNlN L1sbfG9oRGoikV7wgjzojNbRWK3syAvbAaJK23pIF/T3HEbfaIl2YHcBzfw3kAUXdQqajs MmbhmALIOx9r3YwnWWWSJq6+F7f+5b7rIYIUt7z6O1xjVvvHEcuyNV0zAJFusDiqmXbgTl FTCGd5FoV8h4UXGb5QgLwjyeiDeoPjA0pKd1nxfbELKs7wKltB/84W0v+1iX6Rke85rwFS sHpdk2ccCHHpBfo4jVWq6lrvMIayg4RslwNUEop1FaFhacEDmzKMKHNeDPgMGw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1656017297; a=rsa-sha256; cv=none; b=hm1iHS8iOnLxT34QcokMJTXwGkNaINcKMU57napfsjupd9657Ju9dOc5KFLMXh4DFGwOnT PMLw0H+TyTPKDOqTvmZ9IzXkJiHJQ5K5nS7w1oxgnS1fu5jkoyfgoSzlfN/kGvRwaiHj/x zCagaPyKMdhKqpRf6hEcoF2L5mmkAj6RE4XXRc9qtLLhB6NUFzgbAI63uzIArej10psrBi R1+hT7foyFcKoOERHM7FsoKc2jv3Qy0D3DzOlh096Zcku9GZZU71Oo6KN+V2jPzbyjqduL a7pMmix3ZkWTvDtG5sxFLJhU3EVgVRmcFF1k/jtvGg54mFprrK8dSVdrOjz+Mg== 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=djD4EX64; 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: -5.26 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=djD4EX64; 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: 0C94D2120D X-Spam-Score: -5.26 X-Migadu-Scanner: scn0.migadu.com X-TUID: rOwn0/+f9S+d Hi Arun, Arun Isaac skribis: > utils: Move switch-symlinks to (guix build utils). > utils: Make switch-symlinks robust against interruption. > services: pcscd: Use switch-symlinks from (guix build utils). LGTM, thanks! Ludo=E2=80=99.