[DRE-commits] [vagrant-lxc] branch master updated (88dac56 -> 81c41a8)
Antonio Terceiro
terceiro at moszumanska.debian.org
Thu May 28 10:46:03 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a change to branch master
in repository vagrant-lxc.
from 88dac56 remove uneeded files from gemspec
new baa451d typo
new 8dc7d08 add ITP bug number
new 7b845b0 also don't install stuff from boxes/
new 8c9cba6 install docs and examples to the proper place
new 145b8d9 release to unstable
adds 2c47527 Imported Upstream version 1.1.0
new 4b9ce72 Merge tag 'upstream/1.1.0'
new b34e9a0 New upstream version
new 147c936 store expanded gemspec inside debian/
new 74a55a8 Install in a new layout
new 509ed11 Install as a regular Ruby library
new fad681e read extra files from from /usr/share
new cb9e1ca Migrate to using dh_vagrant_plugin
new c9de93a bump Standards-Version
new 318d885 Fix-shebang-in-sudoers-template.patch: use /usr/bin/ruby
new 6b19ad2 release to unstable
new 03ffc5e debian/copyright: fix license name
new 81c41a8 Encode minimum vagrant version to build with
The 17 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 4 +-
BOXES.md | 34 +--
CHANGELOG.md | 191 +++++++++++++
CONTRIBUTING.md | 7 +-
Gemfile | 25 +-
Gemfile.lock | 199 +++++++++-----
README.md | 141 ++++++----
boxes/build-all.sh | 22 --
boxes/build-debian-box.sh | 167 ------------
boxes/build-openmandriva-box.sh | 159 -----------
boxes/build-ubuntu-box.sh | 151 -----------
boxes/common/cleanup | 7 -
boxes/common/install-babushka | 16 --
boxes/common/install-chef | 15 --
boxes/common/install-puppet | 13 -
boxes/common/install-salt | 12 -
boxes/common/install-salt-debian | 28 --
boxes/common/lxc-template | 226 ----------------
boxes/common/lxc-template-openmandriva | 225 ----------------
boxes/common/lxc.conf | 49 ----
boxes/common/metadata.json | 5 -
debian/changelog | 9 +-
debian/control | 4 +-
debian/copyright | 8 +-
.../0001-Read-extra-files-from-usr-share.patch | 83 ++++++
.../0002-Fix-shebang-in-sudoers-template.patch | 18 ++
debian/patches/expanded-gemspec.patch | 31 ---
debian/patches/series | 3 +-
debian/refresh-gemspec | 24 --
debian/rules | 15 +-
debian/vagrant-lxc.docs | 4 +-
debian/vagrant-lxc.install | 3 +
debian/vagrant-lxc.json.in | 9 +
development/Vagrantfile | 94 -------
development/lxc-configs/lxc-dev-box | 37 ---
development/lxc-configs/sid | 37 ---
development/lxc-configs/squeeze | 37 ---
development/lxc-configs/vbox | 37 ---
development/lxc-configs/wheezy | 37 ---
development/site.pp | 151 -----------
lib/vagrant-lxc.rb | 12 +
lib/vagrant-lxc/action.rb | 135 ++++++----
lib/vagrant-lxc/action/boot.rb | 9 +-
lib/vagrant-lxc/action/check_created.rb | 21 --
lib/vagrant-lxc/action/check_running.rb | 21 --
lib/vagrant-lxc/action/clear_forwarded_ports.rb | 13 +-
lib/vagrant-lxc/action/create.rb | 24 +-
lib/vagrant-lxc/action/created.rb | 20 --
lib/vagrant-lxc/action/disconnect.rb | 18 --
.../action/fetch_ip_from_dnsmasq_leases.rb | 3 +-
lib/vagrant-lxc/action/fetch_ip_with_lxc_attach.rb | 2 +-
lib/vagrant-lxc/action/forward_ports.rb | 7 +-
.../action/gc_private_network_bridges.rb | 46 ++++
lib/vagrant-lxc/action/handle_box_metadata.rb | 50 +++-
lib/vagrant-lxc/action/is_running.rb | 19 --
lib/vagrant-lxc/action/message.rb | 23 --
lib/vagrant-lxc/action/prepare_nfs_settings.rb | 64 +++++
lib/vagrant-lxc/action/prepare_nfs_valid_ids.rb | 19 ++
lib/vagrant-lxc/action/private_networks.rb | 43 +++
lib/vagrant-lxc/action/setup_package_files.rb | 8 +-
lib/vagrant-lxc/action/share_folders.rb | 67 -----
lib/vagrant-lxc/action/wait_for_communicator.rb | 41 ---
lib/vagrant-lxc/action/warn_networks.rb | 6 +-
lib/vagrant-lxc/command/root.rb | 58 ++++
lib/vagrant-lxc/command/sudoers.rb | 91 +++++++
lib/vagrant-lxc/config.rb | 34 ++-
lib/vagrant-lxc/driver.rb | 162 ++++++++---
lib/vagrant-lxc/driver/cli.rb | 58 +++-
lib/vagrant-lxc/errors.rb | 8 +
lib/vagrant-lxc/plugin.rb | 21 +-
lib/vagrant-lxc/provider.rb | 23 +-
lib/vagrant-lxc/provider/cap/public_address.rb | 17 ++
lib/vagrant-lxc/sudo_wrapper.rb | 15 +-
lib/vagrant-lxc/synced_folder.rb | 72 +++++
lib/vagrant-lxc/version.rb | 2 +-
locales/en.yml | 28 +-
metadata.yml | 75 ++----
scripts/lxc-template | 174 ++++++++++++
scripts/pipework | 298 +++++++++++++++++++++
spec/acceptance/sanity_check_spec.rb | 111 --------
.../acceptance/support/acceptance_example_group.rb | 76 ------
spec/acceptance/support/machine_ext.rb | 12 -
spec/acceptance/support/test_ui.rb | 22 --
spec/acceptance_helper.rb | 21 --
spec/spec_helper.rb | 22 +-
spec/unit/action/clear_forwarded_ports_spec.rb | 6 +-
spec/unit/action/compress_rootfs_spec.rb | 12 +-
spec/unit/action/forward_ports_spec.rb | 48 +++-
spec/unit/action/handle_box_metadata_spec.rb | 86 ++++--
spec/unit/action/setup_package_files_spec.rb | 40 ++-
spec/unit/driver/cli_spec.rb | 184 +++++++++----
spec/unit/driver_spec.rb | 211 +++++++++++----
spec/unit/support/unit_example_group.rb | 12 +-
spec/unit_helper.rb | 6 +-
tasks/spec.rake | 29 +-
templates/sudoers.rb.erb | 133 +++++++++
vagrant-spec.config.rb | 24 ++
97 files changed, 2559 insertions(+), 2640 deletions(-)
delete mode 100755 boxes/build-all.sh
delete mode 100755 boxes/build-debian-box.sh
delete mode 100644 boxes/build-openmandriva-box.sh
delete mode 100755 boxes/build-ubuntu-box.sh
delete mode 100755 boxes/common/cleanup
delete mode 100755 boxes/common/install-babushka
delete mode 100755 boxes/common/install-chef
delete mode 100755 boxes/common/install-puppet
delete mode 100755 boxes/common/install-salt
delete mode 100755 boxes/common/install-salt-debian
delete mode 100755 boxes/common/lxc-template
delete mode 100644 boxes/common/lxc-template-openmandriva
delete mode 100644 boxes/common/lxc.conf
delete mode 100644 boxes/common/metadata.json
create mode 100644 debian/patches/0001-Read-extra-files-from-usr-share.patch
create mode 100644 debian/patches/0002-Fix-shebang-in-sudoers-template.patch
delete mode 100644 debian/patches/expanded-gemspec.patch
delete mode 100755 debian/refresh-gemspec
create mode 100644 debian/vagrant-lxc.install
create mode 100644 debian/vagrant-lxc.json.in
delete mode 100644 development/Vagrantfile
delete mode 100644 development/lxc-configs/lxc-dev-box
delete mode 100644 development/lxc-configs/sid
delete mode 100644 development/lxc-configs/squeeze
delete mode 100644 development/lxc-configs/vbox
delete mode 100644 development/lxc-configs/wheezy
delete mode 100644 development/site.pp
delete mode 100644 lib/vagrant-lxc/action/check_created.rb
delete mode 100644 lib/vagrant-lxc/action/check_running.rb
delete mode 100644 lib/vagrant-lxc/action/created.rb
delete mode 100644 lib/vagrant-lxc/action/disconnect.rb
create mode 100644 lib/vagrant-lxc/action/gc_private_network_bridges.rb
delete mode 100644 lib/vagrant-lxc/action/is_running.rb
delete mode 100644 lib/vagrant-lxc/action/message.rb
create mode 100644 lib/vagrant-lxc/action/prepare_nfs_settings.rb
create mode 100644 lib/vagrant-lxc/action/prepare_nfs_valid_ids.rb
create mode 100644 lib/vagrant-lxc/action/private_networks.rb
delete mode 100644 lib/vagrant-lxc/action/share_folders.rb
delete mode 100644 lib/vagrant-lxc/action/wait_for_communicator.rb
create mode 100644 lib/vagrant-lxc/command/root.rb
create mode 100644 lib/vagrant-lxc/command/sudoers.rb
create mode 100644 lib/vagrant-lxc/provider/cap/public_address.rb
create mode 100644 lib/vagrant-lxc/synced_folder.rb
create mode 100755 scripts/lxc-template
create mode 100755 scripts/pipework
delete mode 100644 spec/acceptance/sanity_check_spec.rb
delete mode 100644 spec/acceptance/support/acceptance_example_group.rb
delete mode 100644 spec/acceptance/support/machine_ext.rb
delete mode 100644 spec/acceptance/support/test_ui.rb
delete mode 100644 spec/acceptance_helper.rb
create mode 100644 templates/sudoers.rb.erb
create mode 100644 vagrant-spec.config.rb
--
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