From fc77cc2954d8f1a6f2df1abd77f6e0f13654307e Mon Sep 17 00:00:00 2001 From: ksooo <3226626+ksooo@users.noreply.github.com> Date: Sat, 27 Jul 2024 23:10:32 +0200 Subject: [PATCH 1/3] [Piers] README.md: Update branches for build badges --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cfde184..bc92e4e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![License: GPL-2.0-or-later](https://img.shields.io/badge/License-GPL%20v2+-blue.svg)](LICENSE.md) -[![Build and run tests](https://github.com/rbuehlma/pvr.teleboy/actions/workflows/build.yml/badge.svg?branch=Omega)](https://github.com/rbuehlma/pvr.teleboy/actions/workflows/build.yml) -[![Build Status](https://jenkins.kodi.tv/view/Addons/job/rbuehlma/job/pvr.teleboy/job/Omega/badge/icon)](https://jenkins.kodi.tv/blue/organizations/jenkins/rbuehlma%2Fpvr.teleboy/branches/) +[![Build and run tests](https://github.com/rbuehlma/pvr.teleboy/actions/workflows/build.yml/badge.svg?branch=Piers)](https://github.com/rbuehlma/pvr.teleboy/actions/workflows/build.yml) +[![Build Status](https://jenkins.kodi.tv/view/Addons/job/rbuehlma/job/pvr.teleboy/job/Piers/badge/icon)](https://jenkins.kodi.tv/blue/organizations/jenkins/rbuehlma%2Fpvr.teleboy/branches/) # Teleboy PVR addon for Kodi @@ -9,7 +9,7 @@ This is a [Kodi](https://kodi.tv) PVR addon for streaming live TV from [Teleboy] ## Build instructions 1. `git clone --branch master https://github.com/xbmc/xbmc` -2. `git clone --branch Omega https://github.com/rbuehlma/pvr.teleboy` +2. `git clone --branch Piers https://github.com/rbuehlma/pvr.teleboy` 3. `cd pvr.teleboy && mkdir build && cd build` 4. `cmake -DADDONS_TO_BUILD=pvr.teleboy -DADDON_SRC_PREFIX=../.. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=../../xbmc/addons -DPACKAGE_ZIP=1 ../../xbmc/cmake/addons` 5. `make package-pvr.teleboy` From 7f3deea13b2bb12da415e5a50985b88b5c1de49d Mon Sep 17 00:00:00 2001 From: ksooo <3226626+ksooo@users.noreply.github.com> Date: Sat, 27 Jul 2024 23:10:32 +0200 Subject: [PATCH 2/3] [Piers] increment-version.yml: Add Piers branch --- .github/workflows/increment-version.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/increment-version.yml b/.github/workflows/increment-version.yml index aa6e049..e6c2e32 100644 --- a/.github/workflows/increment-version.yml +++ b/.github/workflows/increment-version.yml @@ -2,7 +2,7 @@ name: Increment version when languages are updated on: push: - branches: [ Matrix, Nexus, Omega ] + branches: [ Matrix, Nexus, Omega, Piers ] paths: - '**resource.language.**strings.po' From 847d80763c7a45810801db62b82a885a72b6123e Mon Sep 17 00:00:00 2001 From: ksooo <3226626+ksooo@users.noreply.github.com> Date: Sat, 27 Jul 2024 23:10:32 +0200 Subject: [PATCH 3/3] [Piers] sync-addon-metadata-translations.yml: Add Piers branch --- .github/workflows/sync-addon-metadata-translations.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-addon-metadata-translations.yml b/.github/workflows/sync-addon-metadata-translations.yml index a2d5626..2ecea1c 100644 --- a/.github/workflows/sync-addon-metadata-translations.yml +++ b/.github/workflows/sync-addon-metadata-translations.yml @@ -2,7 +2,7 @@ name: Sync addon metadata translations on: push: - branches: [ Matrix, Nexus, Omega ] + branches: [ Matrix, Nexus, Omega, Piers ] paths: - '**addon.xml.in' - '**resource.language.**strings.po'