Skip to content

Commit

Permalink
Disentangle Stanchion versioning from Riak CS
Browse files Browse the repository at this point in the history
  • Loading branch information
macintux committed Jan 22, 2014
1 parent eece3c2 commit d42cbc3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config.rb
Expand Up @@ -110,7 +110,7 @@
puts "== Populating Downloads Details"
Downloads.pull_data('riak', $versions[:riak])
Downloads.pull_data('riak-cs', $versions[:riakcs])
Downloads.pull_data('stanchion', $versions[:riakcs])
Downloads.pull_data('stanchion', $versions[:stanchion])
Downloads.pull_data('riak-cs-control', $versions[:riakcscontrol])
rescue => e
$stderr.puts " Details download failed"
Expand Down
6 changes: 5 additions & 1 deletion data/versions.yml
Expand Up @@ -5,6 +5,9 @@ riakee:
- ['2.0.0pre11']
riakcs:
- ['1.2.0', '1.2.1']
- ['1.3.0', '1.3.1']
- ['1.4.0', '1.4.1', '1.4.2', '1.4.3', '1.4.4']
stanchion:
- ['1.3.0', '1.3.1']
- ['1.4.0', '1.4.1', '1.4.2', '1.4.3']
riak:
Expand All @@ -21,7 +24,8 @@ riakcscontrol:
# describes the latest version per project
currents:
riakee: '1.4.7'
riakcs: '1.4.3'
riakcs: '1.4.4'
riak: '1.4.7'
# java: '1.1.0'
riakcscontrol: '1.0.2'
stanchion: '1.4.3'
2 changes: 1 addition & 1 deletion source/languages/en/riakcs/downloads.slim
Expand Up @@ -49,7 +49,7 @@ p You should be able to find your operating system in the choices below.
hr

- project = 'stanchion'
- version = current_version(:riakcs)
- version = current_version(:stanchion)
- downloads = Downloads.new(project, version)

h2 Stanchion #{version}
Expand Down

0 comments on commit d42cbc3

Please sign in to comment.