<feed xmlns='http://www.w3.org/2005/Atom'>
<title>u-boot.git/tools/buildman/builderthread.py, branch v2024.01</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<id>http://cgit.235523.xyz/u-boot.git/atom/tools/buildman/builderthread.py?h=v2024.01</id>
<link rel='self' href='http://cgit.235523.xyz/u-boot.git/atom/tools/buildman/builderthread.py?h=v2024.01'/>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/'/>
<updated>2023-09-23T18:31:25Z</updated>
<entry>
<title>buildman: Keep all common output files</title>
<updated>2023-09-23T18:31:25Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2023-09-07T16:00:17Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=124a0da55429c75b04f791227ed5ab716ce37612'/>
<id>urn:sha1:124a0da55429c75b04f791227ed5ab716ce37612</id>
<content type='text'>
Make a list of common output extensions and use it to ensure that the -k
option preserves all of these.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
Suggested-by: Tom Rini &lt;trini@konsulko.com&gt;
Reviewed-by: Tom Rini &lt;trini@konsulko.com&gt;
</content>
</entry>
<entry>
<title>buildman: Move copy_files() out ot BuilderThread class</title>
<updated>2023-07-24T15:34:11Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2023-07-19T23:49:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=2ecc5805ac5e9209b922f57a39cb54bc648c1a22'/>
<id>urn:sha1:2ecc5805ac5e9209b922f57a39cb54bc648c1a22</id>
<content type='text'>
This does not need to be in the class. Move it out to avoid a pylint
warning.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>buildman: Tidy up some comments in builderthread</title>
<updated>2023-07-24T15:34:11Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2023-07-19T23:49:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=236f95938609e584fce7ac7c03f659c8fa2bec6c'/>
<id>urn:sha1:236f95938609e584fce7ac7c03f659c8fa2bec6c</id>
<content type='text'>
Make sure all functions have full argument documentation.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>buildman: Tidy up reporting of a toolchain error</title>
<updated>2023-07-24T15:34:11Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2023-07-19T23:49:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=57686d33795688d9e3ca9e4eae264246a2e395a0'/>
<id>urn:sha1:57686d33795688d9e3ca9e4eae264246a2e395a0</id>
<content type='text'>
Provide the text of the exception when something goes wrong.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>buildman: Avoid passing result into _read_done_file()</title>
<updated>2023-07-24T15:34:11Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2023-07-19T23:49:24Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=5e5044b04c88c7889303ac1e8e9b48d17af903e2'/>
<id>urn:sha1:5e5044b04c88c7889303ac1e8e9b48d17af903e2</id>
<content type='text'>
Move the creating of the result object into the function which sets it
up, to simplify the code.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>buildman: Create a function to handle config and build</title>
<updated>2023-07-24T15:34:11Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2023-07-19T23:49:23Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=335c1b9f8193daae8ba5af2ccefbb0a6057fa5ec'/>
<id>urn:sha1:335c1b9f8193daae8ba5af2ccefbb0a6057fa5ec</id>
<content type='text'>
Move this code into a _config_and_build() function, so reduce the size of
run_commit().

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>buildman: Move checkout code to a separate function</title>
<updated>2023-07-24T15:34:11Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2023-07-19T23:49:22Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=ad7181c797094e0ffb6ed2358d92e7c06f9e3e39'/>
<id>urn:sha1:ad7181c797094e0ffb6ed2358d92e7c06f9e3e39</id>
<content type='text'>
Put this in its own function to reduce the size of the run_commit()
function

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>buildman: Move code to decide output dirs</title>
<updated>2023-07-24T15:34:11Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2023-07-19T23:49:21Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=9bdf02389c0de34de681cc0b002004887247d0cc'/>
<id>urn:sha1:9bdf02389c0de34de681cc0b002004887247d0cc</id>
<content type='text'>
Put this in its own function to reduce the size of the run_commit()
function.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>buildman: Move code to remove old outputs</title>
<updated>2023-07-24T15:34:11Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2023-07-19T23:49:20Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=e5490b7f469183d5fbbc893073c5a0a3ca58d242'/>
<id>urn:sha1:e5490b7f469183d5fbbc893073c5a0a3ca58d242</id>
<content type='text'>
Put this in its own function to reduce the size of the run_commit()
function.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
<entry>
<title>buildman: Move reading of the done file into a function</title>
<updated>2023-07-24T15:34:11Z</updated>
<author>
<name>Simon Glass</name>
<email>sjg@chromium.org</email>
</author>
<published>2023-07-19T23:49:19Z</published>
<link rel='alternate' type='text/html' href='http://cgit.235523.xyz/u-boot.git/commit/?id=4981bd3ddaf15149fee36170338e76e0090dd06b'/>
<id>urn:sha1:4981bd3ddaf15149fee36170338e76e0090dd06b</id>
<content type='text'>
Move this logic into its own function to reduce the size of the
run_commt() function.

Signed-off-by: Simon Glass &lt;sjg@chromium.org&gt;
</content>
</entry>
</feed>
