guix/guix/scripts
Ludovic Courtès d51bfe242f
Use 'formatted-message' instead of '&message' where appropriate.
* gnu.scm (%try-use-modules): Use 'formatted-message' instead of
'&message'.
* gnu/machine/digital-ocean.scm (maybe-raise-unsupported-configuration-error):
Likewise.
* gnu/machine/ssh.scm (machine-check-file-system-availability): Likewise.
(machine-check-building-for-appropriate-system): Likewise.
(deploy-managed-host): Likewise.
(maybe-raise-unsupported-configuration-error): Likewise.
* gnu/packages.scm (search-patch): Likewise.
* gnu/services.scm (%service-with-default-value): Likewise.
(files->etc-directory): Likewise.
(fold-services): Likewise.
* gnu/system.scm (locale-name->definition*): Likewise.
* gnu/system/mapped-devices.scm (check-device-initrd-modules): Likewise.
(check-luks-device): Likewise.
* guix/channels.scm (latest-channel-instance): Likewise.
* guix/cve.scm (json->cve-items): Likewise.
* guix/git-authenticate.scm (commit-signing-key): Likewise.
(commit-authorized-keys): Likewise.
(authenticate-commit): Likewise.
(verify-introductory-commit): Likewise.
* guix/remote.scm (remote-pipe-for-gexp): Likewise.
* guix/scripts/graph.scm (assert-package): Likewise.
* guix/scripts/offload.scm (private-key-from-file*): Likewise.
* guix/ssh.scm (authenticate-server*): Likewise.
(open-ssh-session): Likewise.
(remote-inferior): Likewise.
* guix/ui.scm (matching-generations): Likewise.
* guix/upstream.scm (package-update): Likewise.
* tests/channels.scm ("latest-channel-instances, missing introduction for 'guix'"):
Catch 'formatted-message?'.
("authenticate-channel, wrong first commit signer"): Likewise.
* tests/lint.scm ("patches: not found"): Adjust message string.
* tests/packages.scm ("patch not found yields a run-time error"): Catch
'formatted-message?'.
* guix/lint.scm (check-patch-file-names): Handle 'formatted-message?'.
(check-derivation): Ditto.
2020-07-25 19:11:37 +02:00
..
container
git Add 'guix git authenticate'. 2020-07-11 12:33:01 +02:00
import import/json: Use json->code. 2020-04-16 23:41:52 +02:00
system utils: Move '&fix-hint' to (guix diagnostics). 2020-07-25 19:11:36 +02:00
archive.scm '--dry-run' no longer implies '--no-grafts'. 2020-03-29 15:32:18 +02:00
authenticate.scm
build.scm scripts/build: options->things-to-build: Handle .json files. 2020-04-16 23:41:52 +02:00
challenge.scm challenge: Fix option indentation in '--help' output. 2020-06-26 16:19:53 +02:00
container.scm
copy.scm '--dry-run' no longer implies '--no-grafts'. 2020-03-29 15:32:18 +02:00
deploy.scm deploy: Use 'map/accumulate-builds'. 2020-03-29 23:14:27 +02:00
describe.scm guix describe: Display channel introductions and add 'channels-sans-intro'. 2020-07-01 23:34:51 +02:00
download.scm guix hash, guix download: Support base64 format. 2020-05-22 00:35:24 +02:00
edit.scm guix: edit: Make nano the default editor. 2020-04-27 23:29:40 +02:00
environment.scm tests: Actually run 'tests/guix-environment-container.sh'. 2020-06-20 13:18:11 +02:00
gc.scm More module autoload changes. 2020-01-07 12:25:09 +01:00
git.scm Add 'guix git authenticate'. 2020-07-11 12:33:01 +02:00
graph.scm Use 'formatted-message' instead of '&message' where appropriate. 2020-07-25 19:11:37 +02:00
hash.scm guix hash, guix download: Support base64 format. 2020-05-22 00:35:24 +02:00
import.scm
install.scm
lint.scm scripts: lint: Handle store connections for lint checkers. 2020-03-24 19:47:46 +00:00
offload.scm Use 'formatted-message' instead of '&message' where appropriate. 2020-07-25 19:11:37 +02:00
pack.scm pack: '-R' applies to propagated inputs too. 2020-07-24 14:21:30 +02:00
package.scm guix package: Support multiple profiles with '--list-installed'. 2020-05-23 16:29:29 +02:00
perform-download.scm
processes.scm processes: Write to $PAGER. 2020-06-28 23:26:53 +02:00
publish.scm publish: Improve performance by increasing buffer size. 2020-05-19 23:15:41 +02:00
pull.scm git: Add 'with-git-error-handling'. 2020-07-11 11:51:56 +02:00
refresh.scm refresh: Fix internal variable name. 2020-01-18 13:08:11 +01:00
remove.scm
repl.scm repl: Fix typo that would lead ~/.guile to be used when running scripts. 2020-06-18 14:48:17 +02:00
search.scm
show.scm guix package, show: Support multiple queries. 2020-05-11 23:30:54 +02:00
size.scm size: Document that positional arguments can be store items. 2020-05-29 18:48:44 +02:00
substitute.scm substitute: Close port at the end of http-multiple-get. 2020-04-26 19:37:25 +01:00
system.scm guix system: 'reconfigure' disallows downgrades by default. 2020-07-23 00:22:25 +02:00
time-machine.scm git: Add 'with-git-error-handling'. 2020-07-11 11:51:56 +02:00
upgrade.scm
weather.scm weather: Print 0.0% correctly. 2020-07-05 16:13:37 +05:30