<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/ci, branch ethomson/proxy</title>
<subtitle>github.com: libgit2/libgit2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/'/>
<entry>
<title>tests: PROXY_URL is more accurately PROXY_HOST</title>
<updated>2018-11-28T15:10:02+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2018-10-21T20:00:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=de60d9b4c643217abaf75664aa0a4ff55f7dd9b5'/>
<id>de60d9b4c643217abaf75664aa0a4ff55f7dd9b5</id>
<content type='text'>
Change the `GITTEST_REMOTE_PROXY_URL` environment variable to be
`GITTEST_REMOTE_PROXY_HOST`, since it is a host:port combination, not an
actual URL.  (We cannot use a URL here since we may want to include the
username:password combination in the constructed URL.)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change the `GITTEST_REMOTE_PROXY_URL` environment variable to be
`GITTEST_REMOTE_PROXY_HOST`, since it is a host:port combination, not an
actual URL.  (We cannot use a URL here since we may want to include the
username:password combination in the constructed URL.)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #4860 from tiennou/ci/macos-leaks</title>
<updated>2018-10-31T08:47:10+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2018-10-31T08:47:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=b5ae83bfac53fa3a17435ebf2fc3b79db8055dae'/>
<id>b5ae83bfac53fa3a17435ebf2fc3b79db8055dae</id>
<content type='text'>
CI: Fix macOS leak detection</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CI: Fix macOS leak detection</pre>
</div>
</content>
</entry>
<entry>
<title>tests: use CLAR_AT_EXIT to check for leaks on macOS</title>
<updated>2018-10-30T21:32:57+00:00</updated>
<author>
<name>Etienne Samson</name>
<email>samson.etienne@gmail.com</email>
</author>
<published>2018-10-30T21:32:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=8c49b3bf26f4334f90dadf42685c95b356a7a0a3'/>
<id>8c49b3bf26f4334f90dadf42685c95b356a7a0a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clar: provide a way to run some shell before exiting</title>
<updated>2018-10-30T21:32:23+00:00</updated>
<author>
<name>Etienne Samson</name>
<email>samson.etienne@gmail.com</email>
</author>
<published>2018-10-23T20:34:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=0e69485efd4637223b1a138bfebaf5b3ed048bb4'/>
<id>0e69485efd4637223b1a138bfebaf5b3ed048bb4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: fail if requested test name is not found (unix)</title>
<updated>2018-10-26T13:40:09+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2018-10-26T11:31:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=f22521efe2074a2a4c2764eeaa68c23af50e7fcb'/>
<id>f22521efe2074a2a4c2764eeaa68c23af50e7fcb</id>
<content type='text'>
POSIX: the CMakeLists.txt configures the test names; when we query
ctest for the test command-line to run, fail if the tests are not
found.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
POSIX: the CMakeLists.txt configures the test names; when we query
ctest for the test command-line to run, fail if the tests are not
found.
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: fail if requested test name is not found (win32)</title>
<updated>2018-10-26T13:40:01+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2018-10-26T13:35:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=05c51bb6ea02e64fe85aa0a56abef6e39c6546a5'/>
<id>05c51bb6ea02e64fe85aa0a56abef6e39c6546a5</id>
<content type='text'>
Win32: The CMakeLists.txt configures the test names; when we query
ctest for the test command-line to run, fail if the tests are not
found.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Win32: The CMakeLists.txt configures the test names; when we query
ctest for the test command-line to run, fail if the tests are not
found.
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: fail on test failures</title>
<updated>2018-10-25T21:26:28+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2018-10-25T21:26:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=0e26717a57169d1222bdebef3f0caa728fd85b75'/>
<id>0e26717a57169d1222bdebef3f0caa728fd85b75</id>
<content type='text'>
PowerShell can _read_ top-level variables in functions, but cannot _update_
top-level variables in functions unless they're explicitly prefixed with
`$global`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PowerShell can _read_ top-level variables in functions, but cannot _update_
top-level variables in functions unless they're explicitly prefixed with
`$global`.
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: redirect the malloc debugging output to /dev/null</title>
<updated>2018-10-23T20:34:45+00:00</updated>
<author>
<name>Etienne Samson</name>
<email>samson.etienne@gmail.com</email>
</author>
<published>2018-10-23T20:34:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=fa274f7f08cc66e9180bc8169b00e2813bfb73d7'/>
<id>fa274f7f08cc66e9180bc8169b00e2813bfb73d7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: bind specifically to localhost for proxy</title>
<updated>2018-10-21T09:37:26+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2018-10-21T08:16:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=f195395ab1a84c20331fab94992348dbf21ec990'/>
<id>f195395ab1a84c20331fab94992348dbf21ec990</id>
<content type='text'>
Bind the proxy specifically to 127.0.0.1 instead of all addresses.  This
is not strictly necessary for operations, but having a potentially open
proxy on a network is not a good idea.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bind the proxy specifically to 127.0.0.1 instead of all addresses.  This
is not strictly necessary for operations, but having a potentially open
proxy on a network is not a good idea.
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: move configuration yaml to its own directory</title>
<updated>2018-10-21T08:44:36+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2018-10-21T08:12:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=4ec597dcacd8af899275c77ec0cc362be5865067'/>
<id>4ec597dcacd8af899275c77ec0cc362be5865067</id>
<content type='text'>
As the number of each grow, separate the CI build scripts from
the YAML definitions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As the number of each grow, separate the CI build scripts from
the YAML definitions.
</pre>
</div>
</content>
</entry>
</feed>
