[SCM] kodi-pvr-hts/master: change .travis.yml to clone the Jarvis branch of Kodi

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Wed Mar 2 23:01:59 UTC 2016


The following commit has been merged in the master branch:
commit 539282fe518023ced7fa17558b2b016d26e72732
Author: Sam Stenvall <sam.stenvall at nordsoftware.com>
Date:   Fri Jan 29 17:43:17 2016 +0200

    change .travis.yml to clone the Jarvis branch of Kodi

diff --git a/.travis.yml b/.travis.yml
index 2da6d59..996b13e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,7 +36,7 @@ before_install:
 #
 before_script:
   - cd $TRAVIS_BUILD_DIR/..
-  - git clone --depth=1 https://github.com/xbmc/xbmc.git
+  - git clone -b Jarvis --depth=1 https://github.com/xbmc/xbmc.git
   - cd pvr.hts && mkdir build && cd build
   - cmake -DADDONS_TO_BUILD=pvr.hts -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/project/cmake/addons
 

-- 
kodi-pvr-hts packaging



More information about the pkg-multimedia-commits mailing list