comparison docs/setup.rst @ 3267:7b74079beec9 beta

coding style: fix trailing and leading spaces and tabs
author Mads Kiilerich <madski@unity3d.com>
date Wed, 30 Jan 2013 01:22:44 +0100
parents c759c0912642
children 2d4e1f5e854e
comparison
equal deleted inserted replaced
3266:91f4e30da32d 3267:7b74079beec9
124 You may optionally pass the option `-f` to enable a full index rebuild. Without 124 You may optionally pass the option `-f` to enable a full index rebuild. Without
125 the `-f` option, indexing will run always in "incremental" mode. 125 the `-f` option, indexing will run always in "incremental" mode.
126 126
127 For an incremental index build use:: 127 For an incremental index build use::
128 128
129 paster make-index production.ini 129 paster make-index production.ini
130 130
131 For a full index rebuild use:: 131 For a full index rebuild use::
132 132
133 paster make-index production.ini -f 133 paster make-index production.ini -f
134 134
135 135
136 building index just for chosen repositories is possible with such command:: 136 building index just for chosen repositories is possible with such command::
137 137
138 paster make-index production.ini --index-only=vcs,rhodecode 138 paster make-index production.ini --index-only=vcs,rhodecode