<feed xmlns='http://www.w3.org/2005/Atom'>
<title>buildbot, branch v1</title>
<subtitle>LEDE buildbot configuration</subtitle>
<id>https://git.openwrt.org/buildbot/atom?h=v1</id>
<link rel='self' href='https://git.openwrt.org/buildbot/atom?h=v1'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/buildbot/'/>
<updated>2023-05-15T06:08:42Z</updated>
<entry>
<title>Create README.md</title>
<updated>2023-05-15T06:08:42Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2023-05-15T06:08:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/buildbot/commit/?id=ab755145a42781ec37c4820f758c1c66c365d7a5'/>
<id>urn:sha1:ab755145a42781ec37c4820f758c1c66c365d7a5</id>
<content type='text'>
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;</content>
</entry>
<entry>
<title>ci: disable container pushing during pull request builds</title>
<updated>2023-05-15T06:05:39Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2023-05-14T19:44:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/buildbot/commit/?id=28226f1b5a947d99ff395e35b3afceab0a388d28'/>
<id>urn:sha1:28226f1b5a947d99ff395e35b3afceab0a388d28</id>
<content type='text'>
Seems like we need to find a different workflow for container
pre-testing.

Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>ci: fix ghcr.io container pushing</title>
<updated>2023-05-15T06:05:39Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2023-05-14T18:40:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/buildbot/commit/?id=4d84082df973ce01f86dac44789f6d6075a62a8a'/>
<id>urn:sha1:4d84082df973ce01f86dac44789f6d6075a62a8a</id>
<content type='text'>
Attempt to fix following:

 #11 ERROR: denied: permission_denied: The requested installation does not exist.
 ------
  &gt; pushing ghcr.io/ynezz/buildworker-v3.5.0:master with docker:
 ------
 ERROR: denied: permission_denied: The requested installation does not exist.
 Error: buildx failed with: ERROR: denied: permission_denied: The requested installation does not exist.

References: https://github.com/openwrt/buildbot/actions/runs/4971701948/jobs/8899889081#step:9:191
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>Introduce GitHub actions</title>
<updated>2023-05-14T09:25:22Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2023-05-14T07:12:44Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/buildbot/commit/?id=0590107ff4e23f85d00e6b9d391841e6574db413'/>
<id>urn:sha1:0590107ff4e23f85d00e6b9d391841e6574db413</id>
<content type='text'>
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>phase2: fix just another byte/string inconsistencies</title>
<updated>2022-03-26T09:18:10Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2022-03-26T09:18:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/buildbot/commit/?id=85ffd9a27da104698b3ee433aaf0ffb0cb13504e'/>
<id>urn:sha1:85ffd9a27da104698b3ee433aaf0ffb0cb13504e</id>
<content type='text'>
 File "/phase2/master.cfg", line 203, in parse_feed_entry
   if parts[0].startswith("src-git"):
 builtins.TypeError: startswith first arg must be bytes or a tuple of bytes, not str

Fixes: f3fcdbec877e ("phase2: fix obsolete assumption about feed methods")
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>Bump to latest Buildbot release 3.5.0</title>
<updated>2022-03-25T21:38:54Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2022-03-25T21:38:54Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/buildbot/commit/?id=33549d7cec20787751c0f4d2da4d3b38e9e919a6'/>
<id>urn:sha1:33549d7cec20787751c0f4d2da4d3b38e9e919a6</id>
<content type='text'>
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>phase2: handle missing change sources</title>
<updated>2022-02-23T17:46:41Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2022-02-23T17:46:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/buildbot/commit/?id=c21b1093b984e30921293fefeb5f69f42df06a77'/>
<id>urn:sha1:c21b1093b984e30921293fefeb5f69f42df06a77</id>
<content type='text'>
In commit f3fcdbec877e ("phase2: fix obsolete assumption about feed
methods") we've fixed stuck buildmaster for master/phase2 builds, but
the issue wasn't obvious at first sight and some digging was necessary.
So lets make it obvious if/when it happens next time.

Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>phase2: fix obsolete assumption about feed methods</title>
<updated>2022-02-23T17:23:43Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2022-02-23T17:23:43Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/buildbot/commit/?id=f3fcdbec877e3f411e3a0ab35ea54e5d573083a1'/>
<id>urn:sha1:f3fcdbec877e3f411e3a0ab35ea54e5d573083a1</id>
<content type='text'>
In commit 7fae1e5677e9 ("feeds: use git-src-full to allow Git
versioning") there was `src-git` method of shallow clone replaced with
`src-git-full` and this has caused issue with GitPoller configuration as
it only assumed, that only `src-git` method is going to be used for feed
updates. Fix currently stuck buildbot master by allowing usage of both
Git update methods.

Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>Bump to latest Buildbot release 3.4.1</title>
<updated>2022-02-23T17:22:41Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2022-02-23T17:22:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/buildbot/commit/?id=64a0f9ceef152d97b15860c4141141ee9e590b1f'/>
<id>urn:sha1:64a0f9ceef152d97b15860c4141141ee9e590b1f</id>
<content type='text'>
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
<entry>
<title>Bump to latest Buildbot release 3.4.0</title>
<updated>2022-01-22T10:50:11Z</updated>
<author>
<name>Petr Štetiar</name>
</author>
<published>2022-01-22T10:50:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/buildbot/commit/?id=6a9389aca7019ca4dd2de6cf0326ff6c259c7a41'/>
<id>urn:sha1:6a9389aca7019ca4dd2de6cf0326ff6c259c7a41</id>
<content type='text'>
Signed-off-by: Petr Štetiar &lt;ynezz@true.cz&gt;
</content>
</entry>
</feed>
