aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-14clean up after flatteningHEADmasterVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-03-14Revert "Revert "Avoid cleaning directory between jobs""Vishal Bhoj
This reverts commit fff8bc66add66f74f54127b129a9decac94d8528.
2014-03-14Don't copy complete source while doing kernel buildVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-03-14 Enable CCACHEVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-03-13Revert "Avoid cleaning directory between jobs"Vishal Bhoj
This reverts commit 02a1298d169112513087cad37c1b865d82e22c61.
2014-03-13copy .repo directory from local mirrorVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-03-13Create build directoryVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-03-13Don't remove out/target dirVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-03-13No need of Android directoryVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-03-12Reduce the number of job thread to 4Vishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-03-12Avoid cleaning directory between jobsVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-03-12Fix build directoryVishal Bhoj
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-03-07rewrite-manifest.py: Handle manifests with relative fetch URLs.Paul Sokolovsky
This requires passing manifest repository URL to the rewriting script. This should fix lp:1287618. Change-Id: Icf54e2e96185301f66e77b7fea2ed1ff313a1ef7
2014-03-05Fix the out dir location for target having multiple underscoreVishal Bhoj
Change-Id: Ie3e2fd7495ec80c2295a607433ebeabea5e6d30b Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-01-30Don't fail build if create-user-kernel-script errored out.Paul Sokolovsky
Interim measure to unbreak builds until script is fixed. Change-Id: Icf8f448720922e8a516a2d29e431ae8fbaa20de9
2014-01-27Add libmpfr-dev package, trying to resolve gcc build failures.Paul Sokolovsky
Change-Id: I1941b7bb3f3f75c506e7ee58ccba74220cb34788
2014-01-26Re-enable manifest rewriting, but try http://.../git/ .Paul Sokolovsky
Change-Id: I60d37d3af60c91220c74ef6e4c6694f93412ad17
2014-01-26Make curl fail on errors (d'oh!)Paul Sokolovsky
Change-Id: If52abee6375d28ad368fa2d9287b0d8b2b944433
2014-01-26Download overlays ASAP to fail fast in case of error.Paul Sokolovsky
Change-Id: I8d6194e65d2190a9f4de8a2a17faa6d78c0aabd8
2014-01-26Disable manifest rewriting for testing.Paul Sokolovsky
Change-Id: I39a5cbc93281ed2e898b34faa42a24b5f96aa4cd
2014-01-21Comment out debug output.Paul Sokolovsky
Change-Id: Ic8f7d515ede1064b78fe97fe0cf95405b30eacdc
2014-01-21Output debug stuff as comment.Paul Sokolovsky
Change-Id: Ia99ef0b05c6dc3595f403509b28d698de31c8c94
2014-01-21export TARGET_OUT_DIRVishal Bhoj
Change-Id: I5230878e856ac9575d1acb9b0ddec8948ba4ed2f Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-01-21create-user-kernel-script: Add more verbosity and checks for arguments.Paul Sokolovsky
Change-Id: Iec477c2b69a89e556b8e1ecce14ac4f261853ee4
2014-01-21Add support to override the bundle streamVishal Bhoj
Change-Id: I47ccf1fe6d6b84a65ab535991fcd4af0ea2dcb3b Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-01-21Fix kernel script creationVishal Bhoj
Change-Id: Iccb1e8c01ef5bdc78d62076f615a30bf512e5957 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-01-15Use TARGET_OUT_DIR for BUILD_COPYCAT too.Paul Sokolovsky
Change-Id: I9aaaef5ed40061c23a8e9e630f61b94c1bc93cd1
2014-01-15We no longer use adhoc git mirror.Paul Sokolovsky
Change-Id: Ib6778b00efa6f2a655ad07909ac7cc4a5e83738d
2014-01-15Deploy linaro-android-frontend from git.Paul Sokolovsky
Change-Id: If3c9a397b7ec8ed3e848dcaff2ceb648fb9c39eb
2014-01-09handle other build keywords coming as part of TARGET_PRODUCTVishal Bhoj
Change-Id: I56a75592e51c2200265273cd701d84c4de34df50 Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-01-08strip "full_" from TARGET_PRODUCT to get the right locationVishal Bhoj
Change-Id: I35bb04642010b52e4b70c522ad3463483d194b8d Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2014-01-03Enable artifact flattening by default.Paul Sokolovsky
Change-Id: I6dc2ef37e6480848190617950368c285f7e64e06
2014-01-03Upgrade included BUILD-INFO.txt's to version 0.5.Paul Sokolovsky
Change-Id: I5d8882baab5c1d228dde5d4d469975e8308d992e
2014-01-03There should be one and only BUILD-INFO.txt per build.Paul Sokolovsky
Change-Id: I890772a5cba42e339ec99e17b21b144785a69998
2014-01-03md5sum *img files too.Paul Sokolovsky
Change-Id: I97657ae67770bbe7e84e048ddd39bc14c9c5c2d3
2014-01-03Add sypport for flattening artifacts build-side.Paul Sokolovsky
This moves flattening to build side instead of publsihing side, per LAVA-933. Change-Id: Ic0d3d6f9598f5538c99c689345ebd9074d063769
2013-12-20Remove HOST_CC to be gcc-4.5Vishal Bhoj
Change-Id: I7af1aa1f63ca800d384bfb17ecb6302b941b40ea Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org>
2013-12-11Add .gitreview .Paul Sokolovsky
2013-12-10Most of utils migrated to ↵Paul Sokolovsky
https://git.linaro.org/infrastructure/linaro-jenkins-tools.git
2013-12-10git backup script moved to ↵Paul Sokolovsky
https://git.linaro.org/infrastructure/linaro-jenkins-tools.git
2013-12-10Ansible deployment moved to ↵Paul Sokolovsky
https://git.linaro.org/infrastructure/linaro-jenkins-tools.git
2013-12-04Add play to set up production Jenkins partition/directory structure.Paul Sokolovsky
Keep this separate for now.
2013-12-04Add production config for tcwg.ci.linaro.org.Paul Sokolovsky
2013-12-03Switch to use "jenkins-admins" group for admin auth. This requires nested ↵Paul Sokolovsky
groups.
2013-11-29Upgarde to Jenkins 1.509.3 after all.Paul Sokolovsky
2013-11-29Restart Apache on Jenkins restart.Paul Sokolovsky
2013-11-29Add acpica-tools which is a dependency for UEFI now.Paul Sokolovsky
2013-11-28Refactor host inventory per latest ideas.Paul Sokolovsky
2013-11-28[merge] Add acpica-tools which is a dependency for UEFI now.Georgy Redkozubov
2013-11-26Add acpica-tools which is a dependency for UEFI nowVishal Bhoj