bosh-stemcell 1.5.0.pre.1278 → 1.5.0.pre.1284

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/README.md +4 -1
  2. data/lib/bosh/stemcell/version.rb +1 -1
  3. 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=1045 http_proxy=http://localhost:3142/ bundle exec rake ci:build_stemcell[vsphere,centos]
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
@@ -1,5 +1,5 @@
1
1
  module Bosh
2
2
  module Stemcell
3
- VERSION = '1.5.0.pre.1278'
3
+ VERSION = '1.5.0.pre.1284'
4
4
  end
5
5
  end
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.1278
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.1278
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.1278
29
+ version: 1.5.0.pre.1284
30
30
  - !ruby/object:Gem::Dependency
31
31
  name: rake
32
32
  requirement: !ruby/object:Gem::Requirement