|
|
2eb93d |
From 6f8695fdda4aa8889d2f335e785efb9bfeaef6c5 Mon Sep 17 00:00:00 2001
|
|
|
2eb93d |
From: Vishal Verma <vishal.l.verma@intel.com>
|
|
|
2eb93d |
Date: Wed, 15 Jun 2022 16:48:09 -0600
|
|
|
2eb93d |
Subject: [PATCH 208/217] ndctl: move developer scripts from contrib/ to
|
|
|
2eb93d |
scripts/
|
|
|
2eb93d |
|
|
|
2eb93d |
Allow for scripts/ to be the defacto location for scripts and tooling
|
|
|
2eb93d |
that may be useful for developers of ndctl, but isn't distributed or
|
|
|
2eb93d |
installed. Move such scripts currently in contrib/ to scripts/.
|
|
|
2eb93d |
|
|
|
2eb93d |
Link: https://lore.kernel.org/r/20220615224813.523053-2-vishal.l.verma@intel.com
|
|
|
2eb93d |
Reviewed-by: Dan Williams <dan.j.williams@intel.com>
|
|
|
2eb93d |
Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
|
|
|
2eb93d |
---
|
|
|
2eb93d |
{contrib => scripts}/daxctl-qemu-hmat-setup | 0
|
|
|
2eb93d |
{contrib => scripts}/do_abidiff | 0
|
|
|
2eb93d |
{contrib => scripts}/prepare-release.sh | 2 +-
|
|
|
2eb93d |
3 files changed, 1 insertion(+), 1 deletion(-)
|
|
|
2eb93d |
rename {contrib => scripts}/daxctl-qemu-hmat-setup (100%)
|
|
|
2eb93d |
rename {contrib => scripts}/do_abidiff (100%)
|
|
|
2eb93d |
rename {contrib => scripts}/prepare-release.sh (99%)
|
|
|
2eb93d |
|
|
|
2eb93d |
diff --git a/contrib/daxctl-qemu-hmat-setup b/scripts/daxctl-qemu-hmat-setup
|
|
|
2eb93d |
similarity index 100%
|
|
|
2eb93d |
rename from contrib/daxctl-qemu-hmat-setup
|
|
|
2eb93d |
rename to scripts/daxctl-qemu-hmat-setup
|
|
|
2eb93d |
diff --git a/contrib/do_abidiff b/scripts/do_abidiff
|
|
|
2eb93d |
similarity index 100%
|
|
|
2eb93d |
rename from contrib/do_abidiff
|
|
|
2eb93d |
rename to scripts/do_abidiff
|
|
|
2eb93d |
diff --git a/contrib/prepare-release.sh b/scripts/prepare-release.sh
|
|
|
2eb93d |
similarity index 99%
|
|
|
2eb93d |
rename from contrib/prepare-release.sh
|
|
|
2eb93d |
rename to scripts/prepare-release.sh
|
|
|
2eb93d |
index fb5cfe3..97ab964 100755
|
|
|
2eb93d |
--- a/contrib/prepare-release.sh
|
|
|
2eb93d |
+++ b/scripts/prepare-release.sh
|
|
|
2eb93d |
@@ -186,7 +186,7 @@ check_libtool_vers "libdaxctl"
|
|
|
2eb93d |
gen_lists ${last_ref}..HEAD~1
|
|
|
2eb93d |
|
|
|
2eb93d |
# For ABI diff purposes, use the latest fixes tag
|
|
|
2eb93d |
-contrib/do_abidiff ${last_fix}..HEAD
|
|
|
2eb93d |
+scripts/do_abidiff ${last_fix}..HEAD
|
|
|
2eb93d |
|
|
|
2eb93d |
# once everything passes, update the git-version
|
|
|
2eb93d |
sed -i -e "s/DEF_VER=[0-9]\+.*/DEF_VER=${next_ref#v}/" git-version
|
|
|
2eb93d |
--
|
|
|
2eb93d |
2.27.0
|
|
|
2eb93d |
|