mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-12-26 03:09:34 +03:00
CI: Move perl script to dist_noinst_DATA
Everything listed in dist_noinst_SCRIPTS is assumed to be a shell script, this generates a shellcheck SC1071 error since perl is not supported. Move update_authors.pl to dist_noinst_DATA with the other perl scripts. Reviewed-by: Tony Hutter <hutter2@llnl.gov> Reviewed-by: Rob N <robn@despairlabs.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #15392
This commit is contained in:
parent
bc29124b1b
commit
822b32ee51
@ -9,7 +9,6 @@ dist_noinst_SCRIPTS = \
|
|||||||
%D%/man-dates.sh \
|
%D%/man-dates.sh \
|
||||||
%D%/mancheck.sh \
|
%D%/mancheck.sh \
|
||||||
%D%/paxcheck.sh \
|
%D%/paxcheck.sh \
|
||||||
%D%/update_authors.pl \
|
|
||||||
%D%/zfs-tests-color.sh
|
%D%/zfs-tests-color.sh
|
||||||
|
|
||||||
scripts_scripts = \
|
scripts_scripts = \
|
||||||
@ -30,6 +29,7 @@ endif
|
|||||||
dist_noinst_DATA += \
|
dist_noinst_DATA += \
|
||||||
%D%/cstyle.pl \
|
%D%/cstyle.pl \
|
||||||
%D%/enum-extract.pl \
|
%D%/enum-extract.pl \
|
||||||
|
%D%/update_authors.pl \
|
||||||
%D%/zfs2zol-patch.sed \
|
%D%/zfs2zol-patch.sed \
|
||||||
%D%/zol2zfs-patch.sed
|
%D%/zol2zfs-patch.sed
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user