From fd1a4244a0a5de5bcbbda4007ade442d64b93dce Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" Date: Mon, 26 Sep 2022 09:25:32 +0200 Subject: [PATCH] cgit/tests: Rename readme.md to readme With the extension, the readme is included in the swh-docs build and fails. It's not intended for the documentation build so renaming it keep it out of the doc build loop. This fixes build [1]. [1] https://jenkins.softwareheritage.org/view/all/job/DDOC/job/dev/2395/ --- .../cgit/tests/data/https_git.acdw.net/{Readme.md => README} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename swh/lister/cgit/tests/data/https_git.acdw.net/{Readme.md => README} (100%) diff --git a/swh/lister/cgit/tests/data/https_git.acdw.net/Readme.md b/swh/lister/cgit/tests/data/https_git.acdw.net/README similarity index 100% rename from swh/lister/cgit/tests/data/https_git.acdw.net/Readme.md rename to swh/lister/cgit/tests/data/https_git.acdw.net/README