Changes between Version 15 and Version 16 of TeamcityPluginIntegration


Ignore:
Timestamp:
Oct 16, 2016, 8:26:46 AM (7 years ago)
Author:
figaro
Comment:

Further cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TeamcityPluginIntegration

    v15 v16  
    3535 svn co https://trac-hacks.org/svn/teamcitypluginintegration
    3636 }}}
    37  1. Build egg-file and put it to Trac plugins dir:
     37 1. Build egg-file and place it in the Trac plugins directory:
    3838 {{{#!sh
    3939 python setup.py bdist_egg
     
    4545 teamcity.* = enabled
    4646 }}}
    47  1. Add permissions to users allowed to build and/or configure plugin. There are two !TeamCity permissions:
     47 1. Add permissions to users allowed to build and/or configure the plugin. There are two !TeamCity permissions:
    4848  * `TEAMCITY_BUILD` allows to view /trac-instance/builds page and run builds.
    4949  * `TEAMCITY_ADMIN` allows to edit plugin settings.