529 Commits

Author SHA1 Message Date
MilhouseVH
cce413d1d2 packages: align source code licence usage with project licence 2019-03-27 10:42:53 +00:00
MilhouseVH
19fcc5052a packages: correct original copyright 2019-03-27 10:32:57 +00:00
Matthias Reichl
27b2b47c60 update_retroplayer-addons: exclude non-working game addons
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-02 16:02:45 +01:00
Matthias Reichl
a66a074373 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 13:38:54 +01:00
Matthias Reichl
9e1a475b62 update_binary-addons: make missing addon check work again
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-02 13:38:54 +01:00
Matthias Reichl
0b2bdf9269 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 13:38:54 +01:00
Matthias Reichl
a18e777f56 update_binary-addons: exclude vfs.sacd from updates
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-02 13:38:54 +01:00
Matthias Reichl
1ce33059a9 update_retroplayer-addons: exclude game.netplay from updates
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-02 13:38:54 +01:00
Matthias Reichl
0c05c65df5 update addons: add possibility to exclude packages in updates
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-02 13:38:54 +01:00
Matthias Reichl
5344ab720a 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 13:38:54 +01:00
Matthias Reichl
bd9d6774d4 update_retroplayer-addons: switch to using tags
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-02 13:38:54 +01:00
Matthias Reichl
cfc6da6256 factor out common binary/retroplayer addon update functions
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-02 13:38:54 +01:00
Matthias Reichl
7d8ea445e9 update_retroplayer-addons: fix git directory clash
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-02 13:38:54 +01:00
Matthias Reichl
35e36a1f27 update_binary-addons: fix unquoted path variables
also change missing tag ERROR to WARNING

Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-02 13:38:54 +01:00
Matthias Reichl
cf4d076fb8 update_binary-addons: add options to keep git dirs and bump PKG_REVs
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-02 13:38:54 +01:00
Matthias Reichl
e2983b40ac update_binary-addons: update kodi addons to latest tag
Signed-off-by: Matthias Reichl <hias@horus.com>
2019-03-02 13:38:54 +01: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
MilhouseVH
1765a1013d tools/pkgcheck: new script 2018-12-30 07:42:21 +00:00
CvH
765e99cfd6 update_retroplayer-addons: use default branch instead of master 2018-11-17 16:48:05 +01:00
CvH
e8742188fb
Merge pull request #3052 from lrusak/retroplayer-script
update_retroplayer-addons: use git ls-remote to avoid cloning the ent…
2018-11-17 16:46:47 +01:00
CvH
74b0c68e9f mkpkg_libretro-ppsspp: don't init all submodules 2018-10-27 19:19:56 +02:00
Lukas Rusak
04e382512b
update_retroplayer-addons: use git ls-remote to avoid cloning the entire repo 2018-10-23 16:22:12 -07:00
Ian Leonard
a36c818ae4 tools/mkpkg_lockdev: drop; lockdev is no more
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2018-10-05 20:15:10 +00:00
MilhouseVH
327e33a320 scripts/get, tools-distro-tool: fix wget redirection issue 2018-08-30 04:39:33 +01:00
MilhouseVH
56b22b0677 mkpkg: use full rev 2018-08-25 05:15:00 +01:00
Sascha Kuehndel (InuSasha)
511fe30128
adafruit-libraries: update same packages and switch to full git hash 2018-08-21 10:05:11 +02:00
Christian Hewitt
0e8f0dea4d
Merge pull request #2887 from MilhouseVH/le90_kodi_201809
kodi: next (kodi 18 beta1)
2018-08-18 18:23:03 +04:00
MilhouseVH
2ffe2df9c0 update_binary-addons: use full rev 2018-08-18 09:52:44 +01:00
MilhouseVH
c1d14da6b0 distro-tool: add --verify-checksum and --path-filter options 2018-08-18 05:59:41 +01:00
MilhouseVH
a007714c2f distro-tool: memory allocation errors on server with 32 worker threads 2018-08-18 05:59:41 +01:00
CvH
ec9319ec8d spdx: tools/ 2018-07-17 23:58:49 +02:00
CvH
8d69a49d80 mkpkg_libretro-ppsspp: update to new repo 2018-07-04 14:17:23 +02:00
CvH
987dc53579 retroplayer: update emulation packages 2018-07-04 14:17:23 +02:00
MilhouseVH
6541ca9c58 distro-tool: handle binary/octet-stream HEAD responses 2018-06-17 05:03:13 +01:00
Jonas Karlman
912ff2df71 tools/docker: add stretch build container 2018-05-27 15:37:42 +02:00
Jonas Karlman
c49ddb2a14 tools/docker: add bionic build container 2018-05-27 15:37:42 +02:00
Jonas Karlman
75f935f634 tools/docker: move xenial build container 2018-05-27 15:37:42 +02:00
Matthias Reichl
099d198a74 tools/RPi: drop scripts for creating RPi kernel support patches
Signed-off-by: Matthias Reichl <hias@horus.com>
2018-03-10 23:21:34 +00:00
MilhouseVH
a42b9a183d distro-tool: fixup after server migration 2018-03-09 02:42:03 +00:00
MilhouseVH
0e35b63786 RPi: update linux support patch for linux 4.14.24 2018-03-05 18:33:39 +00:00
MilhouseVH
88c4157da4 RPi: Fix linux patch generation to avoid merge conflict 2018-03-05 18:33:38 +00:00
Christian Hewitt
5903b068a0
Merge pull request #2469 from MilhouseVH/le90_fix_pkg_source
tools: source packages reliably
2018-02-25 14:35:45 +04:00
MilhouseVH
dcf439b1b4 RPi: Fix linux patch generation to support non-rebased trees
-Xours keeps conflicts that are present in the rpi branch
2018-02-19 16:46:14 +00:00
MilhouseVH
26feff989f rpi-linux-rebase.sh: drop ksoftirqd commit 2018-02-02 05:04:59 +00:00
MilhouseVH
6b9155cf8b tools: source packages reliably 2018-02-01 02:59:57 +00:00
Lukas Rusak
712af9d848
Merge pull request #2321 from MilhouseVH/le90_distro_tools_projects
distro-tool: add project package support
2017-12-31 09:53:54 -08:00
MilhouseVH
7653e538cf distro-tool: avoid sourcing non-existing packages 2017-12-21 18:10:42 +00:00
cvh
48c14e2124 dvb-addons: added mkpkg 2017-12-14 11:21:58 +01:00