Torom / BotLi

Lichess Bot
GNU Affero General Public License v3.0
46 stars 82 forks source link

Any difference between BotLi nogit and BotLi 20230629-8bbc829, 20230623-5007333... #112

Closed FatFritz2 closed 1 year ago

FatFritz2 commented 1 year ago

Hi @Torom

Currently, I am using BotLi nogit but I am wondering if other people use BotLi 20230623-5007333 or 20230629-8bbc829... So is nogit or those other versions better ? Can you explain a bit clear since I am having no experience with this. So if that 20230629 is better, how do I get that ? Thanks

Torom commented 1 year ago

There is not necessarily a difference between the versions, I'll explain:

The versioning of BotLi works with git. The versions you name are composed of the date of the last commit and the commit hash. The version nogit only means that no git was found on the system. Therefore BotLi cannot determine the last commit. If you install git on your system the version will automatically become the correct version consisting of date and hash.

Edit: This is only true if you have cloned the repositiry using git. If you used the download function of GitHub, the version will always remain nogit, as far as I know.

FatFritz2 commented 1 year ago

Oh ok thanks for explaining