Mercurial > p > roundup > code
diff doc/admin_guide.txt @ 7404:1642a7b501df
Add additional command that do not require a tracker home.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 25 May 2023 13:56:03 -0400 |
| parents | 312d52305583 |
| children | 76b2f3c95c03 |
line wrap: on
line diff
--- a/doc/admin_guide.txt Thu May 25 09:38:39 2023 -0400 +++ b/doc/admin_guide.txt Thu May 25 13:56:03 2023 -0400 @@ -1310,12 +1310,13 @@ In general you should forget that there is a -u parameter. -All commands (except help) require a tracker specifier. This is just the -path to the roundup tracker you're working with. A roundup tracker is -where roundup keeps the database and configuration file that defines an -issue tracker. It may be thought of as the issue tracker's "home -directory". It may be specified in the environment variable -``TRACKER_HOME`` or on the command line as "``-i tracker``". +All commands (except help, genconfig, templates) require a tracker +specifier. This is just the path to the roundup tracker you're working +with. A roundup tracker is where roundup keeps the database and +configuration file that defines an issue tracker. It may be thought of +as the issue tracker's "home directory". It may be specified in the +environment variable ``TRACKER_HOME`` or on the command line as "``-i +tracker``". A designator is a classname and an itemid concatenated, eg. bug1, user10, ... Property values are represented as strings in command
