aboutsummaryrefslogtreecommitdiff
path: root/servers
AgeCommit message (Collapse)Author
2014-11-18Add zipOfflineRepo to build server task.gradle_0.14.3Xavier Ducrohet
Change-Id: I4066888fc41b7f801c79347ff90402ac79fa527e
2014-10-07Call dist task on build server.Xavier Ducrohet
This lets each module publish artifact on the build server if they need to. Change-Id: I0c39370797b42baf898f58edef7ad6c91b54bf32
2014-08-29ensure that build script exits if subshell failsVince Harron
a failure within a subshell will not automatically exit the parent shell even if -e is set in the parent. Change-Id: I09b2eb3b4934fcbebed5a5dc411f29b96b44f0f4
2014-08-29added --info parameter to all gradle buildsVince Harron
to get more information from build server failures. Change-Id: I6c8e6d5583c5b10d924a3dcd44b02d70ba8c41e2
2014-07-23build script: Add "set -e" to quit on errorSiva Velusamy
Change-Id: I823ba90f43511856f96d9a8bde40e3ac275a8654
2014-06-17Make $OUT absolute if it is a relative pathSiva Velusamy
Change-Id: I1618ae00ce589057a3888a31b27f20e089603ade
2014-06-17Add monitor to sdk build settings.gradleSiva Velusamy
Change-Id: I08f1af9ef391bf2ef9403ac645ee01576751abba
2014-06-10Generate repository.xmlRaphael Moll
The release script expects two things from sdk-repo-$OS-tools-$NUM.zip: - they should contain a source.properties - everything should be inside a tools folder. - finally a repository.xml should be created, based on the source.properties. Eventually we should do all of this from within gradle. Since I'm not familiar with that part of the code, as a first step, fix the zip files directly in the build_tools.sh script and invoke the same mk_sdk_repo_xml.sh as present in development.git. Change-Id: Iab90b35e93daf0a1272b3a9d102cbd10d515eeff
2014-06-10Fix build.Xavier Ducrohet
Change-Id: If05527d0a9299ba6b307dffd3fa9981fd6e2a130
2014-06-10Update sdk tools output + build windows.Xavier Ducrohet
Change-Id: I98fb5f904ebc8f5204ee3f08e4a84d4d77638d6b
2014-05-19disable parallel build on the build servers.Xavier Ducrohet
Something about the custom logic is not playing nice. Change-Id: Ic7a3ac56dd28203c23ec5df721a0d481ed3b9828
2014-05-13Enable daemon by default when building.Xavier Ducrohet
Also disable it when building on the servers. Change-Id: I7b476853eb50f883c917dbb7b2754d0598235094
2014-05-09Update build to use OUT_DIR and DIST_DIRXavier Ducrohet
Change-Id: Ia4bc558435e5082a998cf117192f76565c2c090d
2014-05-09Main entry point for build server.Raphael Moll
Change-Id: If4912ea79c6044431b925a9aee43d47a9be5aadb