Kodi Community Forum
Smart way to support different XBMC releases - 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: Smart way to support different XBMC releases (/showthread.php?tid=180266)



Smart way to support different XBMC releases - powlo - 2013-12-12

So I now have two versions of a modded version of Confluence, Frodo and Gotham. What's the smart way to manage these? Create a "Gotham" repo and a "Frodo" repo? Or have one repo with Frodo and Gotham entries? I'm sure this is a common issue, how do others do it?


RE: Smart way to support different XBMC releases - jmarshall - 2013-12-13

In terms of development, I'd use two branches in the same github repository. Versions need to be kept distinct so that those updating from Frodo->Gotham get your Gotham ready version.

For providing the add-ons to others, you'd have a repository add-on for Frodo and another for Gotham.


RE: Smart way to support different XBMC releases - powlo - 2013-12-13

Understood thanks.