<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libgit2.git/ci, branch ethomson/objectformat</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>clone: test for cloning a repo with namespace scope</title>
<updated>2022-09-19T09:07:16+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-09-16T22:02:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=cf326948b13e066db18f86d3ea8a68916f972a2d'/>
<id>cf326948b13e066db18f86d3ea8a68916f972a2d</id>
<content type='text'>
Test that we can successfully clone a repository that is namespace
scoped on the remote and does not advertise a HEAD. To do this, we must
specify the branch to checkout.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test that we can successfully clone a repository that is namespace
scoped on the remote and does not advertise a HEAD. To do this, we must
specify the branch to checkout.
</pre>
</div>
</content>
</entry>
<entry>
<title>clone: test bare clone namespaced repo with no HEAD</title>
<updated>2022-09-19T09:07:16+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-09-16T18:27:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=9d9a90ad3d64d54948b736f6866a82c6670b61c1'/>
<id>9d9a90ad3d64d54948b736f6866a82c6670b61c1</id>
<content type='text'>
Test that we can successfully clone a repository that is namespace
scoped to a bare repository locally. We need not specify a checkout
branch in this case (obviously, since we do not check anything out in a
bare clone).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test that we can successfully clone a repository that is namespace
scoped to a bare repository locally. We need not specify a checkout
branch in this case (obviously, since we do not check anything out in a
bare clone).
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: clean up daemon processes on exit</title>
<updated>2022-09-16T14:46:18+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-08-22T02:58:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=ebb0830c65b97b971f5e2bc80647f7386d3e88df'/>
<id>ebb0830c65b97b971f5e2bc80647f7386d3e88df</id>
<content type='text'>
We previously (correctly) cleaned up the git daemon and SSH server, but
failed to clean up our bespoke HTTP server and HTTP proxies. Capture
their PIDs on process creation and kill them when we shut down.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We previously (correctly) cleaned up the git daemon and SSH server, but
failed to clean up our bespoke HTTP server and HTTP proxies. Capture
their PIDs on process creation and kill them when we shut down.
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: update dockerfiles for mbedTLS new url</title>
<updated>2022-07-06T17:10:33+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-07-06T15:45:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=5afc146a6fec077e04b755ee8b7dde2a0d30e05c'/>
<id>5afc146a6fec077e04b755ee8b7dde2a0d30e05c</id>
<content type='text'>
Update the new URL for mbedTLS.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update the new URL for mbedTLS.
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: move centos8 to centos stream</title>
<updated>2022-04-20T18:45:52+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-04-20T18:45:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=06b32a3f74c8ed97d07e64a372a3192fee6fb41d'/>
<id>06b32a3f74c8ed97d07e64a372a3192fee6fb41d</id>
<content type='text'>
CentOS 8 is no longer supported; use CentOS stream.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CentOS 8 is no longer supported; use CentOS stream.
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: use the runner's uid/gid</title>
<updated>2022-04-20T18:45:52+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-04-20T18:20:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=926efbd296dc5d80cc04fd6a0dfc4e7726d5799c'/>
<id>926efbd296dc5d80cc04fd6a0dfc4e7726d5799c</id>
<content type='text'>
Use the runner's uid/gid for the containers for sanity when sharing
files across volumes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use the runner's uid/gid for the containers for sanity when sharing
files across volumes.
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: some debugging output for containers</title>
<updated>2022-04-19T15:55:49+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-04-19T15:55:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=2ee753a2958d5bd22fb61e4678cbcb5f19c493a7'/>
<id>2ee753a2958d5bd22fb61e4678cbcb5f19c493a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: run benchmark tests nightly</title>
<updated>2022-02-28T04:44:19+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-02-23T03:03:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=4c6eab99a7fe676385afc91165f4c132984f2c97'/>
<id>4c6eab99a7fe676385afc91165f4c132984f2c97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: allow for build-time (`cmake --build`) options</title>
<updated>2022-02-28T04:44:19+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-02-23T02:52:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=e48bb3b708d75dc0a41590543a5f844509d87d8e'/>
<id>e48bb3b708d75dc0a41590543a5f844509d87d8e</id>
<content type='text'>
Allow for options in the `cmake --build` phase, so that callers can
specify (eg) the config type.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow for options in the `cmake --build` phase, so that callers can
specify (eg) the config type.
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: rename build setup scripts</title>
<updated>2022-02-28T04:44:19+00:00</updated>
<author>
<name>Edward Thomson</name>
<email>ethomson@edwardthomson.com</email>
</author>
<published>2022-02-23T02:49:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libgit2.git/commit/?id=cfdf36f989cadba458c733607476631043af27d0'/>
<id>cfdf36f989cadba458c733607476631043af27d0</id>
<content type='text'>
Rename our build setup scripts to include the `build` name so that we
can add additional CI setup scripts with no ambiguity.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rename our build setup scripts to include the `build` name so that we
can add additional CI setup scripts with no ambiguity.
</pre>
</div>
</content>
</entry>
</feed>
