Mercurial > p > roundup > code
diff CHANGES.txt @ 7926:05f36a527a45
feat: allow setting URL hostname with -H option to roundup-demo
The underlying demo.py code already supported this.
Also update man page ading -H and fixing formatting for a number of
entries. Clarify that hostname can be used with -B to listen on the ip
address for that host.
Refactor port handling to reduce line length.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 02 May 2024 21:49:17 -0400 |
| parents | f5f09ed9a783 |
| children | c05ea62b4c7a |
line wrap: on
line diff
--- a/CHANGES.txt Thu May 02 21:21:40 2024 -0400 +++ b/CHANGES.txt Thu May 02 21:49:17 2024 -0400 @@ -186,6 +186,10 @@ with the values from the dict. (John Rouillard) - add @group to rest interface collection queries. Useful when using optgroup in select elements. (John Rouillard) +- roundup-demo can set the hostname in the URL using the -H + parameter. So you can start a demo tracker that is available from + your network using 'roundup-demo ... -B hostname -H hostname'. (John + Rouillard) 2023-07-13 2.3.0
