[SciPy-Dev] moved 0.19.1 tag

Ralf Gommers ralf.gommers at gmail.com
Thu Jun 22 07:09:19 EDT 2017


On Thu, Jun 22, 2017 at 11:02 PM, Freddy Rietdijk <freddyrietdijk at fridh.nl>
wrote:

> Please don't ever move tags. Moving tags isn't nice for anyone relying on
> them. Build systems that retrieve tags and use checksums will now get an
> error because the checksum isn't correct. They may suspect someone tempered
> with the source.
>

It's a tradeoff. The relatively few people that have to delete a tag by
hand will do less work than moving to v1.19.2 would have cost me. Added to
that is the annoyance of having a non-existing 0.19.1 release if I had not
moved the tag.


> Surely a new v0.19.1.1 could have been made in this case.
>

That's not a valid version number.

Ralf



>
> On Thu, Jun 22, 2017 at 12:27 PM, Ralf Gommers <ralf.gommers at gmail.com>
> wrote:
>
>> Hi,
>>
>> Unfortunately I had to move the v0.19.1 tag by one commit, a 32-bit test
>> error had snuck in (we don't have that in our regular TravisCI runs, to be
>> fixed). If you have pulled from the repo in the last 24 hours or so and
>> have a local v0.19.1 tag, do:
>>
>>     git tag -d v0.19.1
>>     git fetch upstream --tags
>>
>> to fix possible issues.
>>
>> Cheers,
>> Ralf
>>
>>
>>
>> _______________________________________________
>> SciPy-Dev mailing list
>> SciPy-Dev at python.org
>> https://mail.python.org/mailman/listinfo/scipy-dev
>>
>>
>
> _______________________________________________
> SciPy-Dev mailing list
> SciPy-Dev at python.org
> https://mail.python.org/mailman/listinfo/scipy-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scipy-dev/attachments/20170622/33fa2436/attachment.html>


More information about the SciPy-Dev mailing list