Strip include-raw prefix for script files 42/61242/1
authorAnil Belur <abelur@linuxfoundation.org>
Mon, 7 Aug 2017 06:18:45 +0000 (16:18 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Mon, 7 Aug 2017 06:18:45 +0000 (16:18 +1000)
Prefixing the files with `include-raw-` make the file name longer
and also not a standard to be followed.

Change-Id: Id8898a6f6bfa595fd43d80e1f58625c55a1674dd
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
14 files changed:
jjb/packaging/ansible.yaml
jjb/packaging/build-deb.sh [moved from jjb/packaging/include-raw-build-deb.sh with 100% similarity]
jjb/packaging/build-rpm-snap.sh [moved from jjb/packaging/include-raw-build-rpm-snap.sh with 100% similarity]
jjb/packaging/build-rpm.sh [moved from jjb/packaging/include-raw-build-rpm.sh with 100% similarity]
jjb/packaging/install-deb.sh [moved from jjb/packaging/include-raw-install-deb.sh with 100% similarity]
jjb/packaging/install-rpm.sh [moved from jjb/packaging/include-raw-install-rpm.sh with 100% similarity]
jjb/packaging/packaging.yaml
jjb/packaging/puppet.yaml
jjb/packaging/start-odl.sh [moved from jjb/packaging/include-raw-start-odl.sh with 100% similarity]
jjb/packaging/stop-odl.sh [moved from jjb/packaging/include-raw-stop-odl.sh with 100% similarity]
jjb/packaging/test-ansible-deb.sh [moved from jjb/packaging/include-raw-test-ansible-deb.sh with 100% similarity]
jjb/packaging/test-ansible-rpm.sh [moved from jjb/packaging/include-raw-test-ansible-rpm.sh with 100% similarity]
jjb/packaging/test-puppet.sh [moved from jjb/packaging/include-raw-test-puppet.sh with 100% similarity]
jjb/packaging/test-rpm-upgrade.sh [moved from jjb/packaging/include-raw-test-rpm-upgrade.sh with 100% similarity]

index 608c4879063a17a4b9a22e1fc20090492b23af4d..ff961d9a0c6e91555f34884d4548aadabe6123e5 100644 (file)
@@ -44,7 +44,7 @@
           build-timeout: '{build-timeout}'
 
     builders:
-      - shell: !include-raw: include-raw-test-ansible-rpm.sh
+      - shell: !include-raw: test-ansible-rpm.sh
 
     triggers:
       - timed: '@daily'
@@ -87,7 +87,7 @@
           build-timeout: '{build-timeout}'
 
     builders:
-      - shell: !include-raw: include-raw-test-ansible-deb.sh
+      - shell: !include-raw: test-ansible-deb.sh
 
     triggers:
       - timed: '@daily'
index 57583193907741b1355d56a060f26f51af9aa258..5f4d1a0e8f13bee02fa8305dcdd2b0eedce37e57 100644 (file)
@@ -73,7 +73,7 @@
           build-timeout: '{build-timeout}'
 
     builders:
-      - shell: !include-raw: include-raw-build-rpm.sh
+      - shell: !include-raw: build-rpm.sh
       - lf-infra-deploy-maven-file:
           global-settings-file: 'global-settings'
           settings-file: 'packaging-settings'
           build-timeout: '{build-timeout}'
 
     builders:
-      - shell: !include-raw: include-raw-build-rpm-snap.sh
+      - shell: !include-raw: build-rpm-snap.sh
       - lf-infra-deploy-maven-file:
           global-settings-file: 'global-settings'
           settings-file: 'packaging-settings'
           build-timeout: '{build-timeout}'
 
     builders:
-      - shell: !include-raw: include-raw-install-rpm.sh
-      - shell: !include-raw: include-raw-start-odl.sh
+      - shell: !include-raw: install-rpm.sh
+      - shell: !include-raw: start-odl.sh
       - shell: |
           # Install expect to interact with Karaf shell
           sudo yum install -y expect
           # Install nmap to check status of ODL's SSH port
           sudo yum install -y nmap
       - shell: !include-raw: include-raw-test-karaf.expect
-      - shell: !include-raw: include-raw-stop-odl.sh
+      - shell: !include-raw: stop-odl.sh
 
     publishers:
       # TODO: Remove the archive publisher
           build-timeout: '{build-timeout}'
 
     builders:
-      - shell: !include-raw: include-raw-install-rpm.sh
-      - shell: !include-raw: include-raw-start-odl.sh
+      - shell: !include-raw: install-rpm.sh
+      - shell: !include-raw: start-odl.sh
       - shell: |
           # Install expect to interact with Karaf shell
           sudo yum install -y expect
           # Install nmap to check status of ODL's SSH port
           sudo yum install -y nmap
       - shell: !include-raw: include-raw-test-karaf.expect
-      - shell: !include-raw: include-raw-stop-odl.sh
-      - shell: !include-raw: include-raw-test-rpm-upgrade.sh
-      - shell: !include-raw: include-raw-start-odl.sh
+      - shell: !include-raw: stop-odl.sh
+      - shell: !include-raw: test-rpm-upgrade.sh
+      - shell: !include-raw: start-odl.sh
       - shell: !include-raw: include-raw-test-karaf.expect
-      - shell: !include-raw: include-raw-stop-odl.sh
+      - shell: !include-raw: stop-odl.sh
 
     publishers:
       - lf-infra-publish
           build-timeout: '{build-timeout}'
 
     builders:
-      - shell: !include-raw: include-raw-install-deb.sh
-      - shell: !include-raw: include-raw-start-odl.sh
+      - shell: !include-raw: install-deb.sh
+      - shell: !include-raw: start-odl.sh
       - shell: |
           # Install expect to interact with Karaf shell
           sudo apt-get install -y expect
           # Install nmap to check status of ODL's SSH port
           sudo apt-get install -y nmap
       - shell: !include-raw: include-raw-test-karaf.expect
-      - shell: !include-raw: include-raw-stop-odl.sh
+      - shell: !include-raw: stop-odl.sh
 
     publishers:
       - lf-infra-publish
           build-timeout: '{build-timeout}'
 
     builders:
-      - shell: !include-raw: include-raw-build-deb.sh
+      - shell: !include-raw: build-deb.sh
       - lf-infra-deploy-maven-file:
           global-settings-file: 'global-settings'
           settings-file: 'packaging-settings'
index ece33cf8e72ff420e44bd683b84764f3a21e573b..b92d46977e3dd079361f209458f4a06f7bba0277 100644 (file)
@@ -52,7 +52,7 @@
           build-timeout: '{build-timeout}'
 
     builders:
-      - shell: !include-raw: include-raw-test-puppet.sh
+      - shell: !include-raw: test-puppet.sh
 
     triggers:
       - timed: '@weekly'
@@ -99,7 +99,7 @@
           build-timeout: '{build-timeout}'
 
     builders:
-      - shell: !include-raw: include-raw-test-puppet.sh
+      - shell: !include-raw: test-puppet.sh
 
     triggers:
       - timed: '@daily'