[ET Trac] #2736: consider using git+https together with a branch name or kuibit install
Roland Haas
trac-noreply at einsteintoolkit.org
Fri Jun 2 10:38:10 CDT 2023
#2736: consider using git+https together with a branch name or kuibit install
Reporter: Roland Haas
Status: new
Milestone:
Version:
Type: enhancement
Priority: trivial
Component: Other
Each ET release is tied to a specific kuibit version and @{557058:4b0c8315-696b-4d2e-92da-2da5fea9e8d4} allows the ET to create branches and tags in kuibit. Yet to then install kuibit the instruction in the ET use numeric version numbers `1.4.0` or so and thus a code which may not actually match up with the ET branch `ET_YYYY_MM` of any release \(unless special care is taken by the release coordinator to create a release branch of the version \(tag\) that will be used for the release\).
It may be interesting to consider instead to use:
```shell
pip install git+https://github.com/Sbozzolo/kuibit@ET_2023_05
```
instead. At least from the point of view of consistent ET versions. The downside of course being that this probably breaks pip’s logic to compare newer versions and may inundate kuibit’s bug tracker with version numbers that are really ET versions and not kuibit version.s
--
Ticket URL: https://bitbucket.org/einsteintoolkit/tickets/issues/2736/consider-using-git-https-together-with-a
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.einsteintoolkit.org/pipermail/trac/attachments/20230602/a90c75ff/attachment-0001.htm>
More information about the Trac
mailing list