CvH
44429065c5
Merge pull request #3347 from HiassofT/le92-binary-addons
...
binary/retroplayer update scripts: update to latest tag instead of HEAD
2019-03-10 10:16:09 +01:00
Matthias Reichl
d209e704ab
update_retroplayer-addons: exclude non-working game addons
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2019-03-02 15:59:13 +01:00
Matthias Reichl
a65908b1d7
update_binary-addons: exclude vfs.nfs from updates
...
vfs.nfs isn't released yet
Signed-off-by: Matthias Reichl <hias@horus.com >
2019-03-02 11:59:23 +01:00
Matthias Reichl
9c8860c5bc
update_binary-addons: make missing addon check work again
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2019-03-02 11:59:11 +01:00
Matthias Reichl
3d60aba791
update_binary-addons: remove p8-platform bump
...
LibreELEC uses a locally managed, newer version of p8-platform
Signed-off-by: Matthias Reichl <hias@horus.com >
2019-03-02 11:18:02 +01:00
Matthias Reichl
3f2eb80d8f
update_binary-addons: exclude vfs.sacd from updates
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2019-03-02 11:18:02 +01:00
Matthias Reichl
8fb7fbbaf7
update_retroplayer-addons: exclude game.netplay from updates
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2019-03-02 11:18:02 +01:00
Matthias Reichl
78259e03a0
update addons: add possibility to exclude packages in updates
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2019-03-02 11:18:02 +01:00
Matthias Reichl
673f7d28a2
update_retroplayer-addons: don't bump PKG_REV on game addon bumps
...
As we are using tags, and the addon version should match the tag
version bumping PKG_REV on kodi game addon updates isn't needed.
As with update_binary-addons bumping PKG_REV may be wanted as
we are switching from HEAD to tags and can be enabled by setting
the PKG_BUMP_REV environment variable.
PKG_REV will also be bumped the script is run with "-f" as before.
Signed-off-by: Matthias Reichl <hias@horus.com >
2019-03-02 11:17:19 +01:00
Matthias Reichl
8df1fcbfeb
update_retroplayer-addons: switch to using tags
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2019-03-02 11:10:38 +01:00
Matthias Reichl
8e921e37a9
factor out common binary/retroplayer addon update functions
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2019-03-02 11:06:15 +01:00
MilhouseVH
2f5e2ed14d
tools/viewplan: fix argument order
2019-03-02 07:03:16 +00:00
Matthias Reichl
ca9897e76a
update_retroplayer-addons: fix git directory clash
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2019-02-28 20:38:12 +01:00
Matthias Reichl
de946a4c5a
update_binary-addons: fix unquoted path variables
...
also change missing tag ERROR to WARNING
Signed-off-by: Matthias Reichl <hias@horus.com >
2019-02-28 20:37:25 +01:00
Matthias Reichl
4c170f5b0b
update_binary-addons: add options to keep git dirs and bump PKG_REVs
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2019-02-28 17:44:16 +01:00
Matthias Reichl
d0cc97cdd6
update_binary-addons: update kodi addons to latest tag
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2019-02-28 17:40:38 +01:00
MilhouseVH
ad938672b2
buildsystem: parallel pid cleanup
2019-02-28 06:19:13 +00:00
MilhouseVH
995117c482
tools/mtstats.py: fix zero replacement
2019-02-17 19:56:13 +00:00
MilhouseVH
88420e232b
tools/pkgcheck: add "ignored depends assign" warning
2019-02-13 15:10:54 +00:00
MilhouseVH
cf573b1272
tools/dashboard: follow latest build if not locked to P/D/A
2019-02-13 15:10:54 +00:00
MilhouseVH
7bbad851d7
tools/mtstats.py: simple script to anlayse build history
2019-02-08 17:17:43 +00:00
MilhouseVH
0ebc6fef63
build system: add parallel build support; use new "image" package
2019-02-08 17:17:43 +00:00
Matthias Reichl
dc9ceda279
update_retroplayer-addons: handle all game.* addons
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2019-01-27 14:04:44 +01:00
Matthias Reichl
7b11ece9b4
update_retroplayer-addons: colorize warnings and errors
...
Signed-off-by: Matthias Reichl <hias@horus.com >
2019-01-27 14:04:44 +01:00
Matthias Reichl
9a6c8520a4
update_retroplayer-addons: sync libretro core versions with kodi
...
Instead of bumping libretro cores to their current master version
use the githash from depends file in kodi game addon.
This ensures we ship the same libretro core versions as Kodi.
When a kodi game addon is bumped the libretro package is automatically
bumped, too.
If the script is invoked with the "-f" option all libretro packages
will be synced to the version specified in the kodi game addon.
Signed-off-by: Matthias Reichl <hias@horus.com >
2019-01-26 17:43:51 +01:00