Skip to content

Commit e2260f3

Browse files
committed
Final touchups python -> Python, reconcile config file names.
1 parent 2c4e7ca commit e2260f3

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

doc/upgrading.txt

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ Upgrade tracker's config.ini file
2727
--------------------------------------
2828
Once you have installed the new roundup, use:
2929

30-
roundup-admin -i /path/to/tracker updateconfig new_init_file.ini
30+
roundup-admin -i /path/to/tracker updateconfig newconfig.ini
3131

3232
to generate a new ini file preserving all your settings. You can then
3333
merge any local comments from the tracker's ``config.ini`` into
34-
``new_init_file.ini``. Compare the old and new files and configure set
35-
any new settings as you want. Then replace ``config.ini`` with the new
36-
ini file.
34+
``newconfig.ini``. Compare the old and new files and configure any new
35+
settings as you want. Then replace ``config.ini`` with the
36+
``newconfig.ini`` file.
3737

3838
Python 3 support
3939
----------------
@@ -51,12 +51,14 @@ you do not need to export and import, but need to delete the
5151
If using the ``postgresql`` backend, you do not need to export and
5252
import and no other special database-related steps are needed.
5353

54-
Octal values in config.ini change from the python 2 representation
54+
Octal values in config.ini change from the Python 2 representation
5555
with a leading ``0`` (``022``). They now use a leading ``0o``
5656
(``0o22``). Note that the ``0o`` format is properly handled under
57-
python 2. You can use the ``newfile.ini`` generated using
58-
``python3 roundup-admin ... updateconfig newfile.ini``
59-
if you want to go back to using python 2.
57+
python 2. You can use the ``newconfig.ini`` generated using ``python3
58+
roundup-admin -i ... updateconfig newconfig.ini`` if you want to go
59+
back to using python 2. (Note going back to Python 2 will require
60+
the same steps as moving from 2 to 3 except using Python 3 to perform
61+
the export.)
6062

6163
PGP mail processing
6264
-------------------

0 commit comments

Comments
 (0)