From 597f08dee6d8cbfdcc24fa89a37c710b237f06da Mon Sep 17 00:00:00 2001 From: "Austin S. Hemmelgarn" Date: Wed, 25 Jan 2023 11:10:37 -0500 Subject: Assorted infrastructure cleanup. (#14223) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Remove old documentation check related config files. These are no longer used by any of our CI as far as I can tell. * Purge LGTM configuration and references. It has been fully shut down, so none of this works anymore. * Purge Travis CI config, scripts, and references. We are no longer using Travis CI, so all of this is useless. * Pureg config for other CI tools we are no longer using. * Remove old packaging related test scripts. These haven’t been used in years, and are potentially confusing for new contributors. * Restore MLC configuration. It is, in fact, still in use. * Fix bogus CI config in dist files. * Fix botched merge in CODEOWNERS. --- contrib/debian/rules | 1 - 1 file changed, 1 deletion(-) (limited to 'contrib/debian/rules') diff --git a/contrib/debian/rules b/contrib/debian/rules index 5be3e81c5c..a4820cd4a5 100755 --- a/contrib/debian/rules +++ b/contrib/debian/rules @@ -95,7 +95,6 @@ override_dh_installdocs: find . \ -name README.md \ - -not -path './.travis/*' \ -not -path './debian/*' \ -not -path './contrib/*' \ -exec cp \ -- cgit v1.2.3