boxgrinder-build 0.0.5 → 0.0.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -129,7 +129,7 @@ module BoxGrinder
|
|
129
129
|
repo_file << ("#{type}=#{repo[type]}\n") unless repo[type].nil?
|
130
130
|
end
|
131
131
|
|
132
|
-
guestfs.
|
132
|
+
guestfs.write_file( "/etc/yum.repos.d/#{repo['name']}.repo", repo_file, 0 )
|
133
133
|
end
|
134
134
|
@log.debug "Repositories installed."
|
135
135
|
end
|
data/lib/boxgrinder-build.rb
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 6
|
9
|
+
version: 0.0.6
|
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-
|
17
|
+
date: 2010-03-26 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
|
-
-
|
31
|
-
version: 0.0.
|
30
|
+
- 4
|
31
|
+
version: 0.0.4
|
32
32
|
type: :runtime
|
33
33
|
version_requirements: *id001
|
34
34
|
- !ruby/object:Gem::Dependency
|