Roundup Tracker - Issues

Issue 2550794

classification
demo.py does not use hostname specified in demo/config.ini trcker/web
Type: behavior Severity: major
Components: Install Problem (example) Versions: 1.4
process
Status: closed
:
: rouilj : ber, rouilj, techtonik
Priority: normal : patch, patch

Created on 2013-02-21 03:09 by rouilj, last changed 2013-02-21 09:37 by ber.

Files
File name Uploaded Description Edit Remove
demo.py.hostname_change.patch rouilj, 2013-02-21 03:09 One line patch for fixing demo.py hostname handiling.
Messages
msg4796 Author: [hidden] (rouilj) Date: 2013-02-21 03:09
If you want to have the demo instance be useable on any interface except
locahost/loopback the directions say to:

  Demo tracker is set up to be accessed by localhost browser.  If you
  run demo on a server host, please stop the demo, open file
  "./demo/config.ini" with your editor, change the host name in the "web"
  option in section "[tracker]", save the file, then re-run the demo
  program. If you want to change backend types, you must use "nuke".

except this doesn't work. demo.py calls roundup-server but doesn't pass
the parsed hostname.

The fix is to add '-n', hostname to the sys.argv. Patch attached.
msg4797 Author: [hidden] (rouilj) Date: 2013-02-21 03:29
Checked CHANGES.txt and demo.py into the sourceforge repo I think.

Can somebody verify that the changes are there and if so close out
this ticket.

Thanks.
msg4798 Author: [hidden] (techtonik) Date: 2013-02-21 08:14
I can't close, but here is it - 
http://roundup.hg.sourceforge.net/hgweb/roundup/roundup/rev/a89f1e9f3ee3
msg4799 Author: [hidden] (ber) Date: 2013-02-21 09:37
John, Anatoly, thanks for the improvement!

Anatoly: I've boosted your roundup account, you should be able to close
other issues now.
History
Date User Action Args
2013-02-21 09:37:08bersetkeywords: patch, patch
status: open -> closed
messages: + msg4799
nosy: + ber
2013-02-21 08:14:10techtoniksetnosy: + techtonik
messages: + msg4798
2013-02-21 03:29:30rouiljsetkeywords: patch, patch
status: new -> open
messages: + msg4797
2013-02-21 03:09:35rouiljcreate