Skip to content

Commit 906b25a

Browse files
committed
Clarify meaning of 'tracker directory' in upgrading doc.
now shown as 'tracker home directory' and link to 'tracker home' in glossary added. Also expand on how to identify the tracker home in the glossary term. Prompted by question on irc at: 2023-06-21 09:38:37
1 parent d272f4d commit 906b25a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/glossary.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ Roundup Glossary
6060
the schema and hyperdb that forms one issue tracker
6161

6262
tracker home
63-
the physical location on disk of a tracker
63+
the physical location on disk of a tracker. It has the
64+
``config.ini``, ``schema.py`` files for the tracker.
6465

6566

6667
-----------------

doc/upgrading-history.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ own queries (or public queries). This is implemented with a `check`
182182
method, therefore the default search permissions will not allow
183183
searching and you'll have to add an explicit search permission.
184184
If you have modified your schema, you can check if you're missing any
185-
search permissions with the following script, run it in your tracker
186-
directory, it will list for each Class and Property the roles that may
185+
search permissions with the following script, run it in your :term:`tracker
186+
home` directory, it will list for each Class and Property the roles that may
187187
search for this property::
188188

189189
#!/usr/bin/python

0 commit comments

Comments
 (0)