Cleaning up pending branches, I noticed I had missed this series in the last release, so resending it with some updates.
Changes since v1[1]: - Add a gitignore update - Update for the meson conversion [1]: https://lore.kernel.org/nvdimm/[email protected]/ --- A few updates to the release helper scripts that fix fedpkg invocation, move the scripts to the new scripts/ directory, and teach them about cxl and libcxl. Vishal Verma (5): ndctl: move developer scripts from contrib/ to scripts/ ndctl: remove obsolete m4 directory ndctl: update .gitignore scripts: fix contrib/do_abidiff for updated fedpkg scripts: update release helper scripts for meson and cxl .gitignore | 3 +++ m4/.gitignore | 6 ------ {contrib => scripts}/daxctl-qemu-hmat-setup | 0 {contrib => scripts}/do_abidiff | 5 +++-- {contrib => scripts}/prepare-release.sh | 5 +++-- 5 files changed, 9 insertions(+), 10 deletions(-) delete mode 100644 m4/.gitignore rename {contrib => scripts}/daxctl-qemu-hmat-setup (100%) rename {contrib => scripts}/do_abidiff (97%) rename {contrib => scripts}/prepare-release.sh (97%) -- 2.36.1
