boxgrinder-ubuntu-plugin 0.2.4 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.md CHANGED
@@ -4,9 +4,27 @@ This Boxgrinder OS plugin adds Ubuntu support to boxgrinder.
4
4
 
5
5
  The plugin requires Ubuntu-specific tools to create the appliance so it will only work with Ubuntu as the host OS.
6
6
 
7
- Boxgrinder can be easily installed in Ubuntu via rubygems.
7
+ Boxgrinder can be easily installed in Ubuntu via packages in Ubuntu Precise, or via rubygems in Oneiric.
8
8
 
9
- ## Pre-requisites
9
+ ## Installing in Ubuntu Precise (12.04)
10
+
11
+ sudo apt-add-repository ppa:rubiojr/boxgrinder-stable
12
+ sudo apt-get update
13
+ sudo apt-get install rubygems boxgrinder-build
14
+
15
+ That's it, Boxgrinder is ready to be used. Get some Ubuntu appliance definitions from http://github.com/rubiojr/boxgrinder-appliances.
16
+
17
+ **IMPORTANT**
18
+
19
+ You'll need a little fix for vm-builder do to an upstream bug. Relevant info in the bug comments:
20
+
21
+ https://bugs.launchpad.net/ubuntu/+source/vm-builder/+bug/911704
22
+
23
+ ## Installing in Ubuntu Oneiric (11.10)
24
+
25
+ Installation in Oneiric is a little bit more elaborate.
26
+
27
+ ### Pre-requisites
10
28
 
11
29
  **Install libguestfs binary packages**
12
30
 
data/Rakefile CHANGED
@@ -6,7 +6,7 @@ require 'rake'
6
6
  require 'jeweler'
7
7
  Jeweler::Tasks.new do |gem|
8
8
  # gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
9
- gem.version = '0.2.4'
9
+ gem.version = '0.2.5'
10
10
  gem.name = "boxgrinder-ubuntu-plugin"
11
11
  gem.homepage = "http://github.com/rubiojr/boxgrinder-ubuntu-plugin"
12
12
  gem.license = "MIT"
@@ -4,7 +4,7 @@ require 'boxgrinder-core/errors'
4
4
 
5
5
  module BoxGrinder
6
6
  class UbuntuPlugin < BasePlugin
7
- plugin :type => :os, :name => :ubuntu, :full_name => "Ubuntu", :versions => ["lucid", "maveric", "natty", "oneiric", "precise"]
7
+ plugin :type => :os, :name => :ubuntu, :full_name => "Ubuntu", :versions => ["lucid", "maveric", "natty", "oneiric", "precise"], :require_root => true
8
8
 
9
9
  def after_init
10
10
  register_deliverable(
metadata CHANGED
@@ -1,33 +1,24 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: boxgrinder-ubuntu-plugin
3
- version: !ruby/object:Gem::Version
4
- hash: 31
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.2.5
5
5
  prerelease:
6
- segments:
7
- - 0
8
- - 2
9
- - 4
10
- version: 0.2.4
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - Sergio Rubio
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2012-01-18 00:00:00 Z
12
+ date: 2012-02-17 00:00:00.000000000 Z
19
13
  dependencies: []
20
-
21
14
  description: Ubuntu OS boxgrinder plugin
22
15
  email: rubiojr@frameos.org
23
16
  executables: []
24
-
25
17
  extensions: []
26
-
27
- extra_rdoc_files:
18
+ extra_rdoc_files:
28
19
  - LICENSE.txt
29
20
  - README.md
30
- files:
21
+ files:
31
22
  - .document
32
23
  - Changelog
33
24
  - LICENSE.txt
@@ -35,37 +26,28 @@ files:
35
26
  - Rakefile
36
27
  - lib/boxgrinder-ubuntu-plugin.rb
37
28
  homepage: http://github.com/rubiojr/boxgrinder-ubuntu-plugin
38
- licenses:
29
+ licenses:
39
30
  - MIT
40
31
  post_install_message:
41
32
  rdoc_options: []
42
-
43
- require_paths:
33
+ require_paths:
44
34
  - lib
45
- required_ruby_version: !ruby/object:Gem::Requirement
35
+ required_ruby_version: !ruby/object:Gem::Requirement
46
36
  none: false
47
- requirements:
48
- - - ">="
49
- - !ruby/object:Gem::Version
50
- hash: 3
51
- segments:
52
- - 0
53
- version: "0"
54
- required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ! '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ required_rubygems_version: !ruby/object:Gem::Requirement
55
42
  none: false
56
- requirements:
57
- - - ">="
58
- - !ruby/object:Gem::Version
59
- hash: 3
60
- segments:
61
- - 0
62
- version: "0"
43
+ requirements:
44
+ - - ! '>='
45
+ - !ruby/object:Gem::Version
46
+ version: '0'
63
47
  requirements: []
64
-
65
48
  rubyforge_project:
66
- rubygems_version: 1.8.15
49
+ rubygems_version: 1.8.16
67
50
  signing_key:
68
51
  specification_version: 3
69
52
  summary: Ubuntu OS boxgrinder plugin
70
53
  test_files: []
71
-