<feed xmlns='http://www.w3.org/2005/Atom'>
<title>otp.git/scripts, branch master</title>
<subtitle>Mirror of Erlang/OTP repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/'/>
<entry>
<title>Merge branch 'maint'</title>
<updated>2019-08-07T09:43:54+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2019-08-07T09:43:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=9730a6dd53ed034b11762f90a1b41d01d8880734'/>
<id>9730a6dd53ed034b11762f90a1b41d01d8880734</id>
<content type='text'>
* maint:
  Update java doc
  Print last lines of configure log
  Force xenial builds in travis
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* maint:
  Update java doc
  Print last lines of configure log
  Force xenial builds in travis
</pre>
</div>
</content>
</entry>
<entry>
<title>Print last lines of configure log</title>
<updated>2019-08-07T09:41:13+00:00</updated>
<author>
<name>Dan Gudmundsson</name>
<email>dgud@erlang.org</email>
</author>
<published>2019-08-07T08:04:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=e5de95117604990c8747245e21d48a2982857221'/>
<id>e5de95117604990c8747245e21d48a2982857221</id>
<content type='text'>
So we can see in travis which applications or options that is disabled,
(and/or other config problems)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So we can see in travis which applications or options that is disabled,
(and/or other config problems)
</pre>
</div>
</content>
</entry>
<entry>
<title>Write pre-push error messages with red color</title>
<updated>2019-06-10T15:11:18+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-06-10T14:45:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=00eb94b8543be5eafe11678680efc0a19f2aa1ee'/>
<id>00eb94b8543be5eafe11678680efc0a19f2aa1ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add pre-push update notification</title>
<updated>2019-06-10T15:06:33+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-06-10T13:47:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=d37e30fcbc7cb4f6feb67da7b41d6d3c3c695597'/>
<id>d37e30fcbc7cb4f6feb67da7b41d6d3c3c695597</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Let pre-push hook detect when it needs an upgrade</title>
<updated>2019-06-05T17:46:02+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-06-05T17:13:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fc1f0444e32b039194189af97fb3d5358a2b91e3'/>
<id>fc1f0444e32b039194189af97fb3d5358a2b91e3</id>
<content type='text'>
after a master release.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
after a master release.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update pre-push hook after master release</title>
<updated>2019-05-14T16:22:13+00:00</updated>
<author>
<name>Sverker Eriksson</name>
<email>sverker@erlang.org</email>
</author>
<published>2019-05-14T16:22:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=7ed4440e3aacb592b7f7303968714de858250fa9'/>
<id>7ed4440e3aacb592b7f7303968714de858250fa9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>otp: Don't error dialyzer script if WARNINGS fail</title>
<updated>2019-05-07T15:48:19+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2019-05-07T15:48:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=40f2ce825eb6af86f98fe573cf308f5536d24d66'/>
<id>40f2ce825eb6af86f98fe573cf308f5536d24d66</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update run-dialyzer script to be more generic and aggressive</title>
<updated>2019-05-02T08:04:30+00:00</updated>
<author>
<name>Lukas Larsson</name>
<email>lukas@erlang.org</email>
</author>
<published>2019-04-30T14:24:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=fe523ea8fd0bb9c511637f76bd956856a4908659'/>
<id>fe523ea8fd0bb9c511637f76bd956856a4908659</id>
<content type='text'>
This version will abort when errors are found when building the PLT.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This version will abort when errors are found when building the PLT.
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/diffable: Optionally compile the Elixir standard library</title>
<updated>2018-11-26T09:44:47+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2018-11-24T07:28:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=29f4f3f6963125dd055d8315b9b11032104b5b00'/>
<id>29f4f3f6963125dd055d8315b9b11032104b5b00</id>
<content type='text'>
If Elixir is installed along the the Erlang/OTP repository, produce
diff-friendly output for the Elixir standard library.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If Elixir is installed along the the Erlang/OTP repository, produce
diff-friendly output for the Elixir standard library.
</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/diffable: Correct the number of modules being compiled</title>
<updated>2018-10-23T07:37:15+00:00</updated>
<author>
<name>Björn Gustavsson</name>
<email>bjorn@erlang.org</email>
</author>
<published>2018-10-23T07:37:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.ninenines.eu/otp.git/commit/?id=3916346a625ba3be672374395b41eb0dd6f84d4f'/>
<id>3916346a625ba3be672374395b41eb0dd6f84d4f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
