]> www.infradead.org Git - users/sagi/nvme-cli.git/commitdiff
scripts: Move helper scripts to a central place
authorDaniel Wagner <dwagner@suse.de>
Fri, 23 Jun 2023 07:01:45 +0000 (09:01 +0200)
committerDaniel Wagner <wagi@monom.org>
Wed, 28 Jun 2023 11:19:23 +0000 (13:19 +0200)
The helper scripts for maintaining are distributed over several
directories. Let's move them to the scripts directory.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
meson.build
scripts/meson-vcs-tag.sh [moved from meson-vcs-tag.sh with 100% similarity]
scripts/regress [moved from regress with 100% similarity]
scripts/release.sh [moved from release.sh with 100% similarity]
scripts/update-docs.sh [moved from Documentation/update-docs.sh with 100% similarity]

index deb3b9c5bb70d5e12659cd17b782d9cc749e2709..9a0792157d375210dae3ba5a2051605ee25cd340 100644 (file)
@@ -37,7 +37,7 @@ version_tag = get_option('version-tag')
 if version_tag != ''
         conf.set('GIT_VERSION', '"@0@"'.format(version_tag))
 else
-    r = run_command('meson-vcs-tag.sh',
+    r = run_command('scripts/meson-vcs-tag.sh',
                     meson.current_source_dir(),
                     meson.project_version(),
                     check: true)
similarity index 100%
rename from meson-vcs-tag.sh
rename to scripts/meson-vcs-tag.sh
similarity index 100%
rename from regress
rename to scripts/regress
similarity index 100%
rename from release.sh
rename to scripts/release.sh