update_kernel.sh: fix syntax error
Replace while [ $# > 0 ]; with while [ $# -gt 0 ]
The former redirects $# to a file '0' creating a stray file as the least
worrying of side effects.
Signed-off-by: Kevin Darbyshire-Bryant <[email protected]>
update_kernel.sh: improve cross platform support
Use staging_dir/host for sed. Improves compatibility with MacOS
Signed-off-by: Kevin Darbyshire-Bryant <[email protected]>
add a script for updating the kernel
Add a script for easily updating a kernel to a newer release, while
refreshing the patches, ensuring they still apply (and optionally also
ensure they build).
Signed-off-by: Jonas Gorski <[email protected]>
add a script to rewrite the commit author to reflect whats in Signed-off-by
Signed-off-by: Jo-Philipp Wich <[email protected]>
add a script to fetch patchwork patch, apply it and confirm it in patchwork and via email
Signed-off-by: Jo-Philipp Wich <[email protected]>
add a Perl script to update the key signature listing
Signed-off-by: Jo-Philipp Wich <[email protected]>
add a script for creating release tags
Signed-off-by: Jo-Philipp Wich <[email protected]>
add a simple Perl script to generate a Git changelog in wiki markup format
Signed-off-by: Jo-Philipp Wich <[email protected]>