]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Rename scripts/coverity.sh to tools/coverity.sh
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 12 Mar 2018 14:39:21 +0000 (15:39 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 12 Mar 2018 14:39:21 +0000 (15:39 +0100)
There are only two files in tools/, I don't think we need a separate
directory for them.

.travis.yml
tools/coverity.sh [moved from scripts/coverity.sh with 100% similarity]

index 1f09a78fa6bc3f5cefaae50ba96a7166e5768b92..fc135868715fd3f954d39227bcf7df95d8659e17 100644 (file)
@@ -96,7 +96,7 @@ jobs:
                   -v ${TOOL_BASE}:${TOOL_BASE}:ro \
                   --name travis_coverity_scan ${DOCKER_REPOSITORY}:${TRAVIS_COMMIT} bash
                 # Make sure Coverity script is executable
-              - docker cp scripts/coverity.sh travis_coverity_scan:/usr/local/bin
+              - docker cp tools/coverity.sh travis_coverity_scan:/usr/local/bin
                 # Preconfigure with meson to prevent Coverity from capturing meson metadata
                 # Set compiler flag to prevent emit failure
               - docker exec -it travis_coverity_scan sh -c "CFLAGS='-D_Float128=long\ double' meson cov-build -Dman=false"
similarity index 100%
rename from scripts/coverity.sh
rename to tools/coverity.sh