guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated (511dc68 -> 808f9ff)


From: guix-commits
Subject: branch master updated (511dc68 -> 808f9ff)
Date: Sat, 18 Sep 2021 13:43:25 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

    from 511dc68  gnu: Add swaylock-effects.
     new 358ad74  tests: Allow opam test to run without networking.
     new 4674738  tests: git: Don't read from the users global Git config file.
     new 6597f80  tests: git: Make 'tag' directive non-interactive.
     new 59ee107  import: Add 'generic-git' updater.
     new 778c1fb  channels: 'channel-news-entry-commit' correctly resolves 
annotated tags.
     new 8d4c0e3  tests/minetest: Fix 'test-package*' indenting.
     new 8480a2a  import: minetest: Delete duplicate dependencies.
     new 808f9ff  import: minetest: Strip "v" prefixes from the version number.

The 8 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:
 Makefile.am              |   2 +
 doc/guix.texi            |  34 +++++++
 guix/channels.scm        |   9 +-
 guix/git.scm             |  41 ++++++++
 guix/import/git.scm      | 225 +++++++++++++++++++++++++++++++++++++++++++
 guix/import/minetest.scm |  16 +++-
 guix/tests/git.scm       |   7 +-
 tests/channels.scm       |  47 +++++++++
 tests/git.scm            |  28 ++++++
 tests/import-git.scm     | 245 +++++++++++++++++++++++++++++++++++++++++++++++
 tests/minetest.scm       |  37 ++++++-
 tests/opam.scm           |  90 ++++++++---------
 12 files changed, 727 insertions(+), 54 deletions(-)
 create mode 100644 guix/import/git.scm
 create mode 100644 tests/import-git.scm



reply via email to

[Prev in Thread] Current Thread [Next in Thread]