[pve-devel] [PATCH kernel v2 0/2] pve-kernel helper scripts for patch-queue management
Fabian Grünbichler
f.gruenbichler at proxmox.com
Thu Apr 12 14:07:56 CEST 2018
this patch series introduces helper scripts for
- importing the exported patchqueue into a patchqueue branch inside the
submodule
- exporting the (updated) patchqueue from the patchqueue branch inside the
submodule
- importing a new upstream tag into the submodule, optionally rebasing the
patchqueue
potential for future extensions:
- cherry-pick upstream commit(s) from linux-stable(-queue) or arbitrary
trees/repos into patchqueue
- ... ? ;)
for pve-kernel-4.15 and master
changelog since v1:
- added usage messages to all three scripts
- checkout 'base_ref' after exporting patchqueue
- expand '--no-cover' to '--no-cover-letter' in export-patchqueue
- 'git add' patchdir after rebasing, otherwise new patch files are not committed.
Fabian Grünbichler (2):
debian/scripts: add patchqueue scripts
debian/scripts: add import-upstream-tag
debian/scripts/export-patchqueue | 33 ++++++++++
debian/scripts/import-patchqueue | 29 +++++++++
debian/scripts/import-upstream-tag | 119 +++++++++++++++++++++++++++++++++++++
3 files changed, 181 insertions(+)
create mode 100755 debian/scripts/export-patchqueue
create mode 100755 debian/scripts/import-patchqueue
create mode 100755 debian/scripts/import-upstream-tag
--
2.14.2
More information about the pve-devel
mailing list