<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/buildstream.git/doc/source, branch update_committers</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>doc/source/format_project.rst: Fix tiny typo</title>
<updated>2019-07-29T13:04:09+00:00</updated>
<author>
<name>Tristan Maat</name>
<email>tm@tlater.net</email>
</author>
<published>2019-07-29T13:04:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=af0bc8ada1975d33d30fb620ed7343672011f23c'/>
<id>af0bc8ada1975d33d30fb620ed7343672011f23c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>node: document public API</title>
<updated>2019-07-15T14:14:03+00:00</updated>
<author>
<name>Benjamin Schubert</name>
<email>ben.c.schubert@gmail.com</email>
</author>
<published>2019-07-11T09:58:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=d2752360cdfe669a81fb83eaa79cce02026e47fa'/>
<id>d2752360cdfe669a81fb83eaa79cce02026e47fa</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/using_config.rst: Add pull-artifact-files option</title>
<updated>2019-07-11T16:28:33+00:00</updated>
<author>
<name>Raoul Hidalgo Charman</name>
<email>raoul.hidalgocharman@codethink.co.uk</email>
</author>
<published>2019-07-02T15:18:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=af9530c66c7392abde791dea1ad52cc657d31004'/>
<id>af9530c66c7392abde791dea1ad52cc657d31004</id>
<content type='text'>
Part of #1043
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of #1043
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename (spawn, fork) -&gt; 'start process'</title>
<updated>2019-06-06T14:00:14+00:00</updated>
<author>
<name>Angelos Evripiotis</name>
<email>jevripiotis@bloomberg.net</email>
</author>
<published>2019-06-05T13:10:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=f40edee612a46ab28078f218d93ea3ea0d984e52'/>
<id>f40edee612a46ab28078f218d93ea3ea0d984e52</id>
<content type='text'>
Avoid confusion by not referring to starting another process as
'spawning'. Note that 'spawn' is a process creation method, which is an
alternative to forking.

Say 'create child process' instead of 'fork' where it doesn't harm
understanding. Although we currently only use the 'fork' method for
creating subprocesses, there are reasons for us to support 'spawn' in
the future.

More information on forking and spawning:
https://docs.python.org/3/library/multiprocessing.html#contexts-and-start-methods
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoid confusion by not referring to starting another process as
'spawning'. Note that 'spawn' is a process creation method, which is an
alternative to forking.

Say 'create child process' instead of 'fork' where it doesn't harm
understanding. Although we currently only use the 'fork' method for
creating subprocesses, there are reasons for us to support 'spawn' in
the future.

More information on forking and spawning:
https://docs.python.org/3/library/multiprocessing.html#contexts-and-start-methods
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Update configuring cache server</title>
<updated>2019-05-31T09:08:54+00:00</updated>
<author>
<name>Raoul Hidalgo Charman</name>
<email>raoul.hidalgocharman@codethink.co.uk</email>
</author>
<published>2019-05-30T16:23:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=d88c4aa38a2cb119c36c0648baa722b35369f786'/>
<id>d88c4aa38a2cb119c36c0648baa722b35369f786</id>
<content type='text'>
Now that we have both artifact and source caches the documentation
is updated to reflect that. Some sections headings/links etc. have been
expanded and changed.

Part of #1025
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that we have both artifact and source caches the documentation
is updated to reflect that. Some sections headings/links etc. have been
expanded and changed.

Part of #1025
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Add architecture section on caches</title>
<updated>2019-05-31T09:08:54+00:00</updated>
<author>
<name>Raoul Hidalgo Charman</name>
<email>raoul.hidalgocharman@codethink.co.uk</email>
</author>
<published>2019-05-28T17:22:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=fe721b65df09497c0f07f5fe414ad5cb2db49095'/>
<id>fe721b65df09497c0f07f5fe414ad5cb2db49095</id>
<content type='text'>
Part of #1024
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of #1024
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: update to reflect artifact as a proto</title>
<updated>2019-05-31T09:08:54+00:00</updated>
<author>
<name>Raoul Hidalgo Charman</name>
<email>raoul.hidalgocharman@codethink.co.uk</email>
</author>
<published>2019-05-28T14:54:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=de51a5a587bced0b2092573a092503352a789931'/>
<id>de51a5a587bced0b2092573a092503352a789931</id>
<content type='text'>
Part of #1024
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Part of #1024
</pre>
</div>
</content>
</entry>
<entry>
<title>Move source from 'buildstream' to 'src/buildstream'</title>
<updated>2019-05-21T11:41:18+00:00</updated>
<author>
<name>Chandan Singh</name>
<email>csingh43@bloomberg.net</email>
</author>
<published>2019-04-24T21:53:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=070d053e5cc47e572e9f9e647315082bd7a15c63'/>
<id>070d053e5cc47e572e9f9e647315082bd7a15c63</id>
<content type='text'>
This was discussed in #1008.

Fixes #1009.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This was discussed in #1008.

Fixes #1009.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove OSTree plugin; It lives now in the bst-plugins-experimental repo</title>
<updated>2019-05-14T15:52:29+00:00</updated>
<author>
<name>Javier Jardón</name>
<email>jjardon@gnome.org</email>
</author>
<published>2019-05-12T19:44:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=09ec7d6979f0edccf1a79cc1610f92f5a45cf687'/>
<id>09ec7d6979f0edccf1a79cc1610f92f5a45cf687</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/format_declaring.rst: Fix the YAML block</title>
<updated>2019-04-22T10:24:21+00:00</updated>
<author>
<name>Mathieu Bridon</name>
<email>bochecha@daitauha.fr</email>
</author>
<published>2019-04-22T09:52:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/buildstream.git/commit/?id=12831c57f5ce5fd91200fe76b16147b1a72f3977'/>
<id>12831c57f5ce5fd91200fe76b16147b1a72f3977</id>
<content type='text'>
String starting with a "%" character need to be quoted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
String starting with a "%" character need to be quoted.
</pre>
</div>
</content>
</entry>
</feed>
