From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id mPXdESTwmmCaawEAgWs5BA (envelope-from ) for ; Tue, 11 May 2021 22:59:16 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id cPxxDSTwmmBZRQAAbx9fmQ (envelope-from ) for ; Tue, 11 May 2021 20:59:16 +0000 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 D8B3115CD0 for ; Tue, 11 May 2021 22:59:15 +0200 (CEST) Received: from localhost ([::1]:44218 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lgZTH-0001VA-08 for larch@yhetil.org; Tue, 11 May 2021 16:59:15 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44884) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lgZT4-0001Tu-65 for guix-patches@gnu.org; Tue, 11 May 2021 16:59:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54326) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lgZT3-0007VM-Uu for guix-patches@gnu.org; Tue, 11 May 2021 16:59:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lgZT3-0003uM-UW for guix-patches@gnu.org; Tue, 11 May 2021 16:59:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#48369] [PATCH] gnu: Add rset. Resent-From: Stefan =?UTF-8?Q?Reich=C3=B6r?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 11 May 2021 20:59:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 48369 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48369@debbugs.gnu.org Cc: Stefan =?UTF-8?Q?Reich=C3=B6r?= X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.162076672514997 (code B ref -1); Tue, 11 May 2021 20:59:01 +0000 Received: (at submit) by debbugs.gnu.org; 11 May 2021 20:58:45 +0000 Received: from localhost ([127.0.0.1]:37639 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lgZSm-0003tp-RO for submit@debbugs.gnu.org; Tue, 11 May 2021 16:58:45 -0400 Received: from lists.gnu.org ([209.51.188.17]:45806) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lgZSk-0003th-Mi for submit@debbugs.gnu.org; Tue, 11 May 2021 16:58:43 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44828) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lgZSk-0001TF-DK for guix-patches@gnu.org; Tue, 11 May 2021 16:58:42 -0400 Received: from dd3624.kasserver.com ([85.13.130.11]:34392) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lgZSi-0007Es-5o for guix-patches@gnu.org; Tue, 11 May 2021 16:58:42 -0400 Received: from localhost (37-186-9-252.ip.as39912.net [37.186.9.252]) by dd3624.kasserver.com (Postfix) with ESMTPA id A32AF5D40281; Tue, 11 May 2021 22:58:36 +0200 (CEST) From: Stefan =?UTF-8?Q?Reich=C3=B6r?= Date: Tue, 11 May 2021 22:58:31 +0200 Message-Id: <20210511205831.165732-1-stefan@xsteve.at> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=85.13.130.11; envelope-from=stefan@xsteve.at; helo=dd3624.kasserver.com X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_NONE=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" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1620766755; 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; bh=7LYXAb+319gEk2PYUmaYSisREqJSR6duNBkxvepcFik=; b=V0nUmCKS+n01rbXVEuAayX4SkWtcl05a+90itxCDdUQD5TZRnqcO1ynDDh3WdEEnlTh7Ni 6KqrRp+CeHoj15tl74vMg0VoSedthPVEZroUsD3W2bfKu7jjKVWTmRtdAXnCLL07NEo1v1 cvB2bBhoYnBZ0QxSwJt949L4b5QUix6OaBzVo2BdQ4ol+QBhzxzFPYtHHK9GjOCTtFv63Y /Kp6l7KVbCFdJreRf0s4cEY0M3mp1HR5hEo2nJ7DJ+xMR+WVjsxUd1gla9A86zvVwnCEOS iFrlrbvnrLA4VgdntVTrUEankYd+B/eG6jEXTz+qZNFd+3qusON5KgfH40Hq0g== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1620766755; a=rsa-sha256; cv=none; b=ujqo6Xm8Pueng81YZNNx4zyKfmU984d3Zhj9z3aIPOfYAMkF4Pmaj6b81Mes8Af8NeeaIx 42rKq0p3+EGwuYR5mBRRQC1nPCAmSUwr4o/gi8/5MQGA0vwgACl4T7Ou44d/eb7KPGLPUI BV5dEb5/S1eBmygqdxUSeGgXR7Fn3nSqJQyCdLAfbqtZZBHY7+U4sr/St6pB38RhOjZIdr UUn1FImGOah9C4JY11rQ3/4LFYlW1Z3kpmdkQlMFRWtehp56qhbFvhLEprXaa5KyXU6309 StDd9Uwbi6mqB5dpIlOZZ1fQC5RcXUaFhUV4/ZSCAs/LkYozuW45qb2yaE9tVA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: 2.55 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: D8B3115CD0 X-Spam-Score: 2.55 X-Migadu-Scanner: scn0.migadu.com X-TUID: dRQ6L5oAPSG6 * gnu/packages/admin.scm (rset): New variable. --- gnu/packages/admin.scm | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index fdcbf28a6a..c17609c442 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -3371,6 +3371,41 @@ Intel DRM Driver.") (supported-systems '("i686-linux" "x86_64-linux")) (license license:expat))) +(define-public rset + (package + (name "rset") + (version "2.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/eradman/rset/") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "150my3lvql3m6jn1c12x81jx990nqh5g02v6r9a5j51ds39shr39")))) + (build-system gnu-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'configure + (lambda* (#:key outputs #:allow-other-keys) + (invoke "./configure")))) + #:make-flags + (list (string-append "PREFIX=" (assoc-ref %outputs "out")) + ,(string-append "CC=" (cc-for-target))) + #:tests? #f)) ; TODO: test target requires ruby, curl, uname + (home-page "http://scriptedconfiguration.org") + (synopsis "Configure systems using any scripting language") + (description + "rset(1) operates by staging files on a remote system, then executing +instructions embedded in the pln(5) files. Any interpreter capable of running +scripts read over a pipe may be specified. The bundled utilities rinstall(1) +and rsub(1) provide an easy means of installing and modifying configuration +files, and capabilities are added by writing utility scripts which are sent +along with configuration data.") + (license license:isc))) + (define-public fabric (package (name "fabric") -- 2.25.1