VPP: Make script inclusion more readable 59/24059/8
authorVratko Polak <vrpolak@cisco.com>
Tue, 7 Jan 2020 17:01:18 +0000 (18:01 +0100)
committerVratko Polak <vrpolak@cisco.com>
Thu, 9 Jan 2020 09:35:07 +0000 (10:35 +0100)
commitc16cf4ec132c21090342324878ca22ad1fc0476e
tree3a9383c592bd4b151740a0f6261ac34291a21516
parent6e1c00a92c2f447c77a77a1ed16aee74add7d3d4
VPP: Make script inclusion more readable

Historically, scripts names started with include-raw-vpp- prefix.
That was not only long and superfluous, but also confusing,
as the actual way of including uses
"include-raw-escape", which is a command behaving differently
than "include-raw", suggested by the previous name.

This Change shortens script names to the part
that actually says something about the script.

+ Delete include-gcc8-prefer.sh as it is orphaned since
  https://gerrit.fd.io/r/c/ci-management/+/20443
+ Move the scripts to jjb/scripts/vpp/.
- "absolute" paths are not used, as ci-man root is not in search path.
+ Put each path on a separate line to avoid long lines.
+ Put each include in a separate shell to make sure
  return code of each script is checked.
+ Update copyright year where present.
- Copyright notices are not added when not present.

Change-Id: I48920542ff20810cc87fb01844236350348bae59
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
19 files changed:
jjb/scripts/vpp/arm-build-no-test.sh [moved from jjb/vpp/include-raw-vpp-arm-build-no-test.sh with 100% similarity]
jjb/scripts/vpp/arm-build.sh [moved from jjb/vpp/include-raw-vpp-arm-build.sh with 100% similarity]
jjb/scripts/vpp/build.sh [moved from jjb/vpp/include-raw-vpp-build.sh with 100% similarity]
jjb/scripts/vpp/check_crc.sh [moved from jjb/vpp/check_crc.sh with 96% similarity]
jjb/scripts/vpp/checkstyle.sh [moved from jjb/vpp/include-raw-vpp-checkstyle.sh with 100% similarity]
jjb/scripts/vpp/clang-build.sh [moved from jjb/vpp/include-raw-vpp-clang-build.sh with 100% similarity]
jjb/scripts/vpp/commitmsg.sh [moved from jjb/vpp/include-raw-vpp-commitmsg.sh with 100% similarity]
jjb/scripts/vpp/coverity.sh [moved from jjb/vpp/include-raw-vpp-coverity.sh with 100% similarity]
jjb/scripts/vpp/csit-device.sh [moved from jjb/vpp/include-raw-vpp-csit-device.sh with 96% similarity]
jjb/scripts/vpp/csit-perf.sh [moved from jjb/vpp/include-raw-vpp-csit-perf.sh with 96% similarity]
jjb/scripts/vpp/docs.sh [moved from jjb/vpp/include-raw-vpp-docs.sh with 100% similarity]
jjb/scripts/vpp/make-test-docs.sh [moved from jjb/vpp/include-raw-vpp-make-test-docs.sh with 100% similarity]
jjb/scripts/vpp/maven-push.sh [moved from jjb/vpp/include-raw-vpp-maven-push.sh with 100% similarity]
jjb/scripts/vpp/parallel-vars.sh [moved from jjb/vpp/include-raw-vpp-parallel-vars.sh with 100% similarity]
jjb/scripts/vpp/sphinx-docs.sh [moved from jjb/vpp/include-raw-vpp-sphinx-docs.sh with 100% similarity]
jjb/scripts/vpp/test-checkstyle.sh [moved from jjb/vpp/include-raw-vpp-test-checkstyle.sh with 100% similarity]
jjb/vpp/docs.yaml
jjb/vpp/include-gcc8-prefer.sh [deleted file]
jjb/vpp/vpp.yaml