summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'maint'Björn Gustavsson2019-08-281-0/+1
|\ | | | | | | | | | | | | | | | | | | | | * maint: scripts/build-otp: Enable compile server for Travis/Jenkins builds Don't use the compile server for PGO Teach erlc to use the compile server Update primary bootstrap Add erl_compiler_server Refactor the erl_compile module Clarify that digraphs are implemented using ETS tables
| * scripts/build-otp: Enable compile server for Travis/Jenkins buildsBjörn Gustavsson2019-08-261-0/+1
| |
* | Merge branch 'maint'Dan Gudmundsson2019-08-071-0/+2
|\ \ | |/ | | | | | | | | | | * maint: Update java doc Print last lines of configure log Force xenial builds in travis
| * Print last lines of configure logDan Gudmundsson2019-08-071-0/+2
| | | | | | | | | | So we can see in travis which applications or options that is disabled, (and/or other config problems)
* | Write pre-push error messages with red colorSverker Eriksson2019-06-101-0/+43
| |
* | Add pre-push update notificationSverker Eriksson2019-06-101-3/+21
| |
* | Let pre-push hook detect when it needs an upgradeSverker Eriksson2019-06-051-6/+21
| | | | | | | | after a master release.
* | Update pre-push hook after master releaseSverker Eriksson2019-05-141-2/+2
|/
* otp: Don't error dialyzer script if WARNINGS failLukas Larsson2019-05-071-1/+1
| | | | | | The WARNINGS set of application are know to produce warnings, so don't fail when they do. Instead we just print them to let the user know that they are there.
* Update run-dialyzer script to be more generic and aggressiveLukas Larsson2019-05-021-10/+40
| | | | This version will abort when errors are found when building the PLT.
* scripts/diffable: Optionally compile the Elixir standard libraryBjörn Gustavsson2018-11-261-36/+96
| | | | | If Elixir is installed along the the Erlang/OTP repository, produce diff-friendly output for the Elixir standard library.
* scripts/diffable: Correct the number of modules being compiledBjörn Gustavsson2018-10-231-1/+1
|
* scripts/diffable: Use the diffable compiler optionBjörn Gustavsson2018-10-231-124/+29
| | | | | Now that the compiler has a `diffable` option, use it for a slight speed up.
* scripts/diffable: Refactor option parsingBjörn Gustavsson2018-10-231-10/+17
|
* Merge branch 'maint'Lukas Larsson2018-08-151-1/+7
|\
| * travis: Make bundle version select regexp stricterLukas Larsson2018-08-151-1/+7
| |
* | Merge branch 'maint'Lukas Larsson2018-08-151-1/+1
|\ \ | |/
| * travis: Filter out release candidates from bundle tagsLukas Larsson2018-08-151-1/+1
| |
| * travis: Only deploy in erlang/otpLukas Larsson2018-07-162-1/+7
| |
* | Merge branch 'lukas/travis/fix-doc-deploy' of github.com:garazdawi/otpBjörn Gustavsson2018-07-092-1/+7
|\ \ | | | | | | | | | | | | * 'lukas/travis/fix-doc-deploy' of github.com:garazdawi/otp: travis: Only deploy in erlang/otp
| * | travis: Only deploy in erlang/otpLukas Larsson2018-07-072-1/+7
| |/
* | diffable: Don't define VSN for the ssl appBjörn Gustavsson2018-07-061-3/+12
|/
* 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