#575497 Make compatible with Chef12
This commit is contained in:
Родитель
9d478b9ed3
Коммит
324fea617c
|
@ -1,3 +1,8 @@
|
|||
default['vsts_build_agent']['xplat']['package_name'] = 'vsoagent-installer'
|
||||
default['vsts_build_agent']['xplat']['package_version'] = 'latest'
|
||||
default['vsts_build_agent']['xplat']['skip_vsoagent_installer'] = false
|
||||
|
||||
default['vsts_build_agent']['binary']['windows'] = 'tbd'
|
||||
default['vsts_build_agent']['binary']['ubuntu'] = 'https://github.com/Microsoft/vsts-agent/releases/download/v2.101.1/vsts-agent-ubuntu.14.04-x64-2.101.1.tar.gz'
|
||||
default['vsts_build_agent']['binary']['rhel'] = 'https://github.com/Microsoft/vsts-agent/releases/download/v2.101.1/vsts-agent-rhel.7.2-x64-2.101.1.tar.gz'
|
||||
default['vsts_build_agent']['binary']['osx'] = 'https://github.com/Microsoft/vsts-agent/releases/download/v2.101.1/vsts-agent-osx.10.11-x64-2.101.1.tar.gz'
|
|
@ -6,7 +6,7 @@ description 'Installs/Configures visualstudio team services build agents'
|
|||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||
source_url 'https://github.com/Microsoft/vsts-build-agent-cookbook' if respond_to?(:source_url)
|
||||
issues_url 'https://github.com/Microsoft/vsts-build-agent-cookbook/issues' if respond_to?(:issues_url)
|
||||
version '0.1.3'
|
||||
version '1.0.0'
|
||||
|
||||
%w( ubuntu debian mac_os_x mac_os_x_server windows ).each do |os|
|
||||
supports os
|
||||
|
@ -16,3 +16,4 @@ suggests 'nodejs'
|
|||
|
||||
depends 'runit'
|
||||
depends 'windows'
|
||||
depends 'ark'
|
||||
|
|
Загрузка…
Ссылка в новой задаче