guix-commits
[Top][All Lists]
Advanced

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

branch master updated (48f9484483 -> dcc5c34504)


From: guix-commits
Subject: branch master updated (48f9484483 -> dcc5c34504)
Date: Tue, 17 Oct 2023 08:54:37 -0400 (EDT)

zimoun pushed a change to branch master
in repository guix.

    from 48f9484483 gnu: Add r-metacell.
     new b4d1eb53c0 ui: Handle EPIPE errors when displaying Guix version.
     new b53742def3 scripts: archive: Handle EPIPE errors when displaying help.
     new de63efc802 scripts: build: Handle EPIPE errors when displaying help.
     new 2ac8e95dba scripts: challenge: Handle EPIPE errors when displaying 
help.
     new f814d33cbd scripts: container: Handle EPIPE errors when displaying 
help.
     new fb231e09cb scripts: copy: Handle EPIPE errors when displaying help.
     new c150267648 scripts: deploy: Handle EPIPE errors when displaying help.
     new a53e5fb121 scripts: describe: Handle EPIPE errors when displaying help.
     new 6c6071faf9 scripts: discover: Handle EPIPE errors when displaying help.
     new 25331ae62b scripts: download: Handle EPIPE errors when displaying help.
     new 8ed377978e scripts: edit: Handle EPIPE errors when displaying help.
     new 330540b638 scripts: gc: Handle EPIPE errors when displaying help.
     new cba0fa6f4f scripts: git: Handle EPIPE errors when displaying help.
     new ba8a43f220 scripts: graph: Handle EPIPE errors when displaying help.
     new 7d36333145 scripts: hash: Handle EPIPE errors when displaying help.
     new f7c274c403 scripts: home: Handle EPIPE errors when displaying help.
     new 79b6eef750 scripts: import: Handle EPIPE errors when displaying help.
     new a5d9042663 scripts: install: Handle EPIPE errors when displaying help.
     new 078107289a scripts: lint: Handle EPIPE errors when displaying help.
     new 55c3776023 scripts: locate: Handle EPIPE errors when displaying help.
     new ef8a615861 scripts: offload: Handle EPIPE errors when displaying help.
     new 61a7e16d8d scripts: pack: Handle EPIPE errors when displaying help.
     new 4451982ac4 scripts: package: Handle EPIPE errors when displaying help.
     new bfc6c54131 scripts: processes: Handle EPIPE errors when displaying 
help.
     new 3a665d789f scripts: publish: Handle EPIPE errors when displaying help.
     new 0c0bcbdd83 scripts: pull: Handle EPIPE errors when displaying help.
     new ac9b2939d6 scripts: refresh: Handle EPIPE errors when displaying help.
     new 028de130d2 scripts: remove: Handle EPIPE errors when displaying help.
     new c5a5ccfa54 scripts: repl: Handle EPIPE errors when displaying help.
     new 94e0496aa8 scripts: search: Handle EPIPE errors when displaying help.
     new acdbb798d0 scripts: shell: Handle EPIPE errors when displaying help.
     new d56940eb81 scripts: show: Handle EPIPE errors when displaying help.
     new 426f52826b scripts: size: Handle EPIPE errors when displaying help.
     new 08b16ebcb3 scripts: style: Handle EPIPE errors when displaying help.
     new 6c5516ab83 scripts: system: Handle EPIPE errors when displaying help.
     new c4aa37fde9 scripts: substitute: Handle EPIPE errors when displaying 
help.
     new a293b1cfa7 scripts: time-machine: Handle EPIPE errors when displaying 
help.
     new 16e53f1687 scripts: upgrade: Handle EPIPE errors when displaying help.
     new daaebc6457 scripts: weather: Handle EPIPE errors when displaying help.
     new dcc5c34504 guix: import: opam: Handle list of licenses.

The 40 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:
 guix/import/opam.scm          |  6 ++++--
 guix/scripts/archive.scm      |  2 +-
 guix/scripts/build.scm        |  2 +-
 guix/scripts/challenge.scm    |  2 +-
 guix/scripts/container.scm    |  2 +-
 guix/scripts/copy.scm         |  2 +-
 guix/scripts/deploy.scm       |  2 +-
 guix/scripts/describe.scm     |  2 +-
 guix/scripts/discover.scm     |  2 +-
 guix/scripts/download.scm     |  2 +-
 guix/scripts/edit.scm         |  2 +-
 guix/scripts/gc.scm           |  2 +-
 guix/scripts/git.scm          |  2 +-
 guix/scripts/graph.scm        |  2 +-
 guix/scripts/hash.scm         |  2 +-
 guix/scripts/home.scm         |  2 +-
 guix/scripts/import.scm       |  2 +-
 guix/scripts/install.scm      |  2 +-
 guix/scripts/lint.scm         |  2 +-
 guix/scripts/locate.scm       |  2 +-
 guix/scripts/offload.scm      |  5 +++--
 guix/scripts/pack.scm         |  2 +-
 guix/scripts/package.scm      |  2 +-
 guix/scripts/processes.scm    |  2 +-
 guix/scripts/publish.scm      |  2 +-
 guix/scripts/pull.scm         |  2 +-
 guix/scripts/refresh.scm      |  2 +-
 guix/scripts/remove.scm       |  2 +-
 guix/scripts/repl.scm         |  2 +-
 guix/scripts/search.scm       |  2 +-
 guix/scripts/shell.scm        |  2 +-
 guix/scripts/show.scm         |  2 +-
 guix/scripts/size.scm         |  2 +-
 guix/scripts/style.scm        |  2 +-
 guix/scripts/substitute.scm   |  2 +-
 guix/scripts/system.scm       |  2 +-
 guix/scripts/time-machine.scm |  2 +-
 guix/scripts/upgrade.scm      |  2 +-
 guix/scripts/weather.scm      |  2 +-
 guix/ui.scm                   | 21 +++++++++++----------
 40 files changed, 55 insertions(+), 51 deletions(-)



reply via email to

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