Report which game addon packages are only present in LE but not in
the kodi game binary addon repo.
These packages are not automatically bumped by the script and should
either be removed from LE or added to the kodi game binary repo.
Signed-off-by: Matthias Reichl <hias@horus.com>
This script selectively deletes files out of the specified download
directory to prune source tarballs that don't correspond with the
current version of its package in the tree according to the set
PROJECT, DEVICE and ARCH.
The script is also capable of building a new SOURCES dir to combine
different combinations of PROJECT, DEVICE and ARCH tarballs. This is
to move out known good tarballs to a new directory, and to delete the
old SOURCES dir once all desired tarballs have been moved.
Signed-off-by: Ian Leonard <antonlacon@gmail.com>
This script uses quilt to refresh patches, e.g.:
./tools/refresh-patches linux
It tries to detect already applied patches and removes those.
The rest is refreshed, which means updating the hunk line offsets and
removing junk (so that the result is the same for everyone).
This makes it easy to update packages with large patch sets. It's
usable as-is without any additional git clone to rebase patches.
Note that there're alot of patches in-tree that contain multiple patches
per file. While quilt doesn't have a problem applying those, the
resulting file is a combined patch.
vfs.sacd has been deprecated in favour of audiodecoder.sacd and
removed from official kodi binary repo.
Add it to the exclude list until we finally remove the package so
the update script won't switch the version from tag to githash.
Signed-off-by: Matthias Reichl <hias@horus.com>