Commit Graph

640 Commits

Author SHA1 Message Date
Lukas Rusak
4af06750d7 scripts/check_kernel_config: handle string options 2022-05-03 14:51:42 -07:00
Ian Leonard
7a6f1b219c tools/viewconfig: include adjustments to cflags made by toolchain setup
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2022-02-19 07:29:21 +00:00
CvH
17e1770c29 Merge pull request #5732 from HiassofT/le11-update-scripts
update_retroplayer-addons: do stricter libretro version checks
2022-01-23 14:53:11 +01:00
Matthias Reichl
2176284b6e update_retroplayer-addons: improve tag resolution
Make sure we always return the latest tag in the branch and
only apply tag-suffix filtering if more than one tag exists.

This ensures we won't pick up an older (eg -Nexus) tag if newer
(eg -Matrix) tags are present - like it's currently the case with
game addons which only get "-Matrix" tags.

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-01-10 19:14:04 +01:00
Matthias Reichl
a811118efe update_retroplayer-addons: allow overriding the tag suffix
The game addons are currently being tagged with "-Matrix"
as suffix which doesn't match the "Nexus" branch of the binary
addons repo.

Allow overriding the tag suffix so we don't fall back to earlier
-Nexus tags of the addon.

usage eg: ./update_retroplayer-addons Nexus Matrix

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-01-10 19:14:04 +01:00
Matthias Reichl
6d6bab32bd update_retroplayer-addons: do stricter libretro version checks
Only accept standard github archive URLs and warn about other URLs
that aren't supported by the update script.

This avoids trashing PKG_VERSION with garbage, eg in libretro-mrboom

Signed-off-by: Matthias Reichl <hias@horus.com>
2022-01-10 19:14:04 +01:00
heitbaum
549e7a0262 tools/docker/README.md: log-driver command line update
update the `docker run` command to set `--log-driver none` otherwise the logs go through to journald
observed the journald logs during the testing of systemd v250
2022-01-06 05:21:11 +00:00
heitbaum
4f0badeb3b tools/docker: update readme 2021-12-31 23:34:18 +11:00
CvH
ebb0aa1e7f Merge pull request #5771 from heitbaum/pac
Some package updates
2021-10-26 11:46:26 +02:00
Ian Leonard
d4c3092e7a download-cleaner: be non-interactive while deleting
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-10-17 21:58:52 +00:00
heitbaum
cc7745575d tools/update-scan: minor cleanup 2021-10-17 08:43:43 +11:00
Portisch
b6da5ced51 update scripts: rework tag fetching with GitHub API
Use GitHub GraphQL API to sort fetched tags by date instead by version 
number.
2021-10-13 11:30:33 +02:00
Matthias Reichl
f58c0a401c Merge pull request #5673 from Portisch/API_GHTOKEN
[LE11] Use Github API for binary addons update scripts
2021-10-09 13:27:26 +02:00
Portisch
eecccee3c7 update_binary-addons: remove ADDONS_GIT_DIR if delete git dirs is set 2021-10-04 11:33:02 +02:00
Portisch
bec6d17054 update binary addons scripts: implement GITHUB_API_TOKEN alternative
When environment variable GITHUB_API_TOKEN like in ${HOME}/.${DISTRO,,}/options
is assigned the script will fetch all data direct from Github instead
clone every single package.
2021-10-04 11:31:18 +02:00
Ian Leonard
156a917d30 packages-checker: detail more of what it is doing
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-10-01 19:19:01 +00:00
Ian Leonard
050ba25fb6 packages-cleaner: remove trailing whitespace during automated pass
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-10-01 19:18:34 +00:00
CvH
b8b2a2cec8 ffmpeg gen-patches.sh: update ffmpeg to 4.4 2021-09-25 15:40:17 +02:00
Matthias Reichl
18488b0f0e update_retroplayer-addons: support tar.gz archive links
game addons have (mostly?) switched from zip to tar.gz links,
add support for extracting the version info from these as well
to fix game addon updates.

Signed-off-by: Matthias Reichl <hias@horus.com>
2021-09-24 17:21:53 +02:00
Portisch
32adf7fe45 update_common_functions: allow assigning PROJECT and ARCH values 2021-09-22 12:45:44 +02:00
CvH
35ffeff098 updatescript: initial commit
Co-authored-by: Ian Leonard <antonlacon@gmail.com>
Co-authored-by: heitbaum <rudi@heitbaum.com>
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-09-14 23:12:52 +10:00
CvH
85b190b30f Merge pull request #5561 from heitbaum/devtools
Update devtools for LE11
2021-09-11 16:51:23 +02:00
heitbaum
47d64e0ab0 tools: docker: focal: update to using gcc-10 2021-09-11 23:21:26 +10:00
Matthias Reichl
193aef753f ffmpeg gen-patches.sh: use jc's test/4.3.2/rpi_main branch
Signed-off-by: Matthias Reichl <hias@horus.com>
2021-08-26 12:40:25 +02:00
Ian Leonard
cf53953275 Dockerfiles: add zstd to docker dependencies
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
2021-08-11 18:16:56 +00:00