boxgrinder-build 0.0.1 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -94,7 +94,7 @@ module BoxGrinder
94
94
  @log.debug "Changing configuration files using augeas..."
95
95
  guestfs.aug_init( "/", 0 )
96
96
  # don't use DNS for SSH
97
- guestfs.aug_set( "/files/etc/ssh/sshd_config/UseDNS", "no" )
97
+ guestfs.aug_set( "/files/etc/ssh/sshd_config/UseDNS", "no" ) if guestfs.exists( '/etc/ssh/sshd_config' )
98
98
  guestfs.aug_save
99
99
  @log.debug "Augeas changes saved."
100
100
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 1
9
- version: 0.0.1
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - BoxGrinder Project
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-03-15 00:00:00 +01:00
17
+ date: 2010-03-22 00:00:00 +01:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -27,8 +27,8 @@ dependencies:
27
27
  segments:
28
28
  - 0
29
29
  - 0
30
- - 1
31
- version: 0.0.1
30
+ - 2
31
+ version: 0.0.2
32
32
  type: :runtime
33
33
  version_requirements: *id001
34
34
  - !ruby/object:Gem::Dependency
@@ -146,8 +146,6 @@ files:
146
146
  - src/ec2/rc_local
147
147
  - src/ec2/ifcfg-eth0
148
148
  - src/ec2/fstab_32bit
149
- - appliances/jeos.appl
150
- - appliances/meta.appl
151
149
  - docs/node-info/pom.xml
152
150
  - docs/node-info/src/main/webapp/WEB-INF/web.xml
153
151
  - docs/node-info/src/main/webapp/META-INF/MANIFEST.MF
data/appliances/jeos.appl DELETED
@@ -1,22 +0,0 @@
1
- name: jeos
2
- summary: Just Enough Operating System based on latest Fedora
3
- packages:
4
- includes:
5
- - bash
6
- - kernel
7
- - grub
8
- - e2fsprogs
9
- - passwd
10
- - policycoreutils
11
- - chkconfig
12
- - rootfiles
13
- - yum
14
- - vim-minimal
15
- - acpid
16
- - dhclient
17
- - iputils
18
- - generic-logos
19
- - openssh-server
20
- - openssh-clients
21
- - mkinitrd
22
-
data/appliances/meta.appl DELETED
@@ -1,41 +0,0 @@
1
- name: meta
2
- summary: Environment for building new appliances using BoxGrinder
3
- hardware:
4
- memory: 1024
5
- partitions:
6
- - root: "/"
7
- size: 10
8
- appliances:
9
- - jeos
10
- packages:
11
- includes:
12
- - git
13
- - wget
14
- - gnupg2
15
- - make
16
- - gcc-c++
17
- - expect
18
- - rpmdevtools
19
- - java-1.6.0-openjdk-devel
20
- - autoconf
21
- - createrepo
22
- - appliance-tools
23
- - yum-utils
24
- - libdnet-devel
25
- - libdnet
26
- - libicu-devel
27
- - httpd-devel
28
- - glib2-devel
29
- - ruby-devel
30
- - ruby-libguestfs
31
- - guestfish
32
- - gdb
33
- - qemu-stable
34
- - zlib-devel
35
- - SDL-devel
36
- - rubygem-rake
37
- - which
38
- - sudo
39
- - zlib-devel
40
- - SDL-devel
41
- - boxgrinder-environment