]> git.pld-linux.org Git - packages/vagrant.git/commitdiff
up to 1.5.0
authorElan Ruusamäe <glen@delfi.ee>
Thu, 13 Mar 2014 05:37:36 +0000 (07:37 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 13 Mar 2014 05:37:36 +0000 (07:37 +0200)
no-warning.patch
source_root.patch
vagrant.spec

index 08d1d3568b806e9b0f5c53bf519df38eee439c38..799ba2f1720d372393d27f68c3357b2d415f759a 100644 (file)
@@ -1,12 +1,14 @@
---- vagrant-1.2.1/bin/vagrant
-+++ vagrant-1.2.1/bin/vagrant
-@@ -74,9 +74,6 @@
-         warned = true
-       end
-     end
--
--    # If we're not in the installer, warn.
--    env.ui.warn(I18n.t("vagrant.general.not_in_installer")) if !warned
-   end
+--- vagrant-1.5.0/bin/vagrant~ 2014-03-10 07:50:03.000000000 +0200
++++ vagrant-1.5.0/bin/vagrant  2014-03-13 07:17:05.591081469 +0200
+@@ -137,11 +137,6 @@
+   logger.debug("Creating Vagrant environment")
+   env = Vagrant::Environment.new(opts)
  
+-  if !Vagrant.in_installer?
+-    # If we're not in the installer, warn.
+-    env.ui.warn(I18n.t("vagrant.general.not_in_installer") + "\n", prefix: false)
+-  end
+-
    begin
+     # Execute the CLI interface, and exit with the proper error code
+     exit_status = env.cli(argv)
index e715b24cc1601e68bcbc87f1fb17e3187316cc9f..f64fad26e6afd9f562e4707cd739be56ec7c7b2b 100644 (file)
@@ -1,10 +1,10 @@
---- vagrant-1.2.1/lib/vagrant.rb~      2013-04-17 07:29:18.000000000 +0300
-+++ vagrant-1.2.1/lib/vagrant.rb       2013-04-21 01:34:14.000000000 +0300
-@@ -114,6 +114,7 @@
-   # The source root is the path to the root directory of
-   # the Vagrant gem.
+--- vagrant-1.5.0/lib/vagrant/shared_helpers.rb~       2014-03-10 07:50:03.000000000 +0200
++++ vagrant-1.5.0/lib/vagrant/shared_helpers.rb        2014-03-13 07:15:33.997139002 +0200
+@@ -45,6 +45,7 @@
+   #
+   # @return [Pathname]
    def self.source_root
 +    @source_root ||= Pathname.new('/usr/share/vagrant')
-     @source_root ||= Pathname.new(File.expand_path('../../', __FILE__))
+     @source_root ||= Pathname.new(File.expand_path('../../../', __FILE__))
    end
  
index 51fb417a6b9fff44179418b33a2cb1258eda4378..7a7e17a202aa68498414dbba4bc484b477290a41 100644 (file)
@@ -2,12 +2,12 @@
 # - release notes: https://github.com/mitchellh/vagrant/blob/master/CHANGELOG.md
 Summary:       Provisioning and deployment of virtual instances
 Name:          vagrant
-Version:       1.4.3
+Version:       1.5.0
 Release:       1
 License:       MIT
 Group:         Applications/Emulators
 Source0:       https://github.com/mitchellh/vagrant/archive/v%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 645994e13b1e208e7bb04334cdbdbec7
+# Source0-md5: fa927affdee693d5701f3174d8911587
 Patch0:                source_root.patch
 Patch1:                rubygems.patch
 Patch2:                no-warning.patch
This page took 0.032157 seconds and 4 git commands to generate.