dandye / teamcity-python

Automatically exported from code.google.com/p/teamcity-python
0 stars 0 forks source link

Picks up random python #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
teamcity-python version: 1.0.69.107
team city version: 8.0.6 eap

We have a pool of agents with the same Debian versions on all of them and they 
all have both python 2.5 and 2.6. For some reason this plugin detects different 
pythons on them: some report to have /usr/bin/python2.5, some 
/usr/bin/python2.6 and some /usr/bin/python (which points to 2.6 btw).

This along with inability to choose specific minor version makes certain 2.6+ 
scripts fail on 2.5. 

Original issue reported on code.google.com by t...@spotify.com on 4 Dec 2013 at 5:15

GoogleCodeExporter commented 9 years ago
There was a typo in PythonVersions.compareTo method, see the attached patch.

Original comment by t...@spotify.com on 11 Dec 2013 at 12:16

Attachments:

GoogleCodeExporter commented 9 years ago
Tony, thank you very much for the bugfix.

Sorry for delay with answer.

Original comment by leonidos on 11 Dec 2013 at 12:21

GoogleCodeExporter commented 9 years ago
Integrated.

Original comment by leonidos on 11 Dec 2013 at 6:36

GoogleCodeExporter commented 9 years ago
Thanks a lot!

Original comment by t...@spotify.com on 11 Dec 2013 at 6:37