summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* travis: Make bundle version select regexp stricterLukas Larsson2018-08-151-1/+7
|
* travis: Filter out release candidates from bundle tagsLukas Larsson2018-08-151-1/+1
|
* travis: Only deploy in erlang/otpLukas Larsson2018-07-162-1/+7
|
* pre-push: Add comment of how to do dry-run testingSverker Eriksson2018-06-291-0/+13
|
* pre-push: Make easier to add new OTP major releasesSverker Eriksson2018-06-291-2/+20
| | | | by just adding to NEW_RELEASES
* Update allowed tags in pre-push hook after OTP-21 releaseJohn Högberg2018-06-261-1/+1
|
* Update pre-push hook after OTP-21 releaseSverker Eriksson2018-06-211-2/+2
| | | | (same as 7d1b8752a7a0cd66de6b3625b3b1f7afccb6147a)
* travis: Enable delivery of docsLukas Larsson2018-06-201-17/+17
|
* travis: Don't run docs deploy scriptLukas Larsson2018-06-181-17/+17
| | | | Need to create a seperate repo first for this to push to.
* Add deploy stage to travis-ciLukas Larsson2018-06-183-9/+71
|
* travis: Do release when building 32-bitLukas Larsson2018-05-221-0/+4
| | | | | This is done in order to check that installation works as it should.
* scripts/diffable: Include the hipe applicationBjörn Gustavsson2018-05-041-0/+5
|
* Add scripts/diffableBjörn Gustavsson2018-04-111-0/+620
| | | | | Run scripts/diffable without arguments to print a description and a few examples.
* inets,tftp: Break out TFTP from inetsPéter Dimitrov2018-03-281-3/+3
| | | | | | | | | - Create directory structure - Move code, tests, documentation from inets - Add inets_tftp_wrapper - Add tftp app to run-dialyzer script Change-Id: I6a142ae66cecb9a1821cbf9ea6a45f66a836763d
* ftp: Add ftp app to run-dialyzer scriptPéter Dimitrov2018-03-281-3/+3
| | | | Change-Id: Ie0a67ad22904ce9701f23bbf5573a182b4936790
* Merge branch 'maint'Sverker Eriksson2017-09-271-0/+202
|\
| * Add git pre-push hookSverker Eriksson2017-09-271-0/+202
| |
* | Merge branch 'maint'Lukas Larsson2017-09-011-1/+10
|\ \ | |/
| * scripts: dialyze more applications in automation scriptsLukas Larsson2017-09-011-1/+10
| |
* | Don't build or test plain emu in travis any moreLukas Larsson2017-07-172-3/+1
|/
* erts: Deprecate the non-smp emulatorsLukas Larsson2017-04-211-1/+1
|
* Move travis dialyzer logic to script fileLukas Larsson2017-04-201-0/+7
|
* Run the smoke test for both SMP and non-SMP emulatorBjörn Gustavsson2017-03-081-6/+13
|
* run-smoke-test: Let ERL_TOP default to current working directoryBjörn Gustavsson2017-03-081-0/+4
|
* build-docker-otp: Avoid copying the git repository to docker daemonBjörn Gustavsson2017-03-083-12/+5
| | | | | | | | | | | | | | Since docker is run from the top-level of the otp repository, the entire repository will be the context for the docker daemon. In my private repository, more than 800Mb had to be copied before the build could be started. Let the ./scripts directory be the context for docker instead. That way, only the otp.tar.gz file needs to be copied. While we are it, also use the ADD command in the Dockerfiles to pack up the tar file and avoid copying the tar file itself to the Docker image.
* builder-docker-otp: Fix passing of commandBjörn Gustavsson2017-03-081-2/+3
| | | | Pass all argument except the first as the command for "docker run".
* Reduce number of jobs for makeBjörn Gustavsson2017-03-082-2/+2
| | | | | Running fewer jobs in parallel reduces the risk of running out of memory.
* Add docker images for building 32/64 bit erlangLukas Larsson2017-03-086-1/+54
|
* Travis CI: Avoid that builds gets killed for inactivityBjörn Gustavsson2017-03-071-3/+22
| | | | | | | | | | | | | | | | | | Travis CI will kill build jobs that have not produced output for 10 minutes. The OTP build was never killed because of inactivity before 74796de9c7739 (which started to capture the output in a temporary file). After that commit, now and then a build would be killed because it did not finish in 10 minutes. Update the build script to periodically print a ".", but only if the size of the log file has changed. That way, if there is a real hanging during the build, Travis CI will still kill the build. Alternatives considered: Using travis_wait. Rejected because travis_wait will extend the build unconditonally, even if the build does not progress at all.
* Reduce size of the log file for Travis CIBjörn Gustavsson2017-02-081-0/+20
| | | | | | The huge log files are problematic. Add shell scripts that captures the log output to a temporary file and only display the log file if an error occurs.
* Make sure that Travis fails when test cases failBjörn Gustavsson2016-12-121-0/+10