Strip include-raw prefix for script files 44/61244/1
authorAnil Belur <abelur@linuxfoundation.org>
Mon, 7 Aug 2017 06:28:30 +0000 (16:28 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Mon, 7 Aug 2017 06:28:30 +0000 (16:28 +1000)
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 <abelur@linuxfoundation.org>
jjb/opflex/deps-inc-v1/libuv_tgz-build.sh [moved from jjb/opflex/deps-inc-v1/include-raw-libuv_tgz-build.sh with 100% similarity]
jjb/opflex/deps-inc-v1/openvswitch_tgz-build.sh [moved from jjb/opflex/deps-inc-v1/include-raw-openvswitch_tgz-build.sh with 100% similarity]
jjb/opflex/deps-inc-v1/rapidjson_tgz-build.sh [moved from jjb/opflex/deps-inc-v1/include-raw-rapidjson_tgz-build.sh with 100% similarity]
jjb/opflex/deps-inc-v2/openvswitch_tgz-build.sh [moved from jjb/opflex/deps-inc-v2/include-raw-openvswitch_tgz-build.sh with 100% similarity]
jjb/opflex/opflex-build.sh [moved from jjb/opflex/include-raw-opflex-build.sh with 100% similarity]
jjb/opflex/opflex-custom.yaml
jjb/opflex/opflex-dependencies.yaml

index fb2c643ce36dd9bd8ee3d804709464f51b41c153..f097117e0c16f41f6f94f3a8c2009b681e865624 100644 (file)
@@ -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}'
index 1b49ffd13db1ee68797255b4f2ded047aa993c4d..33a4028dd9d9afd88697c8530a322e49e5e7e7c4 100644 (file)
@@ -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}'
 - 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}'
 - 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}'