Mercurial > p > roundup > code
comparison RELEASE.txt @ 6453:3e7fc096fe5b
add cd commands for better cut/paste.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 03 Jul 2021 13:04:46 -0400 |
| parents | bb561a8b179f |
| children | 43298edf7ab1 |
comparison
equal
deleted
inserted
replaced
| 6452:f2c6bf1c3cb0 | 6453:3e7fc096fe5b |
|---|---|
| 11 Messages" in doc/developers.txt. This is best done some time in | 11 Messages" in doc/developers.txt. This is best done some time in |
| 12 advance of the release to allow for translators to update their | 12 advance of the release to allow for translators to update their |
| 13 translations. Merge into .po files by running 'make *.po' | 13 translations. Merge into .po files by running 'make *.po' |
| 14 in the locale directory. Run: | 14 in the locale directory. Run: |
| 15 | 15 |
| 16 cd locale | |
| 16 make template | 17 make template |
| 17 make *.po | 18 make *.po |
| 19 cd .. | |
| 18 | 20 |
| 19 2. Run unit tests! They should pass successfully. Install pytest | 21 2. Run unit tests! They should pass successfully. Install pytest |
| 20 using pip2/pip3 for python2 and python3. Then invoke pytest | 22 using pip2/pip3 for python2 and python3. Then invoke pytest |
| 21 using both python versions from the top of the roundup tree: | 23 using both python versions from the top of the roundup tree: |
| 22 | 24 |
