mbox series

[ndctl,v2,0/5] misc updates for release scripts

Message ID 20220615224813.523053-1-vishal.l.verma@intel.com (mailing list archive)
Headers show
Series misc updates for release scripts | expand

Message

Verma, Vishal L June 15, 2022, 10:48 p.m. UTC
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/20220106050940.743232-1-vishal.l.verma@intel.com/

---

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%)