make-changelog.pl: fix reference to openwrt/openwrt.git
Signed-off-by: Jo-Philipp Wich <[email protected]>
make-changelog.pl: use a cache directory, improve bug number detection
Signed-off-by: Jo-Philipp Wich <[email protected]>
maketag.sh: adjust defaults for OpenWrt
Signed-off-by: Jo-Philipp Wich <[email protected]>
patchwork-apply.sh: remove explicit commit references
Mentioning explicit commit hashes proved to be unreliable, especially
when frequently rebasing the tree, so only post generic repository
references instead.
Also avoid clobbering subjects in the form "[TAG] subject [foo]" where
the prevously used sed pattern would reduce the entire subject to an
empty string.
Signed-off-by: Jo-Philipp Wich <[email protected]>
github-apply.sh: remove unused variable
Signed-off-by: Jo-Philipp Wich <[email protected]>
github-apply.sh: add script to rebase, merge and close Github pull requests
Signed-off-by: Jo-Philipp Wich <[email protected]>
makebranch.sh: add helper script for creating release branches
Signed-off-by: Jo-Philipp Wich <[email protected]>
patchwork-apply.sh: handle OpenWrt repository structure
Also cope with patch files lacking a file extensions, certain versions
of the Python patchwork client appear to omit it.
Signed-off-by: Jo-Philipp Wich <[email protected]>
make-changelog.pl: change references to openwrt.org
Signed-off-by: Jo-Philipp Wich <[email protected]>
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]>