diff options
author | Brian C. Lane <bcl@redhat.com> | 2021-01-26 10:15:22 -0800 |
---|---|---|
committer | Brian C. Lane <bcl@redhat.com> | 2021-01-26 10:40:33 -0800 |
commit | 23340c1d19f603e054979a8038f8ca3f782e7a47 (patch) | |
tree | e1d9be5e21324d3ca451e522555e34703dec9e04 /cfg.mk | |
parent | 9a0c2661a5b13b096233987485cb378b6cc2886f (diff) | |
download | parted-23340c1d19f603e054979a8038f8ca3f782e7a47.tar.gz |
cfg.mk: disable submodule checks to work around broken upstream gnulib
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -59,6 +59,10 @@ update-copyright-env = \ UPDATE_COPYRIGHT_USE_INTERVALS=1 \ UPDATE_COPYRIGHT_MAX_LINE_LENGTH=79 +# Override submodule check to allow workaround for broken gnulib upstream +submodule-checks = no-submodule-changes +gl_public_submodule_commit= + #==> .j/.x-sc_GPL_version <== #build-aux/vc-list-files |