Skip publishing 2.4.2 and do directly to 2.4.3

Ben Cooksley bcooksley at kde.org
Tue Jul 26 06:58:31 CEST 2011


On Tue, Jul 26, 2011 at 9:42 AM, Lydia Pintscher <lydia at kde.org> wrote:
> On Mon, Jul 25, 2011 at 12:55, Modestas Vainius <modax at debian.org> wrote:
>> Hello,
>>
>> On pirmadienis 25 Liepa 2011 11:08:21 Bart Cerneels wrote:
>>> We've found a rather irritating, troll tickling bug in 2.4.2 that
>>> already has a fix by Sam in review [1].
>>>
>>> In addition master only has bugfixes now, no string or ABI changes to
>>> the plugins, so we can go without plugin bump and translation.
>>
>> I did commit spelling fixes [1]. Sorry about that. However, you can revert it
>> and reapply after release.
>>
>>> I propose we do an immediate freeze, commit Sam's patch tag and
>>> /s/"2.4.2"/"2.4.3"/g on our release announcement, add the fixes and
>>> publish that instead.
>>
>> If so why not 2.4.2.1 (preferably) or even respin 2.4.2 tarball? 2.4.2 has not
>> been released yet and given it typically takes months to release the next x.y.
>> (z+1), this will leave users confused.
>>
>> [1]
>> https://projects.kde.org/projects/extragear/multimedia/amarok/repository/revisions/1cad454877f9700df7806eb3bd186092b8f6e523
>
> For me personally a rerolled 2.4.2 would be nicer. But I would been
> someone to help me figure out how to make this work in git without
> making anyone want to kill me :D  How to I remove/change the old tag
> in a clean way?

To update the tag on the server (as it will reject a force push), do
the following:
1) Delete the tag locally and on the server

git tag -d <tag name>
git push origin :<tag name>

2) Create a new annotated tag and push that to the server:

git tag -s <tag name> <commit sha>
git push origin <tag name>

3) People with a checkout who want the updated tag, run:

git remote update

>
>
> Cheers
> Lydia
>
> --
> Lydia Pintscher
> KDE Community Working Group member
> http://kde.org - http://about.me/lydia.pintscher
> _______________________________________________
> Amarok-devel mailing list
> Amarok-devel at kde.org
> https://mail.kde.org/mailman/listinfo/amarok-devel
>

Regards,
Ben Cooksley
KDE Sysadmin


More information about the Amarok-devel mailing list