From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id 6HR+Fe0gd2bnggEAqHPOHw:P1 (envelope-from ) for ; Sat, 22 Jun 2024 19:07:25 +0000 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id 6HR+Fe0gd2bnggEAqHPOHw (envelope-from ) for ; Sat, 22 Jun 2024 21:07:25 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=Aa8hMJB7; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1719083245; 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:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=oDODCEV8jZ0E13Tribw8ylOpwc/vKThVQVHitaMv3wA=; b=nBSTKC0zhPdla/40qLZzlJAlE4NPjXo3ZvMUEzt0wzcFAmxVpvTduEx2N4ZE12G0/M3+Db YOY1PFOkejf66uKjz7tf4/zR6TPHrdCwXxd6x3MwhEa4wBl4xNSxxdduTiit9SgDVs1aNF rxGjwteigDiwOGNw0gi4QHX9/xtHsscIu5Q15CJBL4/S1wSdztCQUMfCsUiIZ4XEAoUpve ThxvqPBkAiqBreUOpWarvs6SweleqwQ5OYE3ZtwyO6sKQffDYX4SY3wvAJXk73V8aKzb7g cA3O4TSvJ4cTxG6fqF3SB3cFDXbWcoK046gj9qYfnypXb/2+pZ6HBE7tEPgHHg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=Aa8hMJB7; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1719083245; a=rsa-sha256; cv=none; b=gGpDakG/UGIMKtVgAabDBLWzRKZvNUJUaxUPANEsgO9e9tRSxxMj2QxiGWyfKRXkUAgNmy cNmB2I62j7PT1Sgs3tFZgY9PgKTLfuIMA0SJjO3yu2Yqa8lITDjIWrRngdT6NTvjQsdaxx 5nPzGKxil5schyhCUVi3aRuTQrQ80WViDpizBH695o2E0NQmP/qWDIMMxjV9tXmewqM8JD 2zgMzwkC1OA6g8Xd8MXI/j72I+se+v9/GitC26uSXYfb5haJvtxweIEugkInwkubPw0r5p wRyzuhVoIzDQtGic4O/tOnYsnYdDSJzcPB5z7MFlXJdsrxrHWXFYrVKicnokPQ== 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 F3A0C62255 for ; Sat, 22 Jun 2024 21:07:24 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sL64m-000288-Qt; Sat, 22 Jun 2024 15:07:04 -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 1sL64l-00027a-1f for guix-patches@gnu.org; Sat, 22 Jun 2024 15:07:03 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sL64k-0003Al-Ne for guix-patches@gnu.org; Sat, 22 Jun 2024 15:07:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sL64k-0000SM-FV for guix-patches@gnu.org; Sat, 22 Jun 2024 15:07:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#71722] [PATCH 0/2] services: Update agate-service-type to match actual agate options Resent-From: Rodion Goritskov Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 22 Jun 2024 19:07:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 71722 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 71722@debbugs.gnu.org Cc: Rodion Goritskov X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.17190831671647 (code B ref -1); Sat, 22 Jun 2024 19:07:02 +0000 Received: (at submit) by debbugs.gnu.org; 22 Jun 2024 19:06:07 +0000 Received: from localhost ([127.0.0.1]:56887 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sL63q-0000QT-Lj for submit@debbugs.gnu.org; Sat, 22 Jun 2024 15:06:06 -0400 Received: from lists.gnu.org ([209.51.188.17]:33534) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sL63o-0000QG-Tx for submit@debbugs.gnu.org; Sat, 22 Jun 2024 15:06:05 -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 1sL63o-000235-Ka for guix-patches@gnu.org; Sat, 22 Jun 2024 15:06:04 -0400 Received: from mail-wm1-x32e.google.com ([2a00:1450:4864:20::32e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sL63m-0002yI-3f for guix-patches@gnu.org; Sat, 22 Jun 2024 15:06:04 -0400 Received: by mail-wm1-x32e.google.com with SMTP id 5b1f17b1804b1-42108856c33so24211505e9.1 for ; Sat, 22 Jun 2024 12:06:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1719083159; x=1719687959; darn=gnu.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=oDODCEV8jZ0E13Tribw8ylOpwc/vKThVQVHitaMv3wA=; b=Aa8hMJB7DYYjbeKBXrYb9SG3QzzMu0MAT99W5BsgwyciJiIi1kcE7Qj9H/WJ+MCsVJ yti+wktw6u27gFsOxy76XQTzRnqFzDJ+odZsI3scye2AtLMgNNT05ehGNhZ2s7dTTUiZ 5nQHACri30ybH9M60Gko9Zro6znkY16ed1GJgp5zAhdm3pkqD+YhwxgrwKA4D1RsCU/g IIAJNB3MbmqwL9w0nc6fhy7SS0eXWlMfMmotgflUkjJfxL3MV8kfhay4D7e0CKP5n9XL 5U/cCiP+/nKuHNqZ7zFa/YvTPivGjMuNlYIB6rAMIMSyPGXHNziF1uKS4AvDeYd3tKeu TnbA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1719083159; x=1719687959; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=oDODCEV8jZ0E13Tribw8ylOpwc/vKThVQVHitaMv3wA=; b=uK9dMQBM6JkiwLNRo3+DGZOv+CyKVLfRMaxD1KXyGCUpF9F0J4x/L3Qveht5I27blK bcGCOFrcYoK5TdmjHMZEq1XAjwe+Waug+M3IUouOXjH8jMOn5izOP3MKpX20/YUxd6jH p7NNMJqUuBZh0LAqprAdEYCOvkGJjnh0kEduhhtdETBheVIfcwKDg/ciobFeTNKU5qWQ DRBivukwgmJ+I+jSfrkbZ4M1sqYNW2QSckSdS43Oa0BCwhkSm4e2XLiONAlmwzz+3RSJ //uGVqoBvmCgJCOoHitmBxw6OPYXvgLNf84gIh/1Ny7NynWuKDQ0Vwb3FI2FEGVS5ICc 9D5Q== X-Gm-Message-State: AOJu0Yy0JxIkf/96u2vLbDKpBhx8PBmCAXZHdrvc7Vyp5xTuioFdgqig R8E1uQ8M2CAlwDdypTjL2lqnx02UeWZtKkFrVGZ8MhJHOhmMZ/W/ZzC9hQ== X-Google-Smtp-Source: AGHT+IG11kt6yL1N6yYN8dC0P5vUQ0bVe6Him0GMJkwL/HIOOEP9HfAGjv79SvFA8QfyfwcmjAUtug== X-Received: by 2002:a05:600c:4f45:b0:422:eee2:572c with SMTP id 5b1f17b1804b1-424893f126amr14664525e9.8.1719083158288; Sat, 22 Jun 2024 12:05:58 -0700 (PDT) Received: from bumblebee-mighty.lan ([92.51.75.166]) by smtp.gmail.com with ESMTPSA id ffacd0b85a97d-366389b85cesm5513071f8f.46.2024.06.22.12.05.57 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 22 Jun 2024 12:05:57 -0700 (PDT) From: Rodion Goritskov Date: Sat, 22 Jun 2024 23:03:48 +0400 Message-ID: X-Mailer: git-send-email 2.45.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a00:1450:4864:20::32e; envelope-from=rodion.goritskov@gmail.com; helo=mail-wm1-x32e.google.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Queue-Id: F3A0C62255 X-Migadu-Scanner: mx13.migadu.com X-Migadu-Spam-Score: -4.96 X-Spam-Score: -4.96 X-TUID: k4ZCHNWcxNrO Hello! This patches makes agate-service-type work again - because current version of agate present in Guix has some options (and their logic) changed, making service-type not working. I have checked this changes on VM and they seems to be working fine. Rodion Goritskov (2): services: agate: Update options for compatibility with the current Agate version. services: agate-service-type: Update documentation. doc/guix.texi | 51 +++++++++++++++++++++++++++----------------- gnu/services/web.scm | 50 ++++++++++++++++++++++++++----------------- 2 files changed, 63 insertions(+), 38 deletions(-) base-commit: 1e336025957583fd978df49a24c6a1bb358c618d -- 2.45.1