summaryrefslogtreecommitdiff
path: root/guix/scripts/copy.scm
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-03-31 16:08:05 +0200
committerLudovic Courtès <ludo@gnu.org>2021-03-31 16:08:05 +0200
commit8f9052d5434a3a11e7b4ff14d6b0090256e08aa4 (patch)
tree57d09698186a02efc8ae35fed1ac71a0dd3bb0e1 /guix/scripts/copy.scm
parente45ef9a648c155c35b51e6b15049a1bd5416f0a1 (diff)
downloadguix-patches-8f9052d5434a3a11e7b4ff14d6b0090256e08aa4.tar
guix-patches-8f9052d5434a3a11e7b4ff14d6b0090256e08aa4.tar.gz
scripts: Scripts that defaulted to -v2 now default to -v3.
This is a followup to e45ef9a648c155c35b51e6b15049a1bd5416f0a1. * guix/scripts/archive.scm (%default-options): Change 'verbosity' to 3. * guix/scripts/build.scm (%default-options): Likewise. * guix/scripts/copy.scm (%default-options): Likewise.
Diffstat (limited to 'guix/scripts/copy.scm')
-rw-r--r--guix/scripts/copy.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/scripts/copy.scm b/guix/scripts/copy.scm
index 2780d4fbe9..52b476db54 100644
--- a/guix/scripts/copy.scm
+++ b/guix/scripts/copy.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2016, 2017, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2016, 2017, 2019, 2020, 2021 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -163,7 +163,7 @@ Copy ITEMS to or from the specified host over SSH.\n"))
(print-extended-build-trace? . #t)
(multiplexed-build-output? . #t)
(debug . 0)
- (verbosity . 2)))
+ (verbosity . 3)))
;;;