build_jobs: make scripts executable

These scripts can be executed directly by jenkins now. In order to
migrate gracefully the existing jobs are being updated with the
following for compatibility with things before and after this commit.

    if [[ -x ./src/scripts/build_jobs/02_sdk.sh ]]; then
      exec ./src/scripts/build_jobs/02_sdk.sh
    fi
This commit is contained in:
Michael Marineau 2016-10-27 13:13:28 -07:00
parent f4f889bc0a
commit 579ba4f631
5 changed files with 0 additions and 0 deletions

0
build_jobs/02_sdk.sh Normal file → Executable file
View File

0
build_jobs/02_toolchains.sh Normal file → Executable file
View File

0
build_jobs/03_packages.sh Normal file → Executable file
View File

0
build_jobs/04_images.sh Normal file → Executable file
View File

0
build_jobs/05_vm.sh Normal file → Executable file
View File