bosh-stemcell 1.5.0.pre.1278 → 1.5.0.pre.1284
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 +4 -1
- data/lib/bosh/stemcell/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
|
@@ -24,10 +24,13 @@ From a fresh copy of the bosh repo:
|
|
|
24
24
|
|
|
25
25
|
#### Build the stemcell from inside the VM
|
|
26
26
|
|
|
27
|
+
Substitute *\<current_build\>* with the current build number, which can be found by looking at
|
|
28
|
+
[bosh artifacts](http://bosh_artifacts.cfapps.io)
|
|
29
|
+
|
|
27
30
|
vagrant ssh -c '
|
|
28
31
|
cd /bosh
|
|
29
32
|
bundle install --local
|
|
30
|
-
CANDIDATE_BUILD_NUMBER
|
|
33
|
+
CANDIDATE_BUILD_NUMBER=<current_build> http_proxy=http://localhost:3142/ bundle exec rake ci:build_stemcell[vsphere,centos]
|
|
31
34
|
' local
|
|
32
35
|
|
|
33
36
|
# Run the stemcell locally with Fusion
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: bosh-stemcell
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.5.0.pre.
|
|
4
|
+
version: 1.5.0.pre.1284
|
|
5
5
|
prerelease: 6
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -18,7 +18,7 @@ dependencies:
|
|
|
18
18
|
requirements:
|
|
19
19
|
- - ~>
|
|
20
20
|
- !ruby/object:Gem::Version
|
|
21
|
-
version: 1.5.0.pre.
|
|
21
|
+
version: 1.5.0.pre.1284
|
|
22
22
|
type: :runtime
|
|
23
23
|
prerelease: false
|
|
24
24
|
version_requirements: !ruby/object:Gem::Requirement
|
|
@@ -26,7 +26,7 @@ dependencies:
|
|
|
26
26
|
requirements:
|
|
27
27
|
- - ~>
|
|
28
28
|
- !ruby/object:Gem::Version
|
|
29
|
-
version: 1.5.0.pre.
|
|
29
|
+
version: 1.5.0.pre.1284
|
|
30
30
|
- !ruby/object:Gem::Dependency
|
|
31
31
|
name: rake
|
|
32
32
|
requirement: !ruby/object:Gem::Requirement
|