Forum

Full Version: XBMC 13.0 FINAL got released
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
Any change we can have that soon?
You are aware that a nightly is something different then the official release?
I mean an official release via the XBian update for everybody.
(5th May, 2014 03:54 PM)Ger Teunis Wrote: [ -> ]You are aware that a nightly is something different then the official release?
I mean an official release via the XBian update for everybody.

Yeah, that would be great Smile
It's called a nightly but it actually compiles an updated version every X hours. If you would have checked the commits you would have seen that it already contained 13.0 stable.

https://github.com/xbmc/xbmc/commit/60bd97bdd8d662807076e9838ad7632b8c92d4fa

Check the hash in content/tmp/hash.xbmc and compare to the hash above:
https://github.com/xbianonpi/xbian-package-xbmc/commit/8c8c0fdefd8a4128c11f36fe0904d4f5818e8153

So
Code:
git clone --depth 5 -b gotham-nightly https://github.com/xbianonpi/xbian-package-xbmc.git
cd xbian-package-xbmc
git checkout 8c8c0fdefd8a
./gen.package.sh
dpkg -i *.deb
How to update just the XBMC? I have xbian alpha and would like to update only xbmc....
By coping the content of all folders to the right places (except DEBIAN):
https://github.com/xbianonpi/xbian-package-xbmc/tree/gotham-nightly/content
txn...
Never mind.
(5th May, 2014 06:36 PM)CurlyMo Wrote: [ -> ]It's called a nightly but it actually compiles an updated version every X hours. If you would have checked the commits you would have seen that it already contained 13.0 stable.

https://github.com/xbmc/xbmc/commit/60bd97bdd8d662807076e9838ad7632b8c92d4fa

Check the hash in content/tmp/hash.xbmc and compare to the hash above:
https://github.com/xbianonpi/xbian-package-xbmc/commit/8c8c0fdefd8a4128c11f36fe0904d4f5818e8153

So
Code:
git clone --depth 1 -b gotham-nightly https://github.com/xbianonpi/xbian-package-xbmc.git
cd xbian-package-xbmc
git checkout 8c8c0fdefd8a
./gen.package.sh
dpkg -i *.deb

xbian@xbian ~/xbian-package-xbmc $ git checkout 8c8c0fdefd8a
error: pathspec '8c8c0fdefd8a' did not match any file(s) known to git.
Updated guide.
(5th May, 2014 09:44 PM)CurlyMo Wrote: [ -> ]Updated guide.

Thanks. Works now.
Somehow RC1 has a higher version number in the repo, so when I look for new updates after installing Gotham Final, it finds RC1 and thinks it's an update. Any way to solve that?
(5th May, 2014 10:53 PM)CurlyMo Wrote: [ -> ]https://github.com/xbianonpi/xbian/issues/531

Alright, let's see if mk01 can fix that.
But let's be honest; shouldn't this be pushed the right way? Via a "normal" update?
Pages: 1 2 3
Reference URL's