summaryrefslogtreecommitdiff
path: root/pre-build-do-cleanup.sh
AgeCommit message (Collapse)Author
2015-04-22Use base_dir variable instead of hardcoded path for base directory.Rob Savoye
Use basename instead of cut for external toolchain path parsing to be more flexible. Change-Id: Ia427b88cc5e97cc147591bfcb03df666990f7f6d Signed-off-by: Robert Savoye <rob.savoye@linaro.org>
2014-06-17Clarify jenkins-setup licensingrelease-14.07release-14.06Fathi Boudra
Change-Id: I9c433b1b839d451b3cdb8032dd5a1e39cc1436cd Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-10-10set +x permission on the shell scriptsFathi Boudra
Change-Id: I345e8dd43d680ae95305a9700e9561c3033e340c Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-08-07tmpdir: remove expansionRiku Voipio
poky does not set TCLIBCAPPEND, thus there is some tmp/tmp-eglibc mixup for the TMPDIR. To keep things simple, disable TCLIBCAPPEND everywhere.
2013-08-05shared tmpdir for all build in jenkinsRiku Voipio
We need to share the tmpdir to avoid stubble build failures due to gcc search paths changing between builds.
2013-06-19pre-build-do-cleanup.sh: remove a few hardcoded pathFathi Boudra
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
2013-02-26pre-build-do-cleanup.sh: remove downloads/ if such existMarcin Juszkiewicz
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
2013-02-26Changed structure of tasks and created new scriptsMarcin Juszkiewicz
publish-results.sh split to: - post-build-create-image-manifest.sh - post-build-sort-out-downloads.sh Second one also takes care of downloads/ dir so we do not push the same archives again and again to snapshots.linaro.org Cleaning of disk space got moved from Jenkins to pre-build-do-cleanup.sh script. pre-build-root-install-dependencies.sh just got renamed so it is visible when it is run init-and-build.sh also got renamed as it not only initialize but also do a build. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>