From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from atuin.qyliss.net (localhost [IPv6:::1]) by atuin.qyliss.net (Postfix) with ESMTP id 552EFCA9F; Tue, 23 Sep 2025 15:12:43 +0000 (UTC) Received: by atuin.qyliss.net (Postfix, from userid 993) id B7B92CA94; Tue, 23 Sep 2025 15:12:41 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-26) on atuin.qyliss.net X-Spam-Level: X-Spam-Status: No, score=-0.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,DMARC_PASS,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE autolearn=unavailable autolearn_force=no version=4.0.1 Received: from mail.cyberchaos.dev (mail.cyberchaos.dev [195.39.247.168]) by atuin.qyliss.net (Postfix) with ESMTPS id 7EE57CA90 for ; Tue, 23 Sep 2025 15:12:40 +0000 (UTC) Message-ID: <20c92ddb-8030-4991-a42f-765d864d733a@yuka.dev> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yuka.dev; s=mail; t=1758640359; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=9kGRucmllnAmSiqCUXMZynIh49aappQHgND8l6Xw8r8=; b=soBOG6H9GO6nkPxFVc/r0fOJrm2Hniqlsg3x89N2R/XV5rClbRE8TAXuF1J98sv1cKj4E/ A36XMWE90dkB4cO436W9PO3Bw8+oq89UdjUjy2HsRHsY8SGAZCqI0OqM50Aifsj7HuP4V6 MKOZbcTNSZ/6xIzwE+UYveOjkrOFzvw= Date: Tue, 23 Sep 2025 17:12:38 +0200 MIME-Version: 1.0 From: Yureka Subject: Re: [PATCH v4 1/5] tools: rename guestSupport -> appSupport To: devel@spectrum-os.org References: <20250923132012.28013-1-yureka@cyberchaos.dev> <20250923132012.28013-2-yureka@cyberchaos.dev> <87qzvxusce.fsf@alyssa.is> Content-Language: en-US In-Reply-To: <87qzvxusce.fsf@alyssa.is> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Message-ID-Hash: LWDVEAIVWLOTRYQFWA37RBEMP2HAOQCY X-Message-ID-Hash: LWDVEAIVWLOTRYQFWA37RBEMP2HAOQCY X-MailFrom: yuka@yuka.dev X-Mailman-Rule-Hits: member-moderation X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address X-Mailman-Version: 3.3.9 Precedence: list List-Id: Patches and low-level development discussion Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On 9/23/25 17:00, Alyssa Ross wrote: > Yureka Lilian writes: > >> --- >> img/app/default.nix | 4 ++-- >> pkgs/default.nix | 4 ++-- >> release/checks/pkg-tests.nix | 2 +- >> tools/default.nix | 10 +++++----- >> tools/meson.build | 2 +- >> tools/meson_options.txt | 4 ++-- >> tools/shell.nix | 2 +- >> 7 files changed, 14 insertions(+), 14 deletions(-) > Reviewed-by: Alyssa Ross > > I need a Signed-off-by for the paper trail to be able to apply it > though. (Replying here with it is fine.) (Same goes for some of the > other patches in the series.) Signed-off-by: Yureka Lilian