File tree 3 files changed +11
-9
lines changed
3 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
1
Description
2
- ====
2
+ ===========
3
3
4
4
Installs Thrift from source.
5
5
6
+ Changes
7
+ =======
8
+
6
9
Requirements
7
- ====
10
+ ============
8
11
9
12
## Platform
10
13
11
- Only tested on Ubuntu 10.04.
14
+ * Ubuntu 11.10
12
15
13
16
## Cookbooks
14
17
15
18
Opscode cookbooks:
16
19
17
20
* build-essential
18
21
* java
19
- * subversion
20
22
* boost
21
23
22
24
Usage
23
- ====
25
+ =====
24
26
25
27
Include the Thrift recipe to install Thrift from source on your systems.
26
28
27
29
include_recipe "thrift"
28
30
29
31
License and Author
30
- ====
32
+ ==================
31
33
32
34
Author:: Joshua Timberman (
< [email protected] > )
33
35
Copyright:: 2009-2011, Opscode, Inc.
Original file line number Diff line number Diff line change 17
17
# limitations under the License.
18
18
#
19
19
20
- default [ 'thrift' ] [ 'version' ] = '0.6 .0'
20
+ default [ 'thrift' ] [ 'version' ] = '0.8 .0'
21
21
default [ 'thrift' ] [ 'mirror' ] = 'http://apache.mirrors.tds.net'
22
- default [ 'thrift' ] [ 'checksum' ] = 'c1a282de4d24c772cdf62ab110cf24937fd3c42d807e9cfd49d77c1488c0b7c5 '
22
+ default [ 'thrift' ] [ 'checksum' ] = '5e280097d88400f5e2db75595a04e1981538e48869cd6915bb9c4831605f0793 '
23
23
default [ 'thrift' ] [ 'configure_options' ] = [ ]
Original file line number Diff line number Diff line change 27
27
package pkg
28
28
end
29
29
30
- remote_file "#{ Chef ::Config [ :file_cache_path ] } /thrift-0.6.0 .tar.gz" do
30
+ remote_file "#{ Chef ::Config [ :file_cache_path ] } /thrift-#{ version } .tar.gz" do
31
31
source "#{ node [ 'thrift' ] [ 'mirror' ] } /thrift/#{ version } /thrift-#{ version } .tar.gz"
32
32
checksum node [ 'thrift' ] [ 'checksum' ]
33
33
end
You can’t perform that action at this time.
0 commit comments