guix-commits
[Top][All Lists]
Advanced

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

branch master updated (876d022 -> 62b8bbc)


From: guix-commits
Subject: branch master updated (876d022 -> 62b8bbc)
Date: Sat, 11 Jul 2020 06:43:50 -0400 (EDT)

civodul pushed a change to branch master
in repository guix.

    from 876d022  gnu: gnome-builder: Expound description.
     new 838f2bd  git-authenticate: Factorize 'authenticate-repository'.
     new 4b9b8b2  Add 'etc/historical-authorizations'.
     new 69db299  git: Add 'with-git-error-handling'.
     new a987127  Add 'guix git authenticate'.
     new 96bf434  maint: Remove 'build-aux/git-authenticate.scm'.
     new 62b8bbc  news: Add entry for 'guix git authenticate'.

The 6 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                                        |  16 +-
 build-aux/git-authenticate.scm                     | 322 ---------------------
 doc/guix.texi                                      |  83 +++++-
 .../historical-authorizations                      |  49 +++-
 etc/news.scm                                       |  16 +
 guix/channels.scm                                  | 118 ++------
 guix/git-authenticate.scm                          | 101 ++++++-
 guix/git.scm                                       |  19 ++
 guix/scripts/{container.scm => git.scm}            |  35 ++-
 guix/scripts/git/authenticate.scm                  | 179 ++++++++++++
 guix/scripts/pull.scm                              |  18 --
 guix/scripts/time-machine.scm                      |   4 +-
 po/guix/POTFILES.in                                |   2 +
 tests/guix-git-authenticate.sh                     |  56 ++++
 14 files changed, 557 insertions(+), 461 deletions(-)
 delete mode 100644 build-aux/git-authenticate.scm
 copy .guix-authorizations => etc/historical-authorizations (75%)
 copy guix/scripts/{container.scm => git.scm} (62%)
 create mode 100644 guix/scripts/git/authenticate.scm
 create mode 100644 tests/guix-git-authenticate.sh



reply via email to

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