google-code-export / flies

Automatically exported from code.google.com/p/flies
GNU Lesser General Public License v2.1
2 stars 0 forks source link

[python client] Does not respect command line option when the url is absent in flies.ini #266

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Great a flies.ini without [default] section
2. Run "flies version create --url=<flies_server_url>"

What is the expected output?
Version created successfully

What do you see instead?
error: Can not find the definition of server from user-config file

What version of the client *and* server are you using? (Displayed at the
bottom of the web page; please include timestamp.) On what operating
system?
Client: commit 87af40a34b96d10583a1450947a80b0ebd7590c9
Server: 1.3-SNAPSHOT (20110301-0101)

Please use labels and text to provide additional information.

Original issue reported on code.google.com by dchen%re...@gtempaccount.com on 4 Mar 2011 at 3:20

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an empty flies.ini.
2. Assume the project is created, and flies.xml is correct.
3. Run "flies version create --url=<flies_server_url>"

What is the expected output?
Version created successfully

What do you see instead?
error: Can not find the definition of server from user-config file

What version of the client *and* server are you using? (Displayed at the
bottom of the web page; please include timestamp.) On what operating
system?
Client: commit 87af40a34b96d10583a1450947a80b0ebd7590c9
Server: 1.3-SNAPSHOT (20110301-0101)

Please use labels and text to provide additional information.

Original comment by dchen%re...@gtempaccount.com on 4 Mar 2011 at 3:35

GoogleCodeExporter commented 9 years ago
version 0.8.0 python client have removed the dependency of 'flies.ini', user 
could specify the server url through command line option '--url'. 

Original comment by kent....@gmail.com on 8 Mar 2011 at 1:17

GoogleCodeExporter commented 9 years ago
Verified with commit 79da63d68df448bc994e782ba1b6587d4778d5c2

Original comment by dchen%re...@gtempaccount.com on 9 Mar 2011 at 2:39