Sha256: 36cad3705502fce2273c7a3b95afa9ce92baa6909409666338f33091435e7706
Contents?: true
Size: 820 Bytes
Versions: 2
Compression:
Stored size: 820 Bytes
Contents
# # Cookbook Name:: git # Recipe:: default # # Copyright 2011-2013, Travis CI Development Team <contact@travis-ci.org> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # 11.10 and 12.04 no longer use git-core and provide a recent version. So we # can just use standard packages. MK. package "git" do action :install end
Version data entries
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
ciborg-3.0.0 | chef/travis-cookbooks/ci_environment/git/recipes/default.rb |
lobot-2.1.0 | chef/travis-cookbooks/ci_environment/git/recipes/default.rb |