@@ -27,13 +27,13 @@ Upgrade tracker's config.ini file
2727--------------------------------------
2828Once 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
3232to generate a new ini file preserving all your settings. You can then
3333merge 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
3838Python 3 support
3939----------------
@@ -51,12 +51,14 @@ you do not need to export and import, but need to delete the
5151If using the ``postgresql`` backend, you do not need to export and
5252import 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
5555with 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
6163PGP mail processing
6264-------------------
0 commit comments