<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/buildstream.git/setup.py, 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>setup.py: Added jinja2 dependency</title>
<updated>2017-10-08T08:03:59+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.vanberkom@codethink.co.uk</email>
</author>
<published>2017-10-01T07:54:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=0ec8a1e623c07d8096a0aa1118daec0fdf259620'/>
<id>0ec8a1e623c07d8096a0aa1118daec0fdf259620</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>setup.py: Use env var instead of --install-option for the receiver install</title>
<updated>2017-10-01T06:15:51+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.vanberkom@codethink.co.uk</email>
</author>
<published>2017-10-01T06:10:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=1396ddebd45bf6c14cc16e389c1fe1427ddf18cc'/>
<id>1396ddebd45bf6c14cc16e389c1fe1427ddf18cc</id>
<content type='text'>
Fixes the previous commits which attempt to allow optionally
only installing bst-artifact-receive, which doesnt work, because pip.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes the previous commits which attempt to allow optionally
only installing bst-artifact-receive, which doesnt work, because pip.
</pre>
</div>
</content>
</entry>
<entry>
<title>setup.py: Added --artifact-receiver-only install option</title>
<updated>2017-09-29T11:45:22+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.vanberkom@codethink.co.uk</email>
</author>
<published>2017-09-29T11:08:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=14fa10f490b59a55307378b565cb517ad96d5aab'/>
<id>14fa10f490b59a55307378b565cb517ad96d5aab</id>
<content type='text'>
A convenience to install `bst-artifact-receive` on an artifact server
that does not have the ostree and bubblewrap requirements to install
the main `bst` program.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A convenience to install `bst-artifact-receive` on an artifact server
that does not have the ostree and bubblewrap requirements to install
the main `bst` program.
</pre>
</div>
</content>
</entry>
<entry>
<title>setup.py: Make setup.py work on non-linux</title>
<updated>2017-09-28T13:46:35+00:00</updated>
<author>
<name>Tristan Maat</name>
<email>tristan.maat@codethink.co.uk</email>
</author>
<published>2017-09-27T13:32:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=e8beece45b7de0ee0de4db2254a4e40b44bc8b58'/>
<id>e8beece45b7de0ee0de4db2254a4e40b44bc8b58</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement tarcache</title>
<updated>2017-09-28T10:30:50+00:00</updated>
<author>
<name>Tristan Maat</name>
<email>tristan.maat@codethink.com</email>
</author>
<published>2017-07-24T11:42:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=eaebb794a37493e488930a3b1c36e195e45b2555'/>
<id>eaebb794a37493e488930a3b1c36e195e45b2555</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fork and embed fusepy</title>
<updated>2017-09-27T12:21:25+00:00</updated>
<author>
<name>Sam Thursfield</name>
<email>sam.thursfield@codethink.co.uk</email>
</author>
<published>2017-09-20T14:58:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=bf0f2863e8cea73e41d5d9efca3126e4075fc3ae'/>
<id>bf0f2863e8cea73e41d5d9efca3126e4075fc3ae</id>
<content type='text'>
The upstream of fuse.py is &lt;https://github.com/terencehonles/fusepy&gt;. It looks
pretty abandoned -- there have been no commits there since 5th April 2016 and
there are 17 pull requests dating from 2013 onwards that are still waiting for
responses from the maintainer.

There's no support in fuse.py for ppc64 platforms which means BuildStream is
unusable on that architecture at present. My pull request to fix that upstream
is being ignored; since the module is a single .py file provided under the
ISC license it is simplest to pull the whole thing into buildstream.git instead.

The version of fuse.py that's been embedded is the one from pull request #72,
from upstream release v2.0.4 (commit 0eafeb5).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The upstream of fuse.py is &lt;https://github.com/terencehonles/fusepy&gt;. It looks
pretty abandoned -- there have been no commits there since 5th April 2016 and
there are 17 pull requests dating from 2013 onwards that are still waiting for
responses from the maintainer.

There's no support in fuse.py for ppc64 platforms which means BuildStream is
unusable on that architecture at present. My pull request to fix that upstream
is being ignored; since the module is a single .py file provided under the
ISC license it is simplest to pull the whole thing into buildstream.git instead.

The version of fuse.py that's been embedded is the one from pull request #72,
from upstream release v2.0.4 (commit 0eafeb5).
</pre>
</div>
</content>
</entry>
<entry>
<title>Specify the minimum required version of pytest</title>
<updated>2017-09-20T08:21:37+00:00</updated>
<author>
<name>Mathieu Bridon</name>
<email>bochecha@daitauha.fr</email>
</author>
<published>2017-09-20T08:20:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=0a4f05f6a0486d6a58a83d50e9b607ddb747befe'/>
<id>0a4f05f6a0486d6a58a83d50e9b607ddb747befe</id>
<content type='text'>
A previous change introduced the usage of pytest.param to our test
suite in commit 7aba0bfc906409073c4d246ec009a8622551726a.

This was only added to pytest 3.1.0, and the tests can't work with older
versions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
A previous change introduced the usage of pytest.param to our test
suite in commit 7aba0bfc906409073c4d246ec009a8622551726a.

This was only added to pytest 3.1.0, and the tests can't work with older
versions.
</pre>
</div>
</content>
</entry>
<entry>
<title>setup.{cfg,py}: Bring back BST_TEST_SUITE env variable</title>
<updated>2017-09-05T05:26:03+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.vanberkom@codethink.co.uk</email>
</author>
<published>2017-09-05T04:21:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=c34e612852a99f509437f80090d4aef973adfda6'/>
<id>c34e612852a99f509437f80090d4aef973adfda6</id>
<content type='text'>
Turns out we do need this in some corner cases
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turns out we do need this in some corner cases
</pre>
</div>
</content>
</entry>
<entry>
<title>plugin.py: Removed special case for test cases</title>
<updated>2017-09-04T03:04:56+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.vanberkom@codethink.co.uk</email>
</author>
<published>2017-09-04T03:02:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=9834da72329b6d2fc7d5db357a3c836e4710cab5'/>
<id>9834da72329b6d2fc7d5db357a3c836e4710cab5</id>
<content type='text'>
Turns out this doesnt work once you try to actually
run the full buildstream in a test case (in foreground
it screws with other parsing, in background it fails
in the test context with a strange error).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Turns out this doesnt work once you try to actually
run the full buildstream in a test case (in foreground
it screws with other parsing, in background it fails
in the test context with a strange error).
</pre>
</div>
</content>
</entry>
<entry>
<title>buildstream/data/bst: Adding a bash completion scriptlet.</title>
<updated>2017-08-28T06:48:07+00:00</updated>
<author>
<name>Tristan Van Berkom</name>
<email>tristan.vanberkom@codethink.co.uk</email>
</author>
<published>2017-08-27T21:29:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=25caabb2e9ae6548e452eff1bdabeeb23386e1ab'/>
<id>25caabb2e9ae6548e452eff1bdabeeb23386e1ab</id>
<content type='text'>
Currently this gets installed at ${prefix}/share/bash-completion/completions
but this is not exactly correct.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently this gets installed at ${prefix}/share/bash-completion/completions
but this is not exactly correct.
</pre>
</div>
</content>
</entry>
</feed>
