guix_mirror_bot pushed a change to branch master
in repository guix.

    from a65c691b39 gnu: python-pycotap: Update to 1.3.1.
     new e778155f51 profiles: Preserve Bash ‘HIST’ variables.
     new 1bb323866b gnu: bootstrap: Use ftpmirror.gnu.org as main entry in 
%bootstrap-base-urls
     new 2e3b5863e1 cvs-download: Implement SWH fallback.
     new 1e37976756 vm: Let ‘%immutable-store’ through.
     new 2c5b7a3b63 import: pypi: Use guix-hash-url and download-to-store.
     new 5801225b89 import: cpan: Use guix-hash-url.
     new 2c1e7f1cc4 import: elpa: Use guix-hash-url.
     new d3b5b7c198 import: gnu: Use guix-hash-url.
     new dd720662e7 import: go: Remove uneeded autoloads.
     new 8bf8fed532 import: hackage: Use guix-hash-url.
     new f1a3bf940c import: pypi: Move tests to tests/import/pypi.scm
     new 5cf0daa657 import: hackage: Move tests to tests/import/hackage.scm.
     new d950c929e9 import: cpan: Move tests to tests/import/cpan.scm.
     new fbc1da99ea import: crate: Move tests to tests/import/crate.scm.
     new d4fda72d8f import: go: Move tests to tests/import/go.scm.
     new bf468f4b70 import: egg: Move tests to tests/import/egg.scm.
     new 9bf4e572df import: elm: Move tests to tests/import/elm.scm.
     new 94df3e6f28 import: gem: Move tests to tests/import/gem.scm.
     new 02f1ff69c6 import: git: Move tests to tests/import/git.scm.
     new 7a41349bed import: cran: Move tests to tests/import/cran.scm.
     new fc905a5a69 import: elpa: Move tests to tests/import/elpa.scm.
     new 5507b1bfc0 import: opam: Move tests to tests/import/opam.scm.
     new 090d574dbf import: hexpm: Move tests to tests/import/hexpm.scm.
     new 16c08ac5d8 import: print: Move tests to tests/import/print.scm.
     new 15b351691e import: github: Move tests to tests/import/github.scm.
     new 0dba512d86 import: luanti: Move tests to tests/import/luanti.scm.
     new a34376aa71 import: texlive: Move tests to tests/import/texlive.scm.
     new a14df09097 import: composer: Move tests to tests/import/composer.scm.
     new 12e6d3b48f import: npm-binary: Move tests to 
tests/import/npm-binary.scm.
     new 1dab0f01bb import: utils: Move tests to tests/import/utils.scm.

The 30 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:
 CODEOWNERS                                     | 16 +++++-----
 Makefile.am                                    | 42 +++++++++++++-------------
 etc/teams.scm                                  | 16 +++++-----
 gnu/packages/admin.scm                         |  2 +-
 gnu/packages/bootstrap.scm                     |  6 ++--
 gnu/system/vm.scm                              |  3 +-
 guix/cvs-download.scm                          | 37 ++++++++++++++++++-----
 guix/import/cpan.scm                           | 16 +++++-----
 guix/import/elpa.scm                           |  5 +--
 guix/import/gnu.scm                            | 17 +++++------
 guix/import/go.scm                             |  4 ---
 guix/import/hackage.scm                        | 14 ++++-----
 guix/import/pypi.scm                           | 15 ++++-----
 guix/profiles.scm                              | 11 +++++--
 tests/{ => import}/composer.scm                |  0
 tests/{ => import}/cpan.scm                    |  0
 tests/{ => import}/cran.scm                    |  0
 tests/{ => import}/crate.scm                   |  0
 tests/{ => import}/egg.scm                     |  0
 tests/{ => import}/elm.scm                     |  0
 tests/{ => import}/elpa.scm                    |  0
 tests/{import-git.scm => import/git.scm}       |  0
 tests/{import-github.scm => import/github.scm} |  0
 tests/{ => import}/go.scm                      |  0
 tests/{ => import}/hackage.scm                 |  0
 tests/{ => import}/hexpm.scm                   |  0
 tests/{ => import}/luanti.scm                  |  0
 tests/{ => import}/npm-binary.scm              |  0
 tests/{ => import}/opam.scm                    |  0
 tests/{ => import}/print.scm                   |  0
 tests/{ => import}/pypi.scm                    |  0
 tests/{ => import}/texlive.scm                 |  0
 tests/{import-utils.scm => import/utils.scm}   |  0
 33 files changed, 109 insertions(+), 95 deletions(-)
 rename tests/{ => import}/composer.scm (100%)
 rename tests/{ => import}/cpan.scm (100%)
 rename tests/{ => import}/cran.scm (100%)
 rename tests/{ => import}/crate.scm (100%)
 rename tests/{ => import}/egg.scm (100%)
 rename tests/{ => import}/elm.scm (100%)
 rename tests/{ => import}/elpa.scm (100%)
 rename tests/{import-git.scm => import/git.scm} (100%)
 rename tests/{import-github.scm => import/github.scm} (100%)
 rename tests/{ => import}/go.scm (100%)
 rename tests/{ => import}/hackage.scm (100%)
 rename tests/{ => import}/hexpm.scm (100%)
 rename tests/{ => import}/luanti.scm (100%)
 rename tests/{ => import}/npm-binary.scm (100%)
 rename tests/{ => import}/opam.scm (100%)
 rename tests/{ => import}/print.scm (100%)
 rename tests/{ => import}/pypi.scm (100%)
 rename tests/{ => import}/texlive.scm (100%)
 rename tests/{import-utils.scm => import/utils.scm} (100%)

Reply via email to