[DRE-commits] [vagrant-lxc] 03/17: also don't install stuff from boxes/

Antonio Terceiro terceiro at moszumanska.debian.org
Thu May 28 10:46:19 UTC 2015


This is an automated email from the git hooks/post-receive script.

terceiro pushed a commit to branch master
in repository vagrant-lxc.

commit 7b845b023c2798ceb9800064df935fb835627d61
Author: Antonio Terceiro <terceiro at softwarelivre.org>
Date:   Wed Feb 26 10:52:27 2014 -0300

    also don't install stuff from boxes/
---
 debian/patches/expanded-gemspec.patch | 2 +-
 debian/refresh-gemspec                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/patches/expanded-gemspec.patch b/debian/patches/expanded-gemspec.patch
index 44fe3e2..d08bdfb 100644
--- a/debian/patches/expanded-gemspec.patch
+++ b/debian/patches/expanded-gemspec.patch
@@ -12,7 +12,7 @@
 +  s.date = "2014-02-26"
 +  s.description = "Linux Containers provider for Vagrant"
 +  s.email = ["fgrehm at gmail.com"]
-+  s.files = [".rspec", ".travis.yml", ".vimrc", "BOXES.md", "CHANGELOG.md", "CONTRIBUTING.md", "Gemfile", "Gemfile.lock", "Guardfile", "README.md", "Rakefile", "boxes/build-all.sh", "boxes/build-debian-box.sh", "boxes/build-openmandriva-box.sh", "boxes/build-ubuntu-box.sh", "boxes/common/cleanup", "boxes/common/install-babushka", "boxes/common/install-chef", "boxes/common/install-puppet", "boxes/common/install-salt", "boxes/common/install-salt-debian", "boxes/common/lxc-template", "boxe [...]
++  s.files = [".rspec", ".travis.yml", ".vimrc", "BOXES.md", "CHANGELOG.md", "CONTRIBUTING.md", "Gemfile", "Gemfile.lock", "Guardfile", "README.md", "Rakefile", "development/Vagrantfile", "development/lxc-configs/lxc-dev-box", "development/lxc-configs/sid", "development/lxc-configs/squeeze", "development/lxc-configs/vbox", "development/lxc-configs/wheezy", "development/site.pp", "lib/vagrant-lxc.rb", "lib/vagrant-lxc/action.rb", "lib/vagrant-lxc/action/boot.rb", "lib/vagrant-lxc/action/c [...]
 +  s.homepage = "https://github.com/fgrehm/vagrant-lxc"
 +  s.licenses = ["MIT"]
 +  s.require_paths = ["lib"]
diff --git a/debian/refresh-gemspec b/debian/refresh-gemspec
index 6f6c676..f4ae887 100755
--- a/debian/refresh-gemspec
+++ b/debian/refresh-gemspec
@@ -19,6 +19,6 @@ else
   quilt add $gemspec
 fi
 
-ruby -e 'spec = Gem::Specification.load("vagrant-lxc.gemspec"); spec.files.reject! { |f| f =~ /^debian/ || f == ".gitignore" || f == "LICENSE.txt" }; puts spec.to_ruby' > $gemspec
+ruby -e 'spec = Gem::Specification.load("vagrant-lxc.gemspec"); spec.files.reject! { |f| f =~ /^debian\// || f == ".gitignore" || f == "LICENSE.txt" || f =~ /boxes\// }; puts spec.to_ruby' > $gemspec
 quilt refresh
 quilt pop -a

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/vagrant-lxc.git



More information about the Pkg-ruby-extras-commits mailing list