dqrobotics / python

The DQ Robotics library in Python
https://dqrobotics.github.io
GNU Lesser General Public License v3.0
24 stars 9 forks source link

Travis automatic versioning bug #2

Closed mmmarinho closed 5 years ago

mmmarinho commented 5 years ago

Issue Travis automatic version differs from the version I get in my local computer. Moreover, different commits are being given the same version number.

Possible cause When Travis clones the repository, it uses the depth=50 syntax which means it gets only limited information of the repository. The fact that it started bugging after 50 commits also indicates there is a connection here.

mmmarinho commented 5 years ago

My reasoning was correct here. It might be possible to hack travis but in the end we need to set a line somewhere. 50 commits is a lot, so I just need to update the version before getting that far.