Skip to content

Commit

Permalink
Remove 1.3.2 Precise hack.
Browse files Browse the repository at this point in the history
  • Loading branch information
hectcastro committed Sep 23, 2013
1 parent a9cbdd5 commit 661d1a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions recipes/custom_repository.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
package_version = "#{version_str}.#{node['riak']['package']['version']['incremental']}-#{node['riak']['package']['version']['build']}"
platform_version = node['platform_version'].to_i

if node['platform'] == "ubuntu" && package_version == "1.3.2-1"
package_version = package_version.gsub(/-/, "~precise")
end

if node['platform_family'] == "rhel"
if node['kernel']['machine'] == "x86_64"
lib_dir = "/usr/lib64/riak"
Expand Down

0 comments on commit 661d1a7

Please sign in to comment.