veewee 0.2.0 → 0.2.1

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.
Files changed (137) hide show
  1. data/.gitignore +1 -0
  2. data/Gemfile +5 -1
  3. data/Gemfile.lock +29 -26
  4. data/README.md +51 -26
  5. data/Rakefile +41 -36
  6. data/lib/veewee/scancode.rb +1 -1
  7. data/lib/veewee/session.rb +156 -159
  8. data/lib/veewee/version.rb +1 -1
  9. data/templates/CentOS-4.8-i386/postinstall.sh +1 -1
  10. data/templates/CentOS-5.5-x86_64-netboot/definition.rb +16 -0
  11. data/templates/CentOS-5.5-x86_64-netboot/ks.cfg +46 -0
  12. data/templates/CentOS-5.5-x86_64-netboot/postinstall.sh +60 -0
  13. data/templates/CentOS-5.6-i386-netboot/definition.rb +1 -1
  14. data/templates/CentOS-5.6-i386-netboot/ks.cfg +2 -2
  15. data/templates/CentOS-5.6-i386-netboot/postinstall.sh +1 -1
  16. data/templates/CentOS-5.6-i386/postinstall.sh +1 -1
  17. data/templates/CentOS-5.6-x86_64-netboot/definition.rb +1 -1
  18. data/templates/CentOS-5.6-x86_64-netboot/ks.cfg +1 -1
  19. data/templates/CentOS-5.6-x86_64-netboot/postinstall.sh +3 -2
  20. data/templates/CentOS-5.7-i386-netboot/definition.rb +16 -0
  21. data/templates/CentOS-5.7-i386-netboot/ks.cfg +45 -0
  22. data/templates/CentOS-5.7-i386-netboot/postinstall.sh +53 -0
  23. data/templates/CentOS-5.7-x86_64-netboot/definition.rb +16 -0
  24. data/templates/CentOS-5.7-x86_64-netboot/ks.cfg +45 -0
  25. data/templates/CentOS-5.7-x86_64-netboot/postinstall.sh +60 -0
  26. data/templates/CentOS-6.0-i386-netboot/ks.cfg +1 -1
  27. data/templates/CentOS-6.0-i386-netboot/postinstall.sh +1 -1
  28. data/templates/CentOS-6.0-i386/postinstall.sh +2 -2
  29. data/templates/CentOS-6.0-x86_64-minimal/definition.rb +17 -0
  30. data/templates/CentOS-6.0-x86_64-minimal/ks.cfg +37 -0
  31. data/templates/CentOS-6.0-x86_64-minimal/postinstall.sh +50 -0
  32. data/templates/CentOS-6.0-x86_64-netboot/ks.cfg +1 -1
  33. data/templates/CentOS-6.0-x86_64-netboot/postinstall.sh +1 -1
  34. data/templates/CentOS-6.0-x86_64/postinstall.sh +2 -2
  35. data/templates/Debian-5.0.8-amd64-netboot/postinstall.sh +1 -1
  36. data/templates/Debian-5.0.8-i386-netboot/postinstall.sh +1 -1
  37. data/templates/{Debian-6.0.2-amd64-netboot → Debian-6.0.3-amd64-netboot}/definition.rb +3 -3
  38. data/templates/Debian-6.0.3-amd64-netboot/postinstall.sh +80 -0
  39. data/templates/{Debian-6.0.2-amd64-netboot → Debian-6.0.3-amd64-netboot}/preseed.cfg +0 -0
  40. data/templates/{Debian-6.0.2-i386-netboot → Debian-6.0.3-i386-netboot}/definition.rb +3 -3
  41. data/templates/{Debian-6.0.2-i386-netboot → Debian-6.0.3-i386-netboot}/postinstall.sh +2 -2
  42. data/templates/{Debian-6.0.2-i386-netboot → Debian-6.0.3-i386-netboot}/preseed.cfg +0 -0
  43. data/templates/Fedora-14-amd64-netboot/definition.rb +1 -1
  44. data/templates/Fedora-14-amd64-netboot/postinstall.sh +1 -1
  45. data/templates/Fedora-14-amd64/definition.rb +1 -1
  46. data/templates/Fedora-14-amd64/postinstall.sh +1 -1
  47. data/templates/Fedora-14-i386-netboot/postinstall.sh +1 -1
  48. data/templates/Fedora-14-i386/postinstall.sh +1 -1
  49. data/templates/Fedora-15-x86_64-netboot/definition.rb +29 -0
  50. data/templates/Fedora-15-x86_64-netboot/ks.cfg +64 -0
  51. data/templates/Fedora-15-x86_64-netboot/postinstall.sh +33 -0
  52. data/templates/Fedora-15-x86_64/definition.rb +17 -0
  53. data/templates/Fedora-15-x86_64/ks.cfg +64 -0
  54. data/templates/Fedora-15-x86_64/postinstall.sh +33 -0
  55. data/templates/archlinux-i386-netboot/aif.cfg +28 -0
  56. data/templates/archlinux-i386-netboot/definition.rb +26 -0
  57. data/templates/archlinux-i386-netboot/postinstall.sh +75 -0
  58. data/templates/archlinux-i386-netboot/postinstall2.sh +30 -0
  59. data/templates/archlinux-i386/postinstall.sh +12 -1
  60. data/templates/archlinux-x86_64-netboot/aif.cfg +28 -0
  61. data/templates/archlinux-x86_64-netboot/definition.rb +26 -0
  62. data/templates/archlinux-x86_64-netboot/postinstall.sh +75 -0
  63. data/templates/archlinux-x86_64-netboot/postinstall2.sh +30 -0
  64. data/templates/archlinux-x86_64/aif.cfg +1 -1
  65. data/templates/archlinux-x86_64/definition.rb +1 -1
  66. data/templates/archlinux-x86_64/postinstall.sh +16 -21
  67. data/templates/archlinux-x86_64/postinstall2.sh +38 -0
  68. data/templates/freebsd-8.2-pcbsd-i386-netboot/definition.rb +2 -4
  69. data/templates/freebsd-8.2-pcbsd-i386-netboot/postinstall.sh +1 -1
  70. data/templates/freebsd-8.2-pcbsd-i386/definition.rb +3 -2
  71. data/templates/freebsd-8.2-pcbsd-i386/postinstall.sh +1 -1
  72. data/templates/gentoo-latest-i386-experimental/definition.rb +4 -4
  73. data/templates/gentoo-latest-i386-experimental/postinstall.sh +1 -1
  74. data/templates/openSUSE-11.4-DVD-i586/autoinst_de.xml +1284 -0
  75. data/templates/openSUSE-11.4-DVD-i586/autoinst_en.xml +1284 -0
  76. data/templates/openSUSE-11.4-DVD-i586/definition.rb +28 -0
  77. data/templates/openSUSE-11.4-DVD-i586/postinstall.sh +43 -0
  78. data/templates/openSUSE-11.4-DVD-x86_64/autoinst_de.xml +1459 -0
  79. data/templates/openSUSE-11.4-DVD-x86_64/autoinst_en.xml +1459 -0
  80. data/templates/openSUSE-11.4-DVD-x86_64/definition.rb +28 -0
  81. data/templates/openSUSE-11.4-DVD-x86_64/postinstall.sh +43 -0
  82. data/templates/openSUSE-11.4-NET-i586/autoinst_de.xml +1278 -0
  83. data/templates/openSUSE-11.4-NET-i586/autoinst_en.xml +1278 -0
  84. data/templates/openSUSE-11.4-NET-i586/definition.rb +28 -0
  85. data/templates/openSUSE-11.4-NET-i586/postinstall.sh +43 -0
  86. data/templates/openSUSE-11.4-NET-x86_64/autoinst_de.xml +1453 -0
  87. data/templates/openSUSE-11.4-NET-x86_64/autoinst_en.xml +1453 -0
  88. data/templates/openSUSE-11.4-NET-x86_64/definition.rb +28 -0
  89. data/templates/openSUSE-11.4-NET-x86_64/postinstall.sh +43 -0
  90. data/templates/openindiana-148-ai-x86/postinstall.sh +1 -1
  91. data/templates/opensuse-11.4-i386-experimental/postinstall.sh +1 -1
  92. data/templates/scientificlinux-6.1-i386-netboot/definition.rb +16 -0
  93. data/templates/scientificlinux-6.1-i386-netboot/ks.cfg +53 -0
  94. data/templates/scientificlinux-6.1-i386-netboot/postinstall.sh +30 -0
  95. data/templates/scientificlinux-6.1-x86_64-netboot/definition.rb +16 -0
  96. data/templates/scientificlinux-6.1-x86_64-netboot/ks.cfg +53 -0
  97. data/templates/scientificlinux-6.1-x86_64-netboot/postinstall.sh +30 -0
  98. data/templates/solaris-11-express-i386/postinstall.sh +1 -1
  99. data/templates/ubuntu-10.04.2-amd64-netboot/postinstall.sh +1 -1
  100. data/templates/ubuntu-10.04.2-server-i386-netboot/postinstall.sh +1 -1
  101. data/templates/{ubuntu-10.04.2-server-amd64-alt → ubuntu-10.04.3-server-amd64-alt}/definition.rb +4 -4
  102. data/templates/{ubuntu-10.04.2-server-amd64-alt → ubuntu-10.04.3-server-amd64-alt}/postinstall.sh +1 -1
  103. data/templates/{ubuntu-10.04.2-server-amd64-alt → ubuntu-10.04.3-server-amd64-alt}/preseed.cfg +0 -0
  104. data/templates/{ubuntu-10.04.2-server-amd64 → ubuntu-10.04.3-server-amd64}/definition.rb +3 -6
  105. data/templates/{ubuntu-10.04.2-server-amd64 → ubuntu-10.04.3-server-amd64}/postinstall.sh +1 -1
  106. data/templates/{ubuntu-10.04.2-server-amd64 → ubuntu-10.04.3-server-amd64}/preseed.cfg +0 -0
  107. data/templates/{ubuntu-10.04.2-server-i386 → ubuntu-10.04.3-server-i386}/definition.rb +4 -4
  108. data/templates/{ubuntu-10.04.2-server-i386 → ubuntu-10.04.3-server-i386}/postinstall.sh +1 -1
  109. data/templates/{ubuntu-10.04.2-server-i386 → ubuntu-10.04.3-server-i386}/preseed.cfg +0 -0
  110. data/templates/ubuntu-10.10-server-amd64-netboot/postinstall.sh +1 -1
  111. data/templates/ubuntu-10.10-server-amd64/postinstall.sh +1 -1
  112. data/templates/ubuntu-10.10-server-i386-netboot/postinstall.sh +1 -1
  113. data/templates/ubuntu-10.10-server-i386/postinstall.sh +1 -1
  114. data/templates/ubuntu-11.04-server-amd64/postinstall.sh +7 -1
  115. data/templates/ubuntu-11.04-server-i386/definition.rb +1 -1
  116. data/templates/ubuntu-11.04-server-i386/postinstall.sh +1 -1
  117. data/templates/ubuntu-11.10-server-amd64-ishaya/definition.rb +24 -0
  118. data/templates/{Debian-6.0.2-amd64-netboot → ubuntu-11.10-server-amd64-ishaya}/postinstall.sh +42 -23
  119. data/templates/ubuntu-11.10-server-amd64-ishaya/preseed.cfg +87 -0
  120. data/templates/ubuntu-11.10-server-amd64-ruby192/definition.rb +24 -0
  121. data/templates/ubuntu-11.10-server-amd64-ruby192/postinstall.sh +90 -0
  122. data/templates/ubuntu-11.10-server-amd64-ruby192/preseed.cfg +87 -0
  123. data/templates/ubuntu-11.10-server-amd64/definition.rb +35 -0
  124. data/templates/ubuntu-11.10-server-amd64/postinstall.sh +88 -0
  125. data/templates/ubuntu-11.10-server-amd64/preseed.cfg +87 -0
  126. data/templates/ubuntu-11.10-server-i386/definition.rb +35 -0
  127. data/templates/ubuntu-11.10-server-i386/postinstall.sh +88 -0
  128. data/templates/ubuntu-11.10-server-i386/preseed.cfg +87 -0
  129. data/templates/ubuntu-8.04.4-server-amd64/definition.rb +1 -0
  130. data/templates/ubuntu-8.04.4-server-amd64/postinstall.sh +8 -7
  131. data/templates/ubuntu-8.04.4-server-amd64/preseed.cfg +0 -1
  132. data/templates/ubuntu-8.04.4-server-i386/postinstall.sh +25 -3
  133. data/templates/windows-2008R2-amd64/postinstall.sh +1 -1
  134. data/validation/features/steps/ssh_steps.rb +1 -1
  135. data/validation/vagrant.feature +35 -35
  136. data/veewee.gemspec +6 -6
  137. metadata +109 -103
@@ -85,4 +85,3 @@ d-i pkgsel/update-policy select none
85
85
  #d-i debian-installer/allow_unauthenticated string true
86
86
 
87
87
  choose-mirror-bin mirror/http/proxy string
88
-
@@ -1,4 +1,4 @@
1
- p#http://adrianbravo.tumblr.com/post/644860401
1
+ #http://adrianbravo.tumblr.com/post/644860401
2
2
 
3
3
  date > /etc/vagrant_box_build_time
4
4
 
@@ -28,7 +28,7 @@ rm ruby-enterprise-1.8.7-2010.02.tar.gz
28
28
  mkdir /home/vagrant/.ssh
29
29
  chmod 700 /home/vagrant/.ssh
30
30
  cd /home/vagrant/.ssh
31
- wget --no-check-certificate 'http://github.com/mitchellh/vagrant/raw/master/keys/vagrant.pub' -O authorized_keys
31
+ wget --no-check-certificate 'https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub' -O authorized_keys
32
32
  chmod 600 /home/vagrant/.ssh/authorized_keys
33
33
  chown -R vagrant /home/vagrant/.ssh
34
34
 
@@ -40,8 +40,30 @@ mount -o loop VBoxGuestAdditions_$VBOX_VERSION.iso /mnt
40
40
  sh /mnt/VBoxLinuxAdditions.run
41
41
  umount /mnt
42
42
 
43
+ rm VBoxGuestAdditions_$VBOX_VERSION.iso
44
+
45
+ # Remove items used for building, since they aren't needed anymore
43
46
  apt-get -y remove linux-headers-$(uname -r) build-essential
44
47
  apt-get -y autoremove
45
48
 
46
- rm VBoxGuestAdditions_$VBOX_VERSION.iso
49
+ # Not sure if this is needed for hardy too
50
+ # Removing leftover leases and persistent rules
51
+ echo "cleaning up dhcp leases"
52
+ rm /var/lib/dhcp3/*
53
+
54
+ # Make sure Udev doesn't block our network
55
+ # http://6.ptmc.org/?p=164
56
+ echo "cleaning up udev rules"
57
+ rm /etc/udev/rules.d/70-persistent-net.rules
58
+ mkdir /etc/udev/rules.d/70-persistent-net.rules
59
+ rm -rf /dev/.udev/
60
+ rm /lib/udev/rules.d/75-persistent-net-generator.rules
61
+
62
+ echo "Adding a 2 sec delay to the interface up, to make the dhclient happy"
63
+ echo "pre-up sleep 2" >> /etc/network/interfaces
64
+
65
+ # Zero out the free space to save space in the final image:
66
+ dd if=/dev/zero of=/EMPTY bs=1M
67
+ rm -f /EMPTY
68
+
47
69
  exit
@@ -7,7 +7,7 @@ cd /home/vagrant
7
7
  mkdir /home/vagrant/.ssh
8
8
  chmod 700 /home/vagrant/.ssh
9
9
  cd /home/vagrant/.ssh
10
- wget --no-check-certificate 'http://github.com/mitchellh/vagrant/raw/master/keys/vagrant.pub' -O authorized_keys
10
+ wget --no-check-certificate 'https://raw.github.com/mitchellh/vagrant/master/keys/vagrant.pub' -O authorized_keys
11
11
  chown -R vagrant /home/vagrant/.ssh
12
12
  cd ..
13
13
 
@@ -63,7 +63,7 @@ When /^I ssh to "([^\"]*)" with the following credentials:$/ do |hostname, table
63
63
  session_keys << session["keyfile"]
64
64
  session_auth_methods << "publickey"
65
65
  end
66
- session_port=22
66
+ session_port = ENV['VEEWEE_SSH_PORT'] || 7222
67
67
  if session["port"]
68
68
  session_port=session["port"]
69
69
  end
@@ -3,50 +3,50 @@ Feature: vagrant box validation
3
3
  I need to comply to a set of rules
4
4
 
5
5
  Scenario: Checking login
6
- When I ssh to "127.0.0.1" with the following credentials:
7
- | username| password | port |
8
- | vagrant | vagrant | 7222 |
9
- And I run "whoami"
10
- Then I should see "vagrant" in the output
6
+ When I ssh to "127.0.0.1" with the following credentials:
7
+ | username| password |
8
+ | vagrant | vagrant |
9
+ And I run "whoami"
10
+ Then I should see "vagrant" in the output
11
11
 
12
12
  Scenario: Checking sudo
13
- When I ssh to "127.0.0.1" with the following credentials:
14
- | username| password | port |
15
- | vagrant | vagrant | 7222 |
16
- And I run "sudo whoami"
17
- Then I should see "root" in the output
13
+ When I ssh to "127.0.0.1" with the following credentials:
14
+ | username| password |
15
+ | vagrant | vagrant |
16
+ And I run "sudo whoami"
17
+ Then I should see "root" in the output
18
18
 
19
19
  Scenario: Checking ruby
20
- When I ssh to "127.0.0.1" with the following credentials:
21
- | username| password | port |
22
- | vagrant | vagrant | 7222 |
23
- And I run ". /etc/profile ;ruby --version 2> /dev/null 1> /dev/null; echo $?"
24
- Then I should see "0" in the output
20
+ When I ssh to "127.0.0.1" with the following credentials:
21
+ | username| password |
22
+ | vagrant | vagrant |
23
+ And I run ". /etc/profile ;ruby --version 2> /dev/null 1> /dev/null; echo $?"
24
+ Then I should see "0" in the output
25
25
 
26
26
  Scenario: Checking gem
27
- When I ssh to "127.0.0.1" with the following credentials:
28
- | username| password | port |
29
- | vagrant | vagrant | 7222 |
30
- And I run ". /etc/profile; gem --version 2> /dev/null 1> /dev/null ; echo $?"
31
- Then I should see "0" in the output
27
+ When I ssh to "127.0.0.1" with the following credentials:
28
+ | username| password |
29
+ | vagrant | vagrant |
30
+ And I run ". /etc/profile; gem --version 2> /dev/null 1> /dev/null ; echo $?"
31
+ Then I should see "0" in the output
32
32
 
33
33
  Scenario: Checking chef
34
- When I ssh to "127.0.0.1" with the following credentials:
35
- | username| password | port |
36
- | vagrant | vagrant | 7222 |
37
- And I run ". /etc/profile ;chef-client --version 2> /dev/null 1>/dev/null; echo $?"
38
- Then I should see "0" in the output
34
+ When I ssh to "127.0.0.1" with the following credentials:
35
+ | username| password |
36
+ | vagrant | vagrant |
37
+ And I run ". /etc/profile ;chef-client --version 2> /dev/null 1>/dev/null; echo $?"
38
+ Then I should see "0" in the output
39
39
 
40
40
  Scenario: Checking puppet
41
- When I ssh to "127.0.0.1" with the following credentials:
42
- | username| password | port |
43
- | vagrant | vagrant | 7222 |
44
- And I run ". /etc/profile ; puppet --version 2> /dev/null 1>/dev/null; echo $?"
45
- Then I should see "0" in the output
41
+ When I ssh to "127.0.0.1" with the following credentials:
42
+ | username| password |
43
+ | vagrant | vagrant |
44
+ And I run ". /etc/profile ; puppet --version 2> /dev/null 1>/dev/null; echo $?"
45
+ Then I should see "0" in the output
46
46
 
47
47
  Scenario: Checking shared folders
48
- When I ssh to "127.0.0.1" with the following credentials:
49
- | username| password |keyfile | port |
50
- | vagrant | vagrant | vagrant-private.key | 7222 |
51
- And I run "mount|grep veewee-validation"
52
- Then I should see "veewee-validation" in the output
48
+ When I ssh to "127.0.0.1" with the following credentials:
49
+ | username| password |keyfile |
50
+ | vagrant | vagrant | vagrant-private.key |
51
+ And I run "mount|grep veewee-validation"
52
+ Then I should see "veewee-validation" in the output
@@ -14,20 +14,20 @@ Gem::Specification.new do |s|
14
14
  s.required_rubygems_version = ">= 1.3.6"
15
15
  s.rubyforge_project = "veewee"
16
16
 
17
- s.add_dependency "vagrant", "~> 0.8.0"
18
- s.add_dependency "net-ssh", "~> 2.1.0"
19
- s.add_dependency "popen4", "~> 0.1.2"
20
- s.add_dependency "thor", "~> 0.14.6"
17
+ s.add_dependency "vagrant", "~> 0.8.2"
18
+ s.add_dependency "net-ssh", "~> 2.1.0"
19
+ s.add_dependency "popen4", "~> 0.1.2"
20
+ s.add_dependency "thor", "~> 0.14.6"
21
21
  s.add_dependency "highline", "~> 1.6.1"
22
22
  s.add_dependency "progressbar"
23
23
  s.add_dependency "cucumber", "~> 1.0.2"
24
- s.add_dependency "rspec", "~> 2.5.0"
24
+ s.add_dependency "rspec", "~> 2.5"
25
25
  #s.add_dependency "simon", "~> 0.1.1"
26
26
 
27
27
  s.add_development_dependency "bundler", ">= 1.0.0"
28
28
 
29
29
  s.files = `git ls-files`.split("\n")
30
- s.executables = `git ls-files`.split("\n").map{|f| f =~ /^bin\/(.*)/ ? $1 : nil}.compact
30
+ s.executables = `git ls-files`.split("\n").map{ |f| f =~ /^bin\/(.*)/ ? $1 : nil }.compact
31
31
  s.require_path = 'lib'
32
32
  end
33
33
 
metadata CHANGED
@@ -1,13 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: veewee
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
5
4
  prerelease:
6
- segments:
7
- - 0
8
- - 2
9
- - 0
10
- version: 0.2.0
5
+ version: 0.2.1
11
6
  platform: ruby
12
7
  authors:
13
8
  - Patrick Debois
@@ -16,151 +11,107 @@ autorequire:
16
11
  bindir: bin
17
12
  cert_chain: []
18
13
 
19
- date: 2011-07-23 00:00:00 +10:00
20
- default_executable:
14
+ date: 2011-11-25 00:00:00 Z
21
15
  dependencies:
22
16
  - !ruby/object:Gem::Dependency
23
- version_requirements: &id001 !ruby/object:Gem::Requirement
17
+ name: vagrant
18
+ requirement: &id001 !ruby/object:Gem::Requirement
24
19
  none: false
25
20
  requirements:
26
21
  - - ~>
27
22
  - !ruby/object:Gem::Version
28
- hash: 63
29
- segments:
30
- - 0
31
- - 8
32
- - 0
33
- version: 0.8.0
23
+ version: 0.8.2
34
24
  type: :runtime
35
- requirement: *id001
36
- name: vagrant
37
25
  prerelease: false
26
+ version_requirements: *id001
38
27
  - !ruby/object:Gem::Dependency
39
- version_requirements: &id002 !ruby/object:Gem::Requirement
28
+ name: net-ssh
29
+ requirement: &id002 !ruby/object:Gem::Requirement
40
30
  none: false
41
31
  requirements:
42
32
  - - ~>
43
33
  - !ruby/object:Gem::Version
44
- hash: 11
45
- segments:
46
- - 2
47
- - 1
48
- - 0
49
34
  version: 2.1.0
50
35
  type: :runtime
51
- requirement: *id002
52
- name: net-ssh
53
36
  prerelease: false
37
+ version_requirements: *id002
54
38
  - !ruby/object:Gem::Dependency
55
- version_requirements: &id003 !ruby/object:Gem::Requirement
39
+ name: popen4
40
+ requirement: &id003 !ruby/object:Gem::Requirement
56
41
  none: false
57
42
  requirements:
58
43
  - - ~>
59
44
  - !ruby/object:Gem::Version
60
- hash: 31
61
- segments:
62
- - 0
63
- - 1
64
- - 2
65
45
  version: 0.1.2
66
46
  type: :runtime
67
- requirement: *id003
68
- name: popen4
69
47
  prerelease: false
48
+ version_requirements: *id003
70
49
  - !ruby/object:Gem::Dependency
71
- version_requirements: &id004 !ruby/object:Gem::Requirement
50
+ name: thor
51
+ requirement: &id004 !ruby/object:Gem::Requirement
72
52
  none: false
73
53
  requirements:
74
54
  - - ~>
75
55
  - !ruby/object:Gem::Version
76
- hash: 43
77
- segments:
78
- - 0
79
- - 14
80
- - 6
81
56
  version: 0.14.6
82
57
  type: :runtime
83
- requirement: *id004
84
- name: thor
85
58
  prerelease: false
59
+ version_requirements: *id004
86
60
  - !ruby/object:Gem::Dependency
87
- version_requirements: &id005 !ruby/object:Gem::Requirement
61
+ name: highline
62
+ requirement: &id005 !ruby/object:Gem::Requirement
88
63
  none: false
89
64
  requirements:
90
65
  - - ~>
91
66
  - !ruby/object:Gem::Version
92
- hash: 13
93
- segments:
94
- - 1
95
- - 6
96
- - 1
97
67
  version: 1.6.1
98
68
  type: :runtime
99
- requirement: *id005
100
- name: highline
101
69
  prerelease: false
70
+ version_requirements: *id005
102
71
  - !ruby/object:Gem::Dependency
103
- version_requirements: &id006 !ruby/object:Gem::Requirement
72
+ name: progressbar
73
+ requirement: &id006 !ruby/object:Gem::Requirement
104
74
  none: false
105
75
  requirements:
106
76
  - - ">="
107
77
  - !ruby/object:Gem::Version
108
- hash: 3
109
- segments:
110
- - 0
111
78
  version: "0"
112
79
  type: :runtime
113
- requirement: *id006
114
- name: progressbar
115
80
  prerelease: false
81
+ version_requirements: *id006
116
82
  - !ruby/object:Gem::Dependency
117
- version_requirements: &id007 !ruby/object:Gem::Requirement
83
+ name: cucumber
84
+ requirement: &id007 !ruby/object:Gem::Requirement
118
85
  none: false
119
86
  requirements:
120
87
  - - ~>
121
88
  - !ruby/object:Gem::Version
122
- hash: 19
123
- segments:
124
- - 1
125
- - 0
126
- - 2
127
89
  version: 1.0.2
128
90
  type: :runtime
129
- requirement: *id007
130
- name: cucumber
131
91
  prerelease: false
92
+ version_requirements: *id007
132
93
  - !ruby/object:Gem::Dependency
133
- version_requirements: &id008 !ruby/object:Gem::Requirement
94
+ name: rspec
95
+ requirement: &id008 !ruby/object:Gem::Requirement
134
96
  none: false
135
97
  requirements:
136
98
  - - ~>
137
99
  - !ruby/object:Gem::Version
138
- hash: 27
139
- segments:
140
- - 2
141
- - 5
142
- - 0
143
- version: 2.5.0
100
+ version: "2.5"
144
101
  type: :runtime
145
- requirement: *id008
146
- name: rspec
147
102
  prerelease: false
103
+ version_requirements: *id008
148
104
  - !ruby/object:Gem::Dependency
149
- version_requirements: &id009 !ruby/object:Gem::Requirement
105
+ name: bundler
106
+ requirement: &id009 !ruby/object:Gem::Requirement
150
107
  none: false
151
108
  requirements:
152
109
  - - ">="
153
110
  - !ruby/object:Gem::Version
154
- hash: 23
155
- segments:
156
- - 1
157
- - 0
158
- - 0
159
111
  version: 1.0.0
160
112
  type: :development
161
- requirement: *id009
162
- name: bundler
163
113
  prerelease: false
114
+ version_requirements: *id009
164
115
  description: Expand the 'vagrant box' command to support the creation of base boxes from scratch
165
116
  email:
166
117
  - patrick.debois@jedi.be
@@ -198,6 +149,9 @@ files:
198
149
  - templates/CentOS-4.8-i386/definition.rb
199
150
  - templates/CentOS-4.8-i386/ks.cfg
200
151
  - templates/CentOS-4.8-i386/postinstall.sh
152
+ - templates/CentOS-5.5-x86_64-netboot/definition.rb
153
+ - templates/CentOS-5.5-x86_64-netboot/ks.cfg
154
+ - templates/CentOS-5.5-x86_64-netboot/postinstall.sh
201
155
  - templates/CentOS-5.6-i386-netboot/definition.rb
202
156
  - templates/CentOS-5.6-i386-netboot/ks.cfg
203
157
  - templates/CentOS-5.6-i386-netboot/postinstall.sh
@@ -207,12 +161,21 @@ files:
207
161
  - templates/CentOS-5.6-x86_64-netboot/definition.rb
208
162
  - templates/CentOS-5.6-x86_64-netboot/ks.cfg
209
163
  - templates/CentOS-5.6-x86_64-netboot/postinstall.sh
164
+ - templates/CentOS-5.7-i386-netboot/definition.rb
165
+ - templates/CentOS-5.7-i386-netboot/ks.cfg
166
+ - templates/CentOS-5.7-i386-netboot/postinstall.sh
167
+ - templates/CentOS-5.7-x86_64-netboot/definition.rb
168
+ - templates/CentOS-5.7-x86_64-netboot/ks.cfg
169
+ - templates/CentOS-5.7-x86_64-netboot/postinstall.sh
210
170
  - templates/CentOS-6.0-i386-netboot/definition.rb
211
171
  - templates/CentOS-6.0-i386-netboot/ks.cfg
212
172
  - templates/CentOS-6.0-i386-netboot/postinstall.sh
213
173
  - templates/CentOS-6.0-i386/definition.rb
214
174
  - templates/CentOS-6.0-i386/ks.cfg
215
175
  - templates/CentOS-6.0-i386/postinstall.sh
176
+ - templates/CentOS-6.0-x86_64-minimal/definition.rb
177
+ - templates/CentOS-6.0-x86_64-minimal/ks.cfg
178
+ - templates/CentOS-6.0-x86_64-minimal/postinstall.sh
216
179
  - templates/CentOS-6.0-x86_64-netboot/definition.rb
217
180
  - templates/CentOS-6.0-x86_64-netboot/ks.cfg
218
181
  - templates/CentOS-6.0-x86_64-netboot/postinstall.sh
@@ -225,12 +188,12 @@ files:
225
188
  - templates/Debian-5.0.8-i386-netboot/definition.rb
226
189
  - templates/Debian-5.0.8-i386-netboot/postinstall.sh
227
190
  - templates/Debian-5.0.8-i386-netboot/preseed.cfg
228
- - templates/Debian-6.0.2-amd64-netboot/definition.rb
229
- - templates/Debian-6.0.2-amd64-netboot/postinstall.sh
230
- - templates/Debian-6.0.2-amd64-netboot/preseed.cfg
231
- - templates/Debian-6.0.2-i386-netboot/definition.rb
232
- - templates/Debian-6.0.2-i386-netboot/postinstall.sh
233
- - templates/Debian-6.0.2-i386-netboot/preseed.cfg
191
+ - templates/Debian-6.0.3-amd64-netboot/definition.rb
192
+ - templates/Debian-6.0.3-amd64-netboot/postinstall.sh
193
+ - templates/Debian-6.0.3-amd64-netboot/preseed.cfg
194
+ - templates/Debian-6.0.3-i386-netboot/definition.rb
195
+ - templates/Debian-6.0.3-i386-netboot/postinstall.sh
196
+ - templates/Debian-6.0.3-i386-netboot/preseed.cfg
234
197
  - templates/Fedora-14-amd64-netboot/definition.rb
235
198
  - templates/Fedora-14-amd64-netboot/ks.cfg
236
199
  - templates/Fedora-14-amd64-netboot/postinstall.sh
@@ -249,14 +212,29 @@ files:
249
212
  - templates/Fedora-15-i386/definition.rb
250
213
  - templates/Fedora-15-i386/ks.cfg
251
214
  - templates/Fedora-15-i386/postinstall.sh
215
+ - templates/Fedora-15-x86_64-netboot/definition.rb
216
+ - templates/Fedora-15-x86_64-netboot/ks.cfg
217
+ - templates/Fedora-15-x86_64-netboot/postinstall.sh
218
+ - templates/Fedora-15-x86_64/definition.rb
219
+ - templates/Fedora-15-x86_64/ks.cfg
220
+ - templates/Fedora-15-x86_64/postinstall.sh
252
221
  - templates/Sysrescuecd-2.0.0-experimental/autorun0
253
222
  - templates/Sysrescuecd-2.0.0-experimental/definition.rb
223
+ - templates/archlinux-i386-netboot/aif.cfg
224
+ - templates/archlinux-i386-netboot/definition.rb
225
+ - templates/archlinux-i386-netboot/postinstall.sh
226
+ - templates/archlinux-i386-netboot/postinstall2.sh
254
227
  - templates/archlinux-i386/aif.cfg
255
228
  - templates/archlinux-i386/definition.rb
256
229
  - templates/archlinux-i386/postinstall.sh
230
+ - templates/archlinux-x86_64-netboot/aif.cfg
231
+ - templates/archlinux-x86_64-netboot/definition.rb
232
+ - templates/archlinux-x86_64-netboot/postinstall.sh
233
+ - templates/archlinux-x86_64-netboot/postinstall2.sh
257
234
  - templates/archlinux-x86_64/aif.cfg
258
235
  - templates/archlinux-x86_64/definition.rb
259
236
  - templates/archlinux-x86_64/postinstall.sh
237
+ - templates/archlinux-x86_64/postinstall2.sh
260
238
  - templates/freebsd-8.2-experimental/definition.rb
261
239
  - templates/freebsd-8.2-experimental/postinstall.sh
262
240
  - templates/freebsd-8.2-pcbsd-i386-netboot/definition.rb
@@ -267,6 +245,22 @@ files:
267
245
  - templates/freebsd-8.2-pcbsd-i386/postinstall.sh
268
246
  - templates/gentoo-latest-i386-experimental/definition.rb
269
247
  - templates/gentoo-latest-i386-experimental/postinstall.sh
248
+ - templates/openSUSE-11.4-DVD-i586/autoinst_de.xml
249
+ - templates/openSUSE-11.4-DVD-i586/autoinst_en.xml
250
+ - templates/openSUSE-11.4-DVD-i586/definition.rb
251
+ - templates/openSUSE-11.4-DVD-i586/postinstall.sh
252
+ - templates/openSUSE-11.4-DVD-x86_64/autoinst_de.xml
253
+ - templates/openSUSE-11.4-DVD-x86_64/autoinst_en.xml
254
+ - templates/openSUSE-11.4-DVD-x86_64/definition.rb
255
+ - templates/openSUSE-11.4-DVD-x86_64/postinstall.sh
256
+ - templates/openSUSE-11.4-NET-i586/autoinst_de.xml
257
+ - templates/openSUSE-11.4-NET-i586/autoinst_en.xml
258
+ - templates/openSUSE-11.4-NET-i586/definition.rb
259
+ - templates/openSUSE-11.4-NET-i586/postinstall.sh
260
+ - templates/openSUSE-11.4-NET-x86_64/autoinst_de.xml
261
+ - templates/openSUSE-11.4-NET-x86_64/autoinst_en.xml
262
+ - templates/openSUSE-11.4-NET-x86_64/definition.rb
263
+ - templates/openSUSE-11.4-NET-x86_64/postinstall.sh
270
264
  - templates/openindiana-148-ai-x86/auto_install/ai.dtd
271
265
  - templates/openindiana-148-ai-x86/auto_install/ai_manifest.xml
272
266
  - templates/openindiana-148-ai-x86/auto_install/configuration.dtd
@@ -284,6 +278,12 @@ files:
284
278
  - templates/opensuse-11.4-i386-experimental/autoinst.xml.tweaked
285
279
  - templates/opensuse-11.4-i386-experimental/definition.rb
286
280
  - templates/opensuse-11.4-i386-experimental/postinstall.sh
281
+ - templates/scientificlinux-6.1-i386-netboot/definition.rb
282
+ - templates/scientificlinux-6.1-i386-netboot/ks.cfg
283
+ - templates/scientificlinux-6.1-i386-netboot/postinstall.sh
284
+ - templates/scientificlinux-6.1-x86_64-netboot/definition.rb
285
+ - templates/scientificlinux-6.1-x86_64-netboot/ks.cfg
286
+ - templates/scientificlinux-6.1-x86_64-netboot/postinstall.sh
287
287
  - templates/solaris-11-express-i386/auto_install/ai.dtd
288
288
  - templates/solaris-11-express-i386/auto_install/ai_manifest.xml
289
289
  - templates/solaris-11-express-i386/auto_install/configuration.dtd
@@ -298,18 +298,18 @@ files:
298
298
  - templates/ubuntu-10.04.2-amd64-netboot/definition.rb
299
299
  - templates/ubuntu-10.04.2-amd64-netboot/postinstall.sh
300
300
  - templates/ubuntu-10.04.2-amd64-netboot/preseed.cfg
301
- - templates/ubuntu-10.04.2-server-amd64-alt/definition.rb
302
- - templates/ubuntu-10.04.2-server-amd64-alt/postinstall.sh
303
- - templates/ubuntu-10.04.2-server-amd64-alt/preseed.cfg
304
- - templates/ubuntu-10.04.2-server-amd64/definition.rb
305
- - templates/ubuntu-10.04.2-server-amd64/postinstall.sh
306
- - templates/ubuntu-10.04.2-server-amd64/preseed.cfg
307
301
  - templates/ubuntu-10.04.2-server-i386-netboot/definition.rb
308
302
  - templates/ubuntu-10.04.2-server-i386-netboot/postinstall.sh
309
303
  - templates/ubuntu-10.04.2-server-i386-netboot/preseed.cfg
310
- - templates/ubuntu-10.04.2-server-i386/definition.rb
311
- - templates/ubuntu-10.04.2-server-i386/postinstall.sh
312
- - templates/ubuntu-10.04.2-server-i386/preseed.cfg
304
+ - templates/ubuntu-10.04.3-server-amd64-alt/definition.rb
305
+ - templates/ubuntu-10.04.3-server-amd64-alt/postinstall.sh
306
+ - templates/ubuntu-10.04.3-server-amd64-alt/preseed.cfg
307
+ - templates/ubuntu-10.04.3-server-amd64/definition.rb
308
+ - templates/ubuntu-10.04.3-server-amd64/postinstall.sh
309
+ - templates/ubuntu-10.04.3-server-amd64/preseed.cfg
310
+ - templates/ubuntu-10.04.3-server-i386/definition.rb
311
+ - templates/ubuntu-10.04.3-server-i386/postinstall.sh
312
+ - templates/ubuntu-10.04.3-server-i386/preseed.cfg
313
313
  - templates/ubuntu-10.10-server-amd64-netboot/definition.rb
314
314
  - templates/ubuntu-10.10-server-amd64-netboot/postinstall.sh
315
315
  - templates/ubuntu-10.10-server-amd64-netboot/preseed.cfg
@@ -328,6 +328,18 @@ files:
328
328
  - templates/ubuntu-11.04-server-i386/definition.rb
329
329
  - templates/ubuntu-11.04-server-i386/postinstall.sh
330
330
  - templates/ubuntu-11.04-server-i386/preseed.cfg
331
+ - templates/ubuntu-11.10-server-amd64-ishaya/definition.rb
332
+ - templates/ubuntu-11.10-server-amd64-ishaya/postinstall.sh
333
+ - templates/ubuntu-11.10-server-amd64-ishaya/preseed.cfg
334
+ - templates/ubuntu-11.10-server-amd64-ruby192/definition.rb
335
+ - templates/ubuntu-11.10-server-amd64-ruby192/postinstall.sh
336
+ - templates/ubuntu-11.10-server-amd64-ruby192/preseed.cfg
337
+ - templates/ubuntu-11.10-server-amd64/definition.rb
338
+ - templates/ubuntu-11.10-server-amd64/postinstall.sh
339
+ - templates/ubuntu-11.10-server-amd64/preseed.cfg
340
+ - templates/ubuntu-11.10-server-i386/definition.rb
341
+ - templates/ubuntu-11.10-server-i386/postinstall.sh
342
+ - templates/ubuntu-11.10-server-i386/preseed.cfg
331
343
  - templates/ubuntu-8.04.4-server-amd64/definition.rb
332
344
  - templates/ubuntu-8.04.4-server-amd64/postinstall.sh
333
345
  - templates/ubuntu-8.04.4-server-amd64/preseed.cfg
@@ -352,7 +364,6 @@ files:
352
364
  - validation/vagrant.feature
353
365
  - validation/vagrant.pub
354
366
  - veewee.gemspec
355
- has_rdoc: true
356
367
  homepage: http://github.com/jedi4ever/veewee/
357
368
  licenses: []
358
369
 
@@ -366,7 +377,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
366
377
  requirements:
367
378
  - - ">="
368
379
  - !ruby/object:Gem::Version
369
- hash: 3
380
+ hash: -304779177905094058
370
381
  segments:
371
382
  - 0
372
383
  version: "0"
@@ -375,16 +386,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
375
386
  requirements:
376
387
  - - ">="
377
388
  - !ruby/object:Gem::Version
378
- hash: 23
379
- segments:
380
- - 1
381
- - 3
382
- - 6
383
389
  version: 1.3.6
384
390
  requirements: []
385
391
 
386
392
  rubyforge_project: veewee
387
- rubygems_version: 1.4.2
393
+ rubygems_version: 1.8.7
388
394
  signing_key:
389
395
  specification_version: 3
390
396
  summary: Vagrant box creation