diff mbox series

[ndctl,2/3] scripts: move 'prepare-release.sh' and 'do_abidiff' into scripts/

Message ID 20220106050940.743232-3-vishal.l.verma@intel.com (mailing list archive)
State New, archived
Headers show
Series misc updates for release scripts | expand

Commit Message

Verma, Vishal L Jan. 6, 2022, 5:09 a.m. UTC
The scripts directory in the ndctl tree is designated as the place for
useful developer scripts that don't need to get packaged or distributed.
Move the above out of contrib/ which does contain files that get
packaged.

Signed-off-by: Vishal Verma <vishal.l.verma@intel.com>
---
 {contrib => scripts}/do_abidiff         | 0
 {contrib => scripts}/prepare-release.sh | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename {contrib => scripts}/do_abidiff (100%)
 rename {contrib => scripts}/prepare-release.sh (99%)

Comments

Dan Williams Jan. 6, 2022, 10:46 p.m. UTC | #1
On Wed, Jan 5, 2022 at 9:10 PM Vishal Verma <vishal.l.verma@intel.com> wrote:
>
> The scripts directory in the ndctl tree is designated as the place for
> useful developer scripts that don't need to get packaged or distributed.
> Move the above out of contrib/ which does contain files that get
> packaged.
>

LGTM

Reviewed-by: Dan Williams <dan.j.williams@intel.com>
diff mbox series

Patch

diff --git a/contrib/do_abidiff b/scripts/do_abidiff
similarity index 100%
rename from contrib/do_abidiff
rename to scripts/do_abidiff
diff --git a/contrib/prepare-release.sh b/scripts/prepare-release.sh
similarity index 99%
rename from contrib/prepare-release.sh
rename to scripts/prepare-release.sh
index fb5cfe3..97ab964 100755
--- a/contrib/prepare-release.sh
+++ b/scripts/prepare-release.sh
@@ -186,7 +186,7 @@  check_libtool_vers "libdaxctl"
 gen_lists ${last_ref}..HEAD~1
 
 # For ABI diff purposes, use the latest fixes tag
-contrib/do_abidiff ${last_fix}..HEAD
+scripts/do_abidiff ${last_fix}..HEAD
 
 # once everything passes, update the git-version
 sed -i -e "s/DEF_VER=[0-9]\+.*/DEF_VER=${next_ref#v}/" git-version