<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildbot, branch v10</title>
<subtitle>LEDE buildbot configuration</subtitle>
<id>https://git.openwrt.org/buildbot/atom?h=v10</id>
<link rel='self' href='https://git.openwrt.org/buildbot/atom?h=v10'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/buildbot/'/>
<updated>2023-11-16T08:57:19Z</updated>
<entry>
<title>phase2: remove unused git_ssh plumbing</title>
<updated>2023-11-16T08:57:19Z</updated>
<author>
<name>Thibaut VARÈNE</name>
</author>
<published>2023-11-15T14:12:17Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/buildbot/commit/?id=40a52f094878654307015ce150ca13947bdfa2d1'/>
<id>urn:sha1:40a52f094878654307015ce150ca13947bdfa2d1</id>
<content type='text'>
Signed-off-by: Thibaut VARÈNE &lt;hacks@slashdirt.org&gt;
</content>
</entry>
<entry>
<title>scripts: remove unused expire.sh</title>
<updated>2023-11-16T08:57:19Z</updated>
<author>
<name>Thibaut VARÈNE</name>
</author>
<published>2023-11-15T12:45:18Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/buildbot/commit/?id=2d247f89c26267a18a4a86bce8643c854e362891'/>
<id>urn:sha1:2d247f89c26267a18a4a86bce8643c854e362891</id>
<content type='text'>
Signed-off-by: Thibaut VARÈNE &lt;hacks@slashdirt.org&gt;
</content>
</entry>
<entry>
<title>phase2: remove unused tree_expire option and steps</title>
<updated>2023-11-16T08:57:19Z</updated>
<author>
<name>Thibaut VARÈNE</name>
</author>
<published>2023-11-15T12:44:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/buildbot/commit/?id=5c994fce26062710099704ee5c8cd3fe69da261e'/>
<id>urn:sha1:5c994fce26062710099704ee5c8cd3fe69da261e</id>
<content type='text'>
Signed-off-by: Thibaut VARÈNE &lt;hacks@slashdirt.org&gt;
</content>
</entry>
<entry>
<title>phase2: rsync: use --size-only instead of --checksum for sourceupload</title>
<updated>2023-11-16T08:57:19Z</updated>
<author>
<name>Thibaut VARÈNE</name>
</author>
<published>2023-11-15T11:21:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/buildbot/commit/?id=b71f4cd6991d60684042f669ded12325d578712c'/>
<id>urn:sha1:b71f4cd6991d60684042f669ded12325d578712c</id>
<content type='text'>
Align with phase1 (62a01a1)

Signed-off-by: Thibaut VARÈNE &lt;hacks@slashdirt.org&gt;
</content>
</entry>
<entry>
<title>phase2: use sha2rsync.pl for 'targetupload'</title>
<updated>2023-11-16T08:57:19Z</updated>
<author>
<name>Thibaut VARÈNE</name>
</author>
<published>2023-11-15T10:50:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/buildbot/commit/?id=c3ddb0db167d2bcced98b80c4640d9b657bdbc0d'/>
<id>urn:sha1:c3ddb0db167d2bcced98b80c4640d9b657bdbc0d</id>
<content type='text'>
Align with phase1 (3246628)

Signed-off-by: Thibaut VARÈNE &lt;hacks@slashdirt.org&gt;
</content>
</entry>
<entry>
<title>phase2: compute checksums</title>
<updated>2023-11-16T08:57:19Z</updated>
<author>
<name>Thibaut VARÈNE</name>
</author>
<published>2023-11-14T17:58:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/buildbot/commit/?id=f0faed2970ddb151fa8e12ef542b1b797bad4818'/>
<id>urn:sha1:f0faed2970ddb151fa8e12ef542b1b797bad4818</id>
<content type='text'>
This will be necessary to get rid of 'rsync --checksum' and use
sha2rsync.pl instead, as on phase1, thereby easing the load on the rsync
server.

This uses the same construct as "make checksum" in the main repo.

Signed-off-by: Thibaut VARÈNE &lt;hacks@slashdirt.org&gt;
</content>
</entry>
<entry>
<title>phase2: reduce verbosity of rsync and use rsync.sh helper</title>
<updated>2023-11-16T08:57:19Z</updated>
<author>
<name>Thibaut VARÈNE</name>
</author>
<published>2023-11-15T10:50:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/buildbot/commit/?id=30efc2c97c42b58a5404133f6ff9fb398bb3e551'/>
<id>urn:sha1:30efc2c97c42b58a5404133f6ff9fb398bb3e551</id>
<content type='text'>
Align with phase1 (e55b76f)

This patch:
- removes '--progress' rsync parameter
- uses the wrapper script 'rsync.sh'

Signed-off-by: Thibaut VARÈNE &lt;hacks@slashdirt.org&gt;
</content>
</entry>
<entry>
<title>phase2: don't enable rsync compression where unnecessary</title>
<updated>2023-11-16T08:57:19Z</updated>
<author>
<name>Thibaut VARÈNE</name>
</author>
<published>2023-11-15T09:35:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/buildbot/commit/?id=9a9548915d5dcc0a246916c4088a186a53d49d8f'/>
<id>urn:sha1:9a9548915d5dcc0a246916c4088a186a53d49d8f</id>
<content type='text'>
Align with phase1 (cf7b9ba)

Signed-off-by: Thibaut VARÈNE &lt;hacks@slashdirt.org&gt;
</content>
</entry>
<entry>
<title>phase2: regroup common rsync options and add timeout</title>
<updated>2023-11-16T08:57:19Z</updated>
<author>
<name>Thibaut VARÈNE</name>
</author>
<published>2023-11-14T11:23:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/buildbot/commit/?id=b967fa9c8651b1369a34d888db55f2ed9708ef34'/>
<id>urn:sha1:b967fa9c8651b1369a34d888db55f2ed9708ef34</id>
<content type='text'>
Align with phase1 (3deb6c0)

"-4 -v --timeout=120"

Signed-off-by: Thibaut VARÈNE &lt;hacks@slashdirt.org&gt;
</content>
</entry>
<entry>
<title>phase2: report ccache stats at end of build</title>
<updated>2023-11-16T08:57:19Z</updated>
<author>
<name>Thibaut VARÈNE</name>
</author>
<published>2023-11-14T10:20:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/buildbot/commit/?id=32c36de026a501af18384f20a316f76f07229c06'/>
<id>urn:sha1:32c36de026a501af18384f20a316f76f07229c06</id>
<content type='text'>
Signed-off-by: Thibaut VARÈNE &lt;hacks@slashdirt.org&gt;
</content>
</entry>
</feed>
