unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42938] [PATCH] guix upgrade: Allow using --do-not-upgrade.
@ 2020-08-19 21:38 Jakub Kądziołka
  2020-08-24  8:53 ` Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: Jakub Kądziołka @ 2020-08-19 21:38 UTC (permalink / raw)
  To: 42938

* guix/scripts/upgrade.scm (%options): Add "do-not-upgrade" to list of
  options inherited from guix package.
---
 guix/scripts/upgrade.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/guix/scripts/upgrade.scm b/guix/scripts/upgrade.scm
index 7f14a2fdbe..d2784669be 100644
--- a/guix/scripts/upgrade.scm
+++ b/guix/scripts/upgrade.scm
@@ -1,5 +1,6 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2019 Ludovic Courtès <ludo@gnu.org>
+;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -60,7 +61,7 @@ This is an alias for 'guix package -u'.\n"))
          ;; Preserve some of the 'guix package' options.
          (append (filter (lambda (option)
                            (any (cut member <> (option-names option))
-                                '("profile" "dry-run" "verbosity")))
+                                '("profile" "dry-run" "verbosity" "do-not-upgrade")))
                          %package-options)
 
                  %transformation-options
-- 
2.28.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#42938] [PATCH] guix upgrade: Allow using --do-not-upgrade.
  2020-08-19 21:38 [bug#42938] [PATCH] guix upgrade: Allow using --do-not-upgrade Jakub Kądziołka
@ 2020-08-24  8:53 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2020-08-24  8:53 UTC (permalink / raw)
  To: Jakub Kądziołka; +Cc: 42938


Hello Jakub,

> * guix/scripts/upgrade.scm (%options): Add "do-not-upgrade" to list of
>   options inherited from guix package.

This looks good to me.

Thanks,

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-08-24  8:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-19 21:38 [bug#42938] [PATCH] guix upgrade: Allow using --do-not-upgrade Jakub Kądziołka
2020-08-24  8:53 ` Mathieu Othacehe

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).