summaryrefslogtreecommitdiff
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* docs: In link check trip everything after ?Lukas Larsson2020-04-171-1/+1
|
* docs: In link check trim leading and trailing whitespace from anchorsLukas Larsson2020-04-171-2/+6
|
* otp: Add html check to travisLukas Larsson2020-04-172-2/+2
|
* docgen: Add html link-check scriptLukas Larsson2020-04-171-0/+533
|
* scripts/diffable: Add option for compiling with +deterministicFrej Drejhammar2020-03-131-9/+15
| | | | | | | | | This patch adds a new `--deterministic` command line flag to the diffable script. When enabled, diffable compiles files with the `deterministic` compiler option enabled. As deterministic compilation results in line directives only containing the basename of module files, this greatly reduces the size of diffs when comparing the results from different build and source trees.
* diffable: Warn on files that take longer than 10s to compileJohn Högberg2020-03-051-33/+56
|
* Include erts in travis dialyzer runLukas Larsson2020-02-241-0/+1
|
* Implement EEP-48 aka doc chunksLukas Larsson2020-02-241-0/+2
|
* Merge branch 'maint'Lukas Larsson2020-02-211-2/+2
|\
| * otp: Add extra .0 to bundle versionLukas Larsson2020-01-211-2/+2
| | | | | | | | This is done in order to make internal tools work.
* | 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
|