3 Commits

Author SHA1 Message Date
Michael Marineau
579ba4f631 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
2016-10-27 13:14:25 -07:00
Michael Marineau
007b57e6e5 build_jobs: split minimal prefix out of job scripts
The chroot update/creation step must live in Jenkins but after that the
jobs can use these scripts. A template is provided in stub.sh
2016-10-26 10:52:46 -07:00
Michael Marineau
7a2fbfe67d build_jobs: import current jenkins build scripts 2016-10-21 13:45:12 -07:00