public
Fork of jlewallen/git-teamcity
Description: A Git VCS Plugin for TeamCity
Homepage:
Clone URL: git://github.com/chrisortman/git-teamcity.git
name age message
file .gitignore Tue Oct 07 13:49:32 -0700 2008 Ignoring eclipse project stuff. Maven will cre... [jlewallen]
file LICENSE.txt Wed May 14 17:03:29 -0700 2008 re-branded under the LGPL [britt]
file README.markdown Loading commit data...
file deploy Mon Oct 06 17:14:43 -0700 2008 Adding some really stupid build/helper scripts.... [jlewallen]
directory maven/ Wed Nov 05 13:48:25 -0800 2008 Adding my local maven repository. This has bin... [jlewallen]
file pkg Mon Oct 06 23:10:59 -0700 2008 Moving the build-agent-plugin to where it's sup... [jlewallen]
file pom.xml Sat Dec 20 06:31:53 -0800 2008 Changing local repo to use ${basedir} so the fi... [rubbish]
directory src/
README.markdown

A plugin for JetBrains TeamCity (http://www.jetbrains.com/teamcity/) that allows it to use the Git version control system (http://git.or.cz/).

Compiling

Running mvn install will build/compile.

mvn install

Installing

Inside pkg there's the steps necessary to create the agent-side package file. Then deploy just shows where the jar and the zip should be copied. You'll notice your agents go down for an ugprade and to get the server side workign you'll have to restart.

TODO

Make these instructions obsolete with better configuration/scripts/etc...