Kodi Community Forum
Gotham beta tag format - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: Gotham beta tag format (/showthread.php?tid=189083)



Gotham beta tag format - ktdreyer - 2014-03-14

Hi XBMC team,

I noticed that the Git tag for Gotham-beta1 is using a dash, rather than an underscore.

For consistency with the other tags in Git, would you mind using an underscore going forward?

To add a bit more contextual information, RPM interprets dashes as special characters when we use them in the Version or Release fields. If we use a Git tag in an RPM version field, we have to translate the dashes to underscores.

It's also nice to keep using underscores for consistency with previous tags.


RE: Gotham beta tag format - Memphiz - 2014-03-14

The Frodo Release tags have a dash too - should be the same problem for you - no?


RE: Gotham beta tag format - ktdreyer - 2014-03-14

Hi Memphiz, thanks for the reply.

The Frodo final release and subsequent v12.x point releases did indeed have dashes in the tag names. That did not cause an issue for RPM because we don't use the codename in the RPM Release field for the final version or point releases.

On the other hand, each of the Frodo pre-releases prior to the final 12.0 only contained underscores. So we were able to use those tag names in the RPM Release field throughout the development process leading up to the final release of 12.0.

Fedora's package guidelines suggest that we should use the tag name for pre-releases, if possible.

Fedora guidelines aside, there's also something to be said for maintaining consistency with the previous tag format.


RE: Gotham beta tag format - althekiller - 2014-03-15

Did you stop shipping sed in fedora?


RE: Gotham beta tag format - ktdreyer - 2014-03-17

(2014-03-15, 00:36)althekiller Wrote: Did you stop shipping sed in fedora?

sed is alive and well Smile

althekiller recently pointed me at the new Gotham_beta2 tag, which does have an underscore. I can sleep at night now.