Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
Merge pull request #22 from grasshoppergroup/Updatechefteamcity
Browse files Browse the repository at this point in the history
remove mercurial and subversion from depends
  • Loading branch information
alexfalkowski authored Aug 23, 2019
2 parents e52fe96 + f223daf commit 9c13b1b
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 43 deletions.
2 changes: 0 additions & 2 deletions Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ metadata
cookbook 'postgresql', '~> 3.4.10'
cookbook 'java', '~> 1.28.0'
cookbook 'git', '~> 4.1.0'
cookbook 'mercurial', '~> 2.0.4'
cookbook 'subversion', '~> 1.3.0'
49 changes: 15 additions & 34 deletions Berksfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,17 @@ DEPENDENCIES
metadata: true
git (~> 4.1.0)
java (~> 1.28.0)
mercurial (~> 2.0.4)
postgresql (~> 3.4.10)
subversion (~> 1.3.0)

GRAPH
apache2 (5.0.0)
apt (2.6.0)
build-essential (2.1.3)
chef-sugar (2.4.1)
chef-teamcity (1.0.1)
apt (7.2.0)
build-essential (8.2.1)
mingw (>= 1.1)
seven_zip (>= 0.0.0)
chef-teamcity (1.0.2)
git (>= 0.0.0)
java (>= 0.0.0)
mercurial (>= 0.0.0)
subversion (>= 0.0.0)
chef_handler (3.0.2)
compat_resource (12.19.0)
dmg (4.0.0)
dmg (4.1.1)
git (4.1.0)
build-essential (>= 0.0.0)
dmg (>= 0.0.0)
Expand All @@ -29,32 +23,19 @@ GRAPH
yum (~> 3.0)
yum-epel (>= 0.0.0)
java (1.28.0)
mercurial (2.0.5)
build-essential (>= 0.0.0)
python (>= 0.0.0)
windows (>= 0.0.0)
mingw (2.0.1)
mingw (2.1.0)
seven_zip (>= 0.0.0)
openssl (2.0.0)
chef-sugar (>= 0.0.0)
packagecloud (0.3.0)
postgresql (3.4.14)
openssl (8.5.5)
packagecloud (1.0.1)
postgresql (3.4.16)
apt (>= 1.9.0)
build-essential (>= 0.0.0)
openssl (>= 0.0.0)
python (1.4.8)
build-essential (>= 0.0.0)
yum-epel (>= 0.0.0)
runit (3.0.5)
runit (5.1.2)
packagecloud (>= 0.0.0)
yum-epel (>= 0.0.0)
seven_zip (2.0.2)
windows (>= 1.2.2)
subversion (1.3.1)
apache2 (>= 2.0.0)
windows (~> 1.10)
windows (1.44.3)
chef_handler (>= 0.0.0)
seven_zip (3.1.1)
windows (>= 0.0.0)
windows (6.0.0)
yum (3.13.0)
yum-epel (2.1.2)
compat_resource (>= 12.16.3)
yum-epel (3.3.0)
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.1.2

- Remove subversion and mercurial

# 0.1.1

* Updated default.rb to work with Chef Client 13
Expand Down
4 changes: 1 addition & 3 deletions metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
license 'Apache 2.0'
description 'Installs/Configures TeamCity agent/server.'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '1.0.1'
version '1.0.2'
recipe 'chef-teamcity::server', 'Install a TeamCity server'
recipe 'chef-teamcity::agent', 'Installs a TeamCity agent'

Expand All @@ -14,5 +14,3 @@

depends 'java'
depends 'git'
depends 'mercurial'
depends 'subversion'
4 changes: 0 additions & 4 deletions recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,9 @@
include_recipe 'java'

include_recipe 'git'
include_recipe 'mercurial'
include_recipe 'subversion'

if node['platform'] != 'windows'
package 'git'
package 'mercurial'
package 'subversion'

group TEAMCITY_GROUP

Expand Down

0 comments on commit 9c13b1b

Please sign in to comment.