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

Commit

Permalink
Added git, mercurial and subversion.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Falkowski committed Nov 15, 2014
1 parent 3b214e7 commit 213c671
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recipes/agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
TEAMCITY_AGENT_PROPERTIES = "#{TEAMCITY_AGENT_CONFIG_PATH}/buildAgent.properties".freeze
TEAMCITY_AGENT_EXECUTABLE = "#{TEAMCITY_PATH}/bin/agent.sh".freeze

package 'git'
package 'mercurial'
package 'subversion'

group TEAMCITY_GROUP

user TEAMCITY_USERNAME do
Expand Down
4 changes: 4 additions & 0 deletions recipes/server.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@
TEAMCITY_BACKUP_FILE = node['teamcity']['server']['backup']
TEAMCITY_JAR_NAME = ::File.basename(URI.parse(TEAMCITY_JAR_URI).path).freeze

package 'git'
package 'mercurial'
package 'subversion'

group TEAMCITY_GROUP

user TEAMCITY_USERNAME do
Expand Down

0 comments on commit 213c671

Please sign in to comment.