<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ubus, branch master</title>
<subtitle>OpenWrt system message/RPC bus</subtitle>
<id>https://git-03.infra.openwrt.org/project/ubus/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/project/ubus/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/ubus/'/>
<updated>2025-12-02T13:38:19Z</updated>
<entry>
<title>formal: fix workflow permissions</title>
<updated>2025-12-02T13:38:19Z</updated>
<author>
<name>George Sapkin</name>
</author>
<published>2025-11-26T13:35:53Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/ubus/commit/?id=3cc98db1a422dcf560f2d6347fd410f17565a89d'/>
<id>urn:sha1:3cc98db1a422dcf560f2d6347fd410f17565a89d</id>
<content type='text'>
Fix formality check permissions that are needed to post optional
summaries back to the PR.

Link: openwrt/actions-shared-workflows#64
Signed-off-by: George Sapkin &lt;george@sapk.in&gt;
Link: https://github.com/openwrt/ubus/pull/19
Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>github: ci: add MIPS64, PowerPC64 and RISCV64</title>
<updated>2025-11-18T09:06:41Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2025-11-18T09:06:41Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/ubus/commit/?id=2737da3819fefafa5b63d5f82efb77ff0032a5d8'/>
<id>urn:sha1:2737da3819fefafa5b63d5f82efb77ff0032a5d8</id>
<content type='text'>
MIPS64, PowerPC64 and RISCV64 are popular OpenWrt archs.
Refactor the sizes build step to generate the table programatically.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>build: install ubus</title>
<updated>2025-11-17T18:33:24Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2025-11-17T18:27:33Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/ubus/commit/?id=5c7eea7fc090120a6912a99fd244847270ad49b9'/>
<id>urn:sha1:5c7eea7fc090120a6912a99fd244847270ad49b9</id>
<content type='text'>
Install ubus and properly use it by adding it to PATH and LD_LIBRARY_PATH.
This is needed in order to use a proper environment for testing.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
Link: https://github.com/openwrt/ubus/pull/17/files
</content>
</entry>
<entry>
<title>github: ci: add powerpc arch</title>
<updated>2025-11-14T13:08:26Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2025-11-14T13:08:26Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/ubus/commit/?id=f79ddca648068f8b4529dc88a5b062cec2b1ddc4'/>
<id>urn:sha1:f79ddca648068f8b4529dc88a5b062cec2b1ddc4</id>
<content type='text'>
PowerPC is another popular OpenWrt arch.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>github: ci: add cmake build and source directories</title>
<updated>2025-11-14T13:03:51Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2025-11-14T13:03:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/ubus/commit/?id=1eab20d6cda2603bef26aaaac9f4405dd870267a'/>
<id>urn:sha1:1eab20d6cda2603bef26aaaac9f4405dd870267a</id>
<content type='text'>
Add cmake build and source directories to suppress the following warning:
CMake Warning:
  No source or binary directory provided. Both will be assumed to be the
  same as the current working directory, but note that this warning will
  become a fatal error in future CMake releases.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>ubus: add a simple build script</title>
<updated>2025-11-14T11:14:54Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2025-11-14T11:11:34Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/ubus/commit/?id=00010b8af022552eeb9e313cc3db5f45c6afff04'/>
<id>urn:sha1:00010b8af022552eeb9e313cc3db5f45c6afff04</id>
<content type='text'>
Should make it a little bit easier for people who want to contribute to
ubus.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>github: ci: add tests</title>
<updated>2025-11-14T08:55:05Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2025-11-14T07:50:24Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/ubus/commit/?id=c4d7aff97bbe3af36af969564a02bf928932c4f8'/>
<id>urn:sha1:c4d7aff97bbe3af36af969564a02bf928932c4f8</id>
<content type='text'>
Build ubus with UNIT_TESTING and execute tests.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>github: ci: disable json-c tests</title>
<updated>2025-11-14T07:43:39Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2025-11-14T07:36:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/ubus/commit/?id=966c82b2197c139e2b199254a243214c3a803879'/>
<id>urn:sha1:966c82b2197c139e2b199254a243214c3a803879</id>
<content type='text'>
Disable BUILD_TESTING to save time when building json-c.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>github: fix CI apt dependencies</title>
<updated>2025-11-03T07:08:52Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2025-11-03T06:38:52Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/ubus/commit/?id=0d4bcb56f5e1386e7dc99f1ec9f3b6c9211c8ab6'/>
<id>urn:sha1:0d4bcb56f5e1386e7dc99f1ec9f3b6c9211c8ab6</id>
<content type='text'>
We need to run 'apt update' before installing the APT packages.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
<entry>
<title>github: improve CI</title>
<updated>2025-10-19T14:09:51Z</updated>
<author>
<name>Álvaro Fernández Rojas</name>
</author>
<published>2025-10-19T14:09:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/project/ubus/commit/?id=6fdf7a97916207ef1de01cd9e662e6daca96516a'/>
<id>urn:sha1:6fdf7a97916207ef1de01cd9e662e6daca96516a</id>
<content type='text'>
- Remove unneeded CMAKE_SYSTEM_PROCESSOR.
- Add summary table with sizes (in bytes) for each arch/variant.
- Upload generated binaries as artifacts.
- Add OpenWrt formalities.

Signed-off-by: Álvaro Fernández Rojas &lt;noltari@gmail.com&gt;
</content>
</entry>
</feed>
