[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated (90e1f9c -> 416f784)
From: |
guix-commits |
Subject: |
branch master updated (90e1f9c -> 416f784) |
Date: |
Fri, 28 May 2021 05:36:53 -0400 (EDT) |
civodul pushed a change to branch master
in repository guix.
from 90e1f9c gnu: cuirass: Update to 1.0.0-21.65ae16b.
new c82b374 gnu: intel-mpi-benchmarks: Remove top-level reference to
'openmpi'.
new 7243a8c deploy: Error out when the FILE argument is missing.
new 681af1f scripts: Commands warn when passed zero arguments.
new 50d5bb1 git-download: 'git-predicate' now ignores deleted files.
new ebbfee8 git-download: Support submodules in 'git-predicate'.
new a800224 gnu: libraft: Update to 0.10.1
new 3f5bc6c import: opam: Generate license for package.
new 45a96b3 gnu: tryton: Factor out custom ‘check’ phase.
new 0ab7796 gnu: tryton: Use local 'inputs' instead of global
'%build-inputs'.
new 416f784 gnu: tryton: Allow disabling the test suite.
The 10 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
gnu/packages/benchmark.scm | 15 +--
gnu/packages/cluster.scm | 4 +-
gnu/packages/tryton.scm | 239 ++++++++-----------------------------------
guix/git-download.scm | 79 ++++++++++----
guix/import/opam.scm | 4 +-
guix/scripts/archive.scm | 3 +
guix/scripts/build.scm | 3 +
guix/scripts/copy.scm | 9 +-
guix/scripts/deploy.scm | 7 +-
guix/scripts/edit.scm | 4 +-
guix/scripts/environment.scm | 3 +
guix/scripts/graph.scm | 5 +-
guix/scripts/package.scm | 3 +
tests/opam.scm | 4 +-
14 files changed, 144 insertions(+), 238 deletions(-)
- branch master updated (90e1f9c -> 416f784),
guix-commits <=
- 01/10: gnu: intel-mpi-benchmarks: Remove top-level reference to 'openmpi'., guix-commits, 2021/05/28
- 02/10: deploy: Error out when the FILE argument is missing., guix-commits, 2021/05/28
- 03/10: scripts: Commands warn when passed zero arguments., guix-commits, 2021/05/28
- 04/10: git-download: 'git-predicate' now ignores deleted files., guix-commits, 2021/05/28
- 05/10: git-download: Support submodules in 'git-predicate'., guix-commits, 2021/05/28
- 06/10: gnu: libraft: Update to 0.10.1, guix-commits, 2021/05/28
- 07/10: import: opam: Generate license for package., guix-commits, 2021/05/28
- 08/10: gnu: tryton: Factor out custom ‘check’ phase., guix-commits, 2021/05/28
- 09/10: gnu: tryton: Use local 'inputs' instead of global '%build-inputs'., guix-commits, 2021/05/28
- 10/10: gnu: tryton: Allow disabling the test suite., guix-commits, 2021/05/28