2015-04-19 13:59:37 -04:00
|
|
|
;;; GNU Guix --- Functional package management for GNU
|
|
|
|
;;; Copyright © 2015 Eric Bavier <bavier@member.fsf.org>
|
2016-10-22 06:00:51 -04:00
|
|
|
;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
|
2017-01-09 12:33:28 -05:00
|
|
|
;;; Copyright © 2016, 2017 Mathieu Lirzin <mthl@gnu.org>
|
2021-01-15 11:10:41 -05:00
|
|
|
;;; Copyright © 2017, 2020, 2021 Mathieu Othacehe <m.othacehe@gmail.com>
|
2020-04-15 14:01:06 -04:00
|
|
|
;;; Copyright © 2017, 2019, 2020 Ricardo Wurmus <rekado@elephly.net>
|
2018-06-19 10:39:15 -04:00
|
|
|
;;; Copyright © 2018 Clément Lassieur <clement@lassieur.org>
|
2015-04-19 13:59:37 -04:00
|
|
|
;;;
|
|
|
|
;;; This file is part of GNU Guix.
|
|
|
|
;;;
|
|
|
|
;;; GNU Guix is free software; you can redistribute it and/or modify it
|
|
|
|
;;; under the terms of the GNU General Public License as published by
|
|
|
|
;;; the Free Software Foundation; either version 3 of the License, or (at
|
|
|
|
;;; your option) any later version.
|
|
|
|
;;;
|
|
|
|
;;; GNU Guix is distributed in the hope that it will be useful, but
|
|
|
|
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
;;; GNU General Public License for more details.
|
|
|
|
;;;
|
|
|
|
;;; You should have received a copy of the GNU General Public License
|
|
|
|
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
|
|
|
|
(define-module (gnu packages ci)
|
|
|
|
#:use-module ((guix licenses) #:prefix l:)
|
|
|
|
#:use-module (gnu packages)
|
|
|
|
#:use-module (guix packages)
|
|
|
|
#:use-module (guix git-download)
|
2021-01-15 11:10:41 -05:00
|
|
|
#:use-module (guix download)
|
2015-04-19 13:59:37 -04:00
|
|
|
#:use-module (gnu packages autotools)
|
|
|
|
#:use-module (gnu packages base)
|
|
|
|
#:use-module (gnu packages docbook)
|
|
|
|
#:use-module (gnu packages compression)
|
|
|
|
#:use-module (gnu packages databases)
|
|
|
|
#:use-module (gnu packages guile)
|
gnu: Move most packages from guile.scm to new module.
* gnu/packages/guile.scm (artanis, guildhall, guile-aspell, guile-bash,
guile-8sync, guile-daemon, guile-dsv, guile-fibers, guile-syntax-highlight,
guile-sjson, guile-colorized, guile-pfds, guile-aa-tree, guile-simple-zmq,
jupyter-guile-kernel, guile-sparql, guile-debbugs, guile-email,
guile-debbugs-next, guile-newt, guile-mastodon, guile-parted, guile-xosd,
guile-dbi, guile-dbd-sqlite3, guile-config, guile-hall, guile-ics, guile-wisp,
guile-sly, g-wrap, guile-miniadapton, guile-reader, guile2.2-reader,
guile-ncurses, guile-ncurses/gpm, guile-lib, guile2.0-lib, guile2.2-lib,
guile-minikanren, guile2.0-minikanren, guile2.2-minikanren, guile-irregex,
guile2.0-irregex, guile2.2-irregex, haunt, guile2.0-haunt, guile2.2-haunt,
guile-redis, guile2.0-redis, guile2.2-redis, guile-commonmark,
guile2.0-commonmark, guile2.2-commonmark, mcron, mcron2): Move these variables
from here...
* gnu/packages/guile-xyz.scm: ...to this new file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/installer.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/ci.scm,
gnu/packages/gtk.scm,
gnu/packages/guile.scm,
gnu/packages/mail.scm,
gnu/packages/package-management.scm,
gnu/packages/skribilo.scm,
gnu/packages/web.scm,
gnu/services/mcron.scm: Update module references.
2019-01-28 08:57:10 -05:00
|
|
|
#:use-module (gnu packages guile-xyz)
|
2018-09-05 08:46:28 -04:00
|
|
|
#:use-module (gnu packages gnupg)
|
2015-04-19 13:59:37 -04:00
|
|
|
#:use-module (gnu packages mail)
|
|
|
|
#:use-module (gnu packages package-management)
|
|
|
|
#:use-module (gnu packages perl)
|
2019-01-14 10:00:35 -05:00
|
|
|
#:use-module (gnu packages perl-compression)
|
2015-04-19 13:59:37 -04:00
|
|
|
#:use-module (gnu packages pkg-config)
|
gnu: Move content of openssl module into tls module.
* gnu/packages/openssl.scm (openssl, perl-net-ssleay): Move to...
* gnu/packages/tls.scm: ...here.
* gnu/packages/openssl.scm: Delete file.
* gnu-system.am (GNU_SYSTEM_MODULES): Unregister deleted file.
* gnu/packages/{admin.scm, bittorrent.scm, certs.scm, ci.scm,
cyrus-sasl.scm, databases.scm, dns.scm, ebook.scm, enlightenment.scm,
gnunet.scm, libreoffice.scm, links.scm, mail.scm, messaging.scm,
networking.scm, ntp.scm, openldap.scm, package-management.scm, pdf.scm,
python.scm, qt.scm, rdesktop.scm, rdf.scm, ruby.scm, ssh.scm,
synergy.scm, tor.scm, version-control.scm, video.scm, vpn.scm,
w3m.scm, web.scm, weechat.scm, xiph.scm}: Adapt module import.
2015-07-05 12:27:24 -04:00
|
|
|
#:use-module (gnu packages tls)
|
2016-12-01 15:10:18 -05:00
|
|
|
#:use-module (gnu packages texinfo)
|
2015-04-19 13:59:37 -04:00
|
|
|
#:use-module (gnu packages version-control)
|
|
|
|
#:use-module (gnu packages web)
|
|
|
|
#:use-module (gnu packages xml)
|
2020-01-01 13:56:11 -05:00
|
|
|
#:use-module (guix build-system gnu))
|
2015-04-19 13:59:37 -04:00
|
|
|
|
2016-10-22 06:00:51 -04:00
|
|
|
(define-public cuirass
|
2021-04-09 03:46:10 -04:00
|
|
|
(let ((commit "7542d626dc476c7e00fc8e756e97f498fb272f45")
|
|
|
|
(revision "8"))
|
2016-10-22 06:00:51 -04:00
|
|
|
(package
|
|
|
|
(name "cuirass")
|
2021-03-23 06:45:54 -04:00
|
|
|
(version (git-version "1.0.0" revision commit))
|
2021-03-10 02:41:10 -05:00
|
|
|
(source
|
|
|
|
(origin
|
|
|
|
(method git-fetch)
|
|
|
|
(uri (git-reference
|
|
|
|
(url "https://git.savannah.gnu.org/git/guix/guix-cuirass.git")
|
|
|
|
(commit commit)))
|
|
|
|
(file-name (git-file-name name version))
|
|
|
|
(sha256
|
|
|
|
(base32
|
2021-04-09 03:46:10 -04:00
|
|
|
"0w7isma75w0m65v6mkjkg5ysd0qn9bz51rnps4g845qra2jc1h7s"))))
|
2016-10-22 06:00:51 -04:00
|
|
|
(build-system gnu-build-system)
|
|
|
|
(arguments
|
2021-03-26 16:13:06 -04:00
|
|
|
`(#:modules ((guix build utils)
|
2017-05-10 11:03:49 -04:00
|
|
|
(guix build gnu-build-system)
|
|
|
|
(ice-9 rdelim)
|
|
|
|
(ice-9 popen))
|
2019-10-23 15:36:27 -04:00
|
|
|
#:configure-flags '("--localstatedir=/var") ;for /var/log/cuirass
|
2021-03-23 06:45:54 -04:00
|
|
|
#:parallel-tests? #f
|
2017-05-10 11:03:49 -04:00
|
|
|
#:phases
|
2016-10-22 06:00:51 -04:00
|
|
|
(modify-phases %standard-phases
|
2021-03-26 16:13:06 -04:00
|
|
|
(add-before 'bootstrap 'fix-version-gen
|
|
|
|
(lambda _
|
|
|
|
(patch-shebang "build-aux/git-version-gen")
|
|
|
|
|
|
|
|
(call-with-output-file ".tarball-version"
|
|
|
|
(lambda (port)
|
|
|
|
(display ,version port)))))
|
2021-03-10 02:41:10 -05:00
|
|
|
(add-before 'check 'set-PATH-for-tests
|
|
|
|
(lambda* (#:key inputs #:allow-other-keys)
|
|
|
|
(let ((pg (assoc-ref inputs "ephemeralpg"))
|
|
|
|
(path (getenv "PATH")))
|
|
|
|
(setenv "PATH" (string-append pg "/bin:" path))
|
|
|
|
#t)))
|
2021-03-23 06:45:54 -04:00
|
|
|
;; Disable the remote tests that require a Guix daemon connection.
|
|
|
|
(add-before 'check 'disable-remote-tests
|
|
|
|
(lambda _
|
|
|
|
(substitute* "Makefile.am"
|
|
|
|
(("tests/remote.scm") ""))
|
|
|
|
#t))
|
2016-10-22 06:00:51 -04:00
|
|
|
(add-after 'install 'wrap-program
|
|
|
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
|
|
|
;; Wrap the 'cuirass' command to refer to the right modules.
|
|
|
|
(let* ((out (assoc-ref outputs "out"))
|
2021-01-15 11:10:41 -05:00
|
|
|
(avahi (assoc-ref inputs "guile-avahi"))
|
2018-09-05 08:46:28 -04:00
|
|
|
(gcrypt (assoc-ref inputs "guile-gcrypt"))
|
2016-10-22 06:00:51 -04:00
|
|
|
(json (assoc-ref inputs "guile-json"))
|
2021-01-15 11:10:41 -05:00
|
|
|
(zmq (assoc-ref inputs "guile-simple-zmq"))
|
|
|
|
(squee (assoc-ref inputs "guile-squee"))
|
2017-08-17 03:11:14 -04:00
|
|
|
(git (assoc-ref inputs "guile-git"))
|
|
|
|
(bytes (assoc-ref inputs "guile-bytestructures"))
|
2018-02-14 17:44:28 -05:00
|
|
|
(fibers (assoc-ref inputs "guile-fibers"))
|
2020-08-25 10:38:19 -04:00
|
|
|
(zlib (assoc-ref inputs "guile-zlib"))
|
2021-02-22 03:37:55 -05:00
|
|
|
(matd (assoc-ref inputs "guile-mastodon"))
|
2021-02-22 10:23:49 -05:00
|
|
|
(tls (assoc-ref inputs "gnutls"))
|
2021-02-22 03:37:55 -05:00
|
|
|
(mail (assoc-ref inputs "mailutils"))
|
2016-10-22 06:00:51 -04:00
|
|
|
(guix (assoc-ref inputs "guix"))
|
2021-01-15 11:10:41 -05:00
|
|
|
(deps (list avahi gcrypt json zmq squee git bytes
|
2021-02-22 10:23:49 -05:00
|
|
|
fibers zlib matd tls mail guix))
|
2017-05-10 11:03:49 -04:00
|
|
|
(guile (assoc-ref %build-inputs "guile"))
|
2021-03-10 02:41:10 -05:00
|
|
|
(effective
|
|
|
|
(read-line
|
|
|
|
(open-pipe* OPEN_READ
|
|
|
|
(string-append guile "/bin/guile")
|
|
|
|
"-c" "(display (effective-version))")))
|
|
|
|
(mods
|
|
|
|
(string-drop-right ;drop trailing colon
|
|
|
|
(string-join deps
|
|
|
|
(string-append "/share/guile/site/"
|
|
|
|
effective ":")
|
|
|
|
'suffix)
|
|
|
|
1))
|
|
|
|
(objs
|
|
|
|
(string-drop-right
|
|
|
|
(string-join deps
|
|
|
|
(string-append "/lib/guile/" effective
|
|
|
|
"/site-ccache:")
|
|
|
|
'suffix)
|
|
|
|
1)))
|
2021-03-23 06:45:54 -04:00
|
|
|
;; Make sure 'cuirass' can find the relevant Guile modules.
|
|
|
|
(wrap-program (string-append out "/bin/cuirass")
|
|
|
|
`("PATH" ":" prefix (,(string-append out "/bin")))
|
|
|
|
`("GUILE_LOAD_PATH" ":" prefix (,mods))
|
|
|
|
`("GUILE_LOAD_COMPILED_PATH" ":" prefix (,objs)))
|
2016-12-19 17:35:05 -05:00
|
|
|
#t))))))
|
2016-10-22 06:00:51 -04:00
|
|
|
(inputs
|
2020-09-24 04:09:48 -04:00
|
|
|
`(("guile" ,guile-3.0/libgc-7)
|
2021-01-15 11:10:41 -05:00
|
|
|
("guile-avahi" ,guile-avahi)
|
2018-02-14 17:44:28 -05:00
|
|
|
("guile-fibers" ,guile-fibers)
|
2018-09-05 08:46:28 -04:00
|
|
|
("guile-gcrypt" ,guile-gcrypt)
|
2020-06-02 12:27:49 -04:00
|
|
|
("guile-json" ,guile-json-4)
|
2021-01-15 11:10:41 -05:00
|
|
|
("guile-simple-zmq" ,guile-simple-zmq)
|
|
|
|
("guile-squee" ,guile-squee)
|
2017-08-17 03:11:14 -04:00
|
|
|
("guile-git" ,guile-git)
|
2020-08-25 10:38:19 -04:00
|
|
|
("guile-zlib" ,guile-zlib)
|
2021-03-24 14:26:00 -04:00
|
|
|
("guile-mastodon" ,guile-mastodon)
|
2021-02-22 10:23:49 -05:00
|
|
|
("gnutls" ,gnutls)
|
2021-02-22 03:37:55 -05:00
|
|
|
("mailutils" ,mailutils)
|
2017-08-17 03:11:14 -04:00
|
|
|
;; FIXME: this is propagated by "guile-git", but it needs to be among
|
|
|
|
;; the inputs to add it to GUILE_LOAD_PATH.
|
|
|
|
("guile-bytestructures" ,guile-bytestructures)
|
|
|
|
("guix" ,guix)))
|
2016-10-22 06:00:51 -04:00
|
|
|
(native-inputs
|
|
|
|
`(("autoconf" ,autoconf)
|
|
|
|
("automake" ,automake)
|
2016-12-01 15:10:18 -05:00
|
|
|
("pkg-config" ,pkg-config)
|
2021-03-10 02:41:10 -05:00
|
|
|
("texinfo" ,texinfo)
|
|
|
|
("ephemeralpg" ,ephemeralpg)))
|
2017-09-29 04:00:04 -04:00
|
|
|
(native-search-paths
|
|
|
|
;; For HTTPS access, Cuirass itself honors these variables, with the
|
|
|
|
;; same semantics as Git and OpenSSL (respectively).
|
|
|
|
(list (search-path-specification
|
|
|
|
(variable "GIT_SSL_CAINFO")
|
|
|
|
(file-type 'regular)
|
|
|
|
(separator #f) ;single entry
|
|
|
|
(files '("etc/ssl/certs/ca-certificates.crt")))
|
|
|
|
(search-path-specification
|
|
|
|
(variable "SSL_CERT_DIR")
|
|
|
|
(files '("etc/ssl/certs")))))
|
2016-10-22 06:00:51 -04:00
|
|
|
(synopsis "Continuous integration system")
|
|
|
|
(description
|
|
|
|
"Cuirass is a continuous integration tool using GNU Guix. It is
|
|
|
|
intended as a replacement for Hydra.")
|
2021-04-01 06:06:06 -04:00
|
|
|
(home-page "https://guix.gnu.org/cuirass/")
|
2016-10-22 06:00:51 -04:00
|
|
|
(license l:gpl3+))))
|