[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: deploy: Handle "--version".
From: |
guix-commits |
Subject: |
02/06: deploy: Handle "--version". |
Date: |
Tue, 19 Nov 2019 04:52:03 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit 1bdb63e73b73a6b581b65c4018aae587aebfcab4
Author: Ludovic Courtès <address@hidden>
Date: Mon Nov 18 22:59:21 2019 +0100
deploy: Handle "--version".
* guix/scripts/deploy.scm (%options): Add "--version".
---
guix/scripts/deploy.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/guix/scripts/deploy.scm b/guix/scripts/deploy.scm
index f311587..27b7e4f 100644
--- a/guix/scripts/deploy.scm
+++ b/guix/scripts/deploy.scm
@@ -62,6 +62,10 @@ Perform the deployment specified by FILE.\n"))
(lambda args
(show-help)
(exit 0)))
+ (option '(#\V "version") #f #f
+ (lambda args
+ (show-version-and-exit "guix deploy")))
+
(option '(#\s "system") #t #f
(lambda (opt name arg result)
(alist-cons 'system arg
- branch master updated (10e73bb -> 600f680), guix-commits, 2019/11/19
- 03/06: doc: Clarify the "system type" for 'machine-ssh-configuration'., guix-commits, 2019/11/19
- 02/06: deploy: Handle "--version".,
guix-commits <=
- 01/06: pull: Acquire a lock for the target profile., guix-commits, 2019/11/19
- 04/06: gnu: hwloc: Default to 2.x., guix-commits, 2019/11/19
- 05/06: gnu: Add emacs-ample-theme., guix-commits, 2019/11/19
- 06/06: gnu: Add font-dseg., guix-commits, 2019/11/19