~ruther/guix-local

ref: 6e8d2d28e9dbcaeca73c39d45c8db3cef6dfa39f guix-local/gnu/packages/patches/vagrant-bin-vagrant-silence-warning-about-installer.patch -rw-r--r-- 655 bytes
6e8d2d28 — Sharlatan Hellseher gnu: python-jupyter-client: Move to jupyter. 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Antonio Terceiro <terceiro@debian.org>
Date: Sat, 11 Oct 2014 16:54:58 -0300
Subject: bin/vagrant: silence warning about installer

---
 bin/vagrant | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/bin/vagrant b/bin/vagrant
index 7ca30b3..d3f4ea6 100755
--- a/bin/vagrant
+++ b/bin/vagrant
@@ -221,11 +221,6 @@ begin
       end
     end
 
-    if !Vagrant.in_installer? && !Vagrant.very_quiet?
-      # If we're not in the installer, warn.
-      env.ui.warn(I18n.t("vagrant.general.not_in_installer") + "\n", prefix: false)
-    end
-
     # Acceptable experimental flag values include:
     #
     # Unset  - Disables experimental features