From: Anil Belur Date: Mon, 7 Aug 2017 06:28:30 +0000 (+1000) Subject: Strip include-raw prefix for script files X-Git-Tag: release/nitrogen~186^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=6822e9b7cfe5e2e062972ad869b1b3bbb39c01f5;p=releng%2Fbuilder.git Strip include-raw prefix for script files Prefixing the files with `include-raw-` make the file name longer and also not a standard to be followed. Change-Id: Iea81fae69a5c1733568151ba8b80ef7036ed5f80 Signed-off-by: Anil Belur --- diff --git a/jjb/opflex/deps-inc-v1/include-raw-libuv_tgz-build.sh b/jjb/opflex/deps-inc-v1/libuv_tgz-build.sh similarity index 100% rename from jjb/opflex/deps-inc-v1/include-raw-libuv_tgz-build.sh rename to jjb/opflex/deps-inc-v1/libuv_tgz-build.sh diff --git a/jjb/opflex/deps-inc-v1/include-raw-openvswitch_tgz-build.sh b/jjb/opflex/deps-inc-v1/openvswitch_tgz-build.sh similarity index 100% rename from jjb/opflex/deps-inc-v1/include-raw-openvswitch_tgz-build.sh rename to jjb/opflex/deps-inc-v1/openvswitch_tgz-build.sh diff --git a/jjb/opflex/deps-inc-v1/include-raw-rapidjson_tgz-build.sh b/jjb/opflex/deps-inc-v1/rapidjson_tgz-build.sh similarity index 100% rename from jjb/opflex/deps-inc-v1/include-raw-rapidjson_tgz-build.sh rename to jjb/opflex/deps-inc-v1/rapidjson_tgz-build.sh diff --git a/jjb/opflex/deps-inc-v2/include-raw-openvswitch_tgz-build.sh b/jjb/opflex/deps-inc-v2/openvswitch_tgz-build.sh similarity index 100% rename from jjb/opflex/deps-inc-v2/include-raw-openvswitch_tgz-build.sh rename to jjb/opflex/deps-inc-v2/openvswitch_tgz-build.sh diff --git a/jjb/opflex/include-raw-opflex-build.sh b/jjb/opflex/opflex-build.sh similarity index 100% rename from jjb/opflex/include-raw-opflex-build.sh rename to jjb/opflex/opflex-build.sh diff --git a/jjb/opflex/opflex-custom.yaml b/jjb/opflex/opflex-custom.yaml index fb2c643ce3..f097117e0c 100644 --- a/jjb/opflex/opflex-custom.yaml +++ b/jjb/opflex/opflex-custom.yaml @@ -35,7 +35,7 @@ - copyartifact: project: opflex-openvswitch_tgz-{stream} flatten: true - - shell: !include-raw-escape: include-raw-opflex-build.sh + - shell: !include-raw-escape: opflex-build.sh - job-template: name: 'opflex-verify-{stream}' diff --git a/jjb/opflex/opflex-dependencies.yaml b/jjb/opflex/opflex-dependencies.yaml index 1b49ffd13d..33a4028dd9 100644 --- a/jjb/opflex/opflex-dependencies.yaml +++ b/jjb/opflex/opflex-dependencies.yaml @@ -91,7 +91,7 @@ - builder: name: 'builder-opflex-libuv-v1' builders: - - shell: !include-raw-escape: deps-inc-v1/include-raw-libuv_tgz-build.sh + - shell: !include-raw-escape: deps-inc-v1/libuv_tgz-build.sh - job-template: name: 'opflex-libuv_tgz-{stream}' @@ -124,7 +124,7 @@ - builder: name: 'builder-opflex-rapidjson-v1' builders: - - shell: !include-raw-escape: deps-inc-v1/include-raw-rapidjson_tgz-build.sh + - shell: !include-raw-escape: deps-inc-v1/rapidjson_tgz-build.sh - job-template: name: 'opflex-rapidjson_tgz-{stream}' @@ -157,12 +157,12 @@ - builder: name: 'builder-opflex-openvswitch-v1' builders: - - shell: !include-raw: deps-inc-v1/include-raw-openvswitch_tgz-build.sh + - shell: !include-raw: deps-inc-v1/openvswitch_tgz-build.sh - builder: name: 'builder-opflex-openvswitch-v2' builders: - - shell: !include-raw: deps-inc-v2/include-raw-openvswitch_tgz-build.sh + - shell: !include-raw: deps-inc-v2/openvswitch_tgz-build.sh - job-template: name: 'opflex-openvswitch_tgz-{stream}'