From 4daf26c33a8ea300300b36892c2a08d334c46474 Mon Sep 17 00:00:00 2001 From: Alwin Esch Date: Mon, 13 Sep 2021 23:57:23 +0200 Subject: [PATCH 1/2] change test builds to released 'Kodi Matrix' --- .travis.yml | 2 +- Jenkinsfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0600c2f3..13578a26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ matrix: # before_script: - cd $TRAVIS_BUILD_DIR/.. - - git clone --depth=1 https://github.com/xbmc/xbmc.git + - git clone --branch Matrix --depth=1 https://github.com/xbmc/xbmc.git - cd ${app_id} && mkdir build && cd build - mkdir -p definition/${app_id} - echo ${app_id} $TRAVIS_BUILD_DIR $TRAVIS_COMMIT > definition/${app_id}/${app_id}.txt diff --git a/Jenkinsfile b/Jenkinsfile index c50d68fb..a20a510f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1 +1 @@ -buildPlugin(platforms: ['ubuntu-ppa']) +buildPlugin(version: "Matrix", platforms: ['ubuntu-ppa']) From 1a86a6dcc5f579c5fe74cb68aa14fb5e355faf88 Mon Sep 17 00:00:00 2001 From: Alwin Esch Date: Mon, 13 Sep 2021 23:52:14 +0200 Subject: [PATCH 2/2] increase version to 19.0.0 (see note below) With start of Kodi 20 Nexus, takes addon as major the same version number as Kodi. This done to know easier to which Kodi the addon works. For here now used by Kodi 19 Matrix. --- peripheral.xarcade/addon.xml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peripheral.xarcade/addon.xml.in b/peripheral.xarcade/addon.xml.in index e7f8c19f..940ff2b5 100644 --- a/peripheral.xarcade/addon.xml.in +++ b/peripheral.xarcade/addon.xml.in @@ -1,7 +1,7 @@ @ADDON_DEPENDS@