On Mon, May 13, 2019 at 2:19 AM Clemens Lang wrote:
> Hi Mihir,
>
> In my experience, it will make it much simpler to review the entire code
> if you expand your repository with a README file which gives a (textual)
> rough overview of how the code works, possibly with a link to the paper
> you i
Ok cool!
Thanks
Rajdeep
On Wed, May 15, 2019 at 1:29 PM Pierre Tardy wrote:
> Hi Rajdeep,
>
> Buildbot calculates the version number based on tags. You you have to
> fetch all the tags so that the version is correctly calculated.
>
> git fetch --tags --all
>
> then you can re-do the make virtua
Hi Rajdeep,
Buildbot calculates the version number based on tags. You you have to
fetch all the tags so that the version is correctly calculated.
git fetch --tags --all
then you can re-do the make virtualenv
Regards
Pierre
Le mar. 14 mai 2019 à 11:39, Rajdeep Bharati
a écrit :
>
> Thanks for