Kodi Community Forum
XBMC official Git repository on GitHub (Team-XBMC's primary/head repo on github.com) - 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: XBMC official Git repository on GitHub (Team-XBMC's primary/head repo on github.com) (/showthread.php?tid=84460)

Pages: 1 2 3


RE: XBMC official Git repository on GitHub (Team-XBMC's primary/head repo on github.com) - ray1112 - 2012-09-17

(2012-09-17, 00:08)giftie Wrote: sudo git clean -xfd && git reset --hard
Thank you. I will try.




RE: XBMC official Git repository on GitHub (Team-XBMC's primary/head repo on github.com) - ray1112 - 2012-10-01

What is last commit of September Cycle?
Last commit of September was d3d0cfebc02a0c5d2b5c02f606af52e542b22faa (Merge pull request #1447 from Montellese/jsonrpc_sorting_cleanup...),
but this commit from October Cycle (I see that request #1447 is "Milestone: October 2012").
Is there formal rule how can I compile last night build from current monthly development cycle?


RE: XBMC official Git repository on GitHub (Team-XBMC's primary/head repo on github.com) - Martijn - 2012-10-01

(2012-10-01, 18:26)ray1112 Wrote: What is last commit of September Cycle?
Last commit of September was d3d0cfebc02a0c5d2b5c02f606af52e542b22faa (Merge pull request #1447 from Montellese/jsonrpc_sorting_cleanup...),
but this commit from October Cycle (I see that request #1447 is "Milestone: October 2012").
Is there formal rule how can I compile last night build from current monthly development cycle?

Last commit
https://github.com/xbmc/xbmc/commit/f4d811763e012a27550bc34f1fe3beec572c3861

See wiki for compiling.


RE: XBMC official Git repository on GitHub (Team-XBMC's primary/head repo on github.com) - ray1112 - 2012-10-01

Thank you Martijn.
I know how compiling (I make myself night build every day for testing).
Sorry I mean Is there formal rule how define last commit of current monthly development cycle and first commit of next monthly development cycle?


RE: XBMC official Git repository on GitHub (Team-XBMC's primary/head repo on github.com) - Martijn - 2012-10-01

(2012-10-01, 19:25)ray1112 Wrote: Thank you Martijn.
I know how compiling (I make myself night build every day for testing).
Sorry I mean Is there formal rule how define last commit of current monthly development cycle and first commit of next monthly development cycle?

For building it? No.
For the devs it's getting fixes in that we want in a monthly. Then we bump version and build the commit previous. After that we start merging new features.
This is the bump commit that will eventually define next monthly build
https://github.com/xbmc/xbmc/pull/1513


RE: XBMC official Git repository on GitHub (Team-XBMC's primary/head repo on github.com) - ray1112 - 2012-10-01

OK. I understand. Thank you.