Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Upgrade bitbucket to 4.0.2 #119

Merged
merged 1 commit into from
Oct 9, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ install_type | Stash install type - "standalone" only for now | String | standal
url_base | URL base for Stash install | String | http://www.atlassian.com/software/stash/downloads/binary/atlassian-stash
url | URL for Stash install | String | auto-detected (see attributes/default.rb)
user | user to run Stash | String | stash
version | Stash version to install | String | 3.10.2
version | Stash version to install | String | 4.0.2

### Stash Backup Attributes (Shared)

Expand Down Expand Up @@ -332,4 +332,5 @@ Please see license information in: [LICENSE](LICENSE)
* Mikhail Zholobov (@legal90)
* Claudio Rivabene (@crivabene)
* Patrick Connolly (@patcon)
* Benjamin Neff (@SuperTux88)
* Lincoln Lee (@linc01n)
3 changes: 2 additions & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set['build-essential']['compile_time'] = true

default['stash']['version'] = '4.0.1'
default['stash']['version'] = '4.0.2'
default['stash']['product'] = Chef::Version.new(node['stash']['version']) >= Chef::Version.new('4.0.0') ? 'bitbucket' : 'stash'

default['stash']['home_path'] = "/var/atlassian/application-data/#{node['stash']['product']}"
Expand Down Expand Up @@ -117,6 +117,7 @@
when '3.10.2' then '2597e9954397af5016c30c9f90befd09c6da71c4e7745813c77e60329427989e'
when '3.11.1' then '7db6327554e3481a8b351188991f5858d01aeebce3f9bc290da5ad9d0fbfe1e7'
when '4.0.1' then 'f59462077fa4ccc522b7bbf1ad6ebef4753cd0e41abf54bc0491d07eea40593d'
when '4.0.2' then '40dbb55194f9227d931a411c0785e73d38506070f9063d69e19201eb3e0ad2de'
end

default['stash']['apache2']['access_log'] = ''
Expand Down