<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/buildstream.git, branch external_plugin_errors</title>
<subtitle>gitlab.com: buildstream/buildstream.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/'/>
<entry>
<title>_plugincontext.py: Fix third party plugin loading</title>
<updated>2017-10-12T15:15:28+00:00</updated>
<author>
<name>Tristan Maat</name>
<email>tristan.maat@codethink.co.uk</email>
</author>
<published>2017-10-12T14:30:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=85c1a8bcfab764d780b21069f656061a2b2faf28'/>
<id>85c1a8bcfab764d780b21069f656061a2b2faf28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/source/formatintro.rst: Remove reference to architecture conditionals</title>
<updated>2017-10-11T05:06:35+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.vanberkom@codethink.co.uk</email>
</author>
<published>2017-10-11T05:06:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=a580a4a032c2e492c5287a976ced1db178467549'/>
<id>a580a4a032c2e492c5287a976ced1db178467549</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/source/formatintro.rst: Documenting (!) assertion directives</title>
<updated>2017-10-11T04:39:03+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.vanberkom@codethink.co.uk</email>
</author>
<published>2017-10-11T04:38:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=176017f990b30be3d5713d7c7ba94a30be2a5e78'/>
<id>176017f990b30be3d5713d7c7ba94a30be2a5e78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/format/assertion.py: Added tests for the (!) assertion directive</title>
<updated>2017-10-11T04:39:02+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.vanberkom@codethink.co.uk</email>
</author>
<published>2017-10-11T04:18:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=f9df02735253ce530a7fa6c5fb11a4d9ded97a29'/>
<id>f9df02735253ce530a7fa6c5fb11a4d9ded97a29</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>_options/optionpool.py: Implement the (!) assertion directive</title>
<updated>2017-10-11T04:39:02+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.vanberkom@codethink.co.uk</email>
</author>
<published>2017-10-11T04:17:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=30be82c6f00e437c1dae070e1364083202762d9a'/>
<id>30be82c6f00e437c1dae070e1364083202762d9a</id>
<content type='text'>
These are processed inline with conditionals and before each
iteration of conditional processing, ensuring that we always
trigger the first assertion ever composited.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These are processed inline with conditionals and before each
iteration of conditional processing, ensuring that we always
trigger the first assertion ever composited.
</pre>
</div>
</content>
</entry>
<entry>
<title>exceptions.py: Added USER_ASSERTION load error</title>
<updated>2017-10-11T04:16:42+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.vanberkom@codethink.co.uk</email>
</author>
<published>2017-10-11T04:16:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=bf679177ffd3041ad72600a87086bee19807753c'/>
<id>bf679177ffd3041ad72600a87086bee19807753c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>.gitlab-ci.yml: Follow latest BuildStream Docker image</title>
<updated>2017-10-10T12:12:52+00:00</updated>
<author>
<name>Sam Thursfield</name>
<email>sam.thursfield@codethink.co.uk</email>
</author>
<published>2017-10-06T15:29:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=7704f58146ef266e135425e11572df434573c370'/>
<id>7704f58146ef266e135425e11572df434573c370</id>
<content type='text'>
This allows us to remove env vars that are now set in the image,
and some packages which are already installed in the image.

I've left Sphinx (which is needed for the documentation task) out of the
image as it pulls in a bunch of Python 2 dependencies that would bloat
the image. Although note that Python 2 is already present in the image
because Bazaar depends on it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows us to remove env vars that are now set in the image,
and some packages which are already installed in the image.

I've left Sphinx (which is needed for the documentation task) out of the
image as it pulls in a bunch of Python 2 dependencies that would bloat
the image. Although note that Python 2 is already present in the image
because Bazaar depends on it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added missing file from documentation makeover</title>
<updated>2017-10-10T11:41:00+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.vanberkom@codethink.co.uk</email>
</author>
<published>2017-10-10T11:41:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=b98eb1f0d3f34c9ac35a9518c108e3fe8960c139'/>
<id>b98eb1f0d3f34c9ac35a9518c108e3fe8960c139</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Restructuring documentation and documenting project options</title>
<updated>2017-10-10T10:29:59+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.vanberkom@codethink.co.uk</email>
</author>
<published>2017-10-10T10:28:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=2a4da0dca97a855ee4adf73ffa5486af85d7bbda'/>
<id>2a4da0dca97a855ee4adf73ffa5486af85d7bbda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/format/optionarch.py: Added arch option specific test cases</title>
<updated>2017-10-10T10:29:59+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.vanberkom@codethink.co.uk</email>
</author>
<published>2017-10-07T10:09:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=7c152594e563ec93b4258e45685283ce3717c0a3'/>
<id>7c152594e563ec93b4258e45685283ce3717c0a3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
