Sunday, April 20, 2025
dev@conference.yunohost.org
April
Mon Tue Wed Thu Fri Sat Sun
  1
2
3
4
5
6
7
8 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
       
             

[16:29:37] <Yunohost Git/Infra notifications> [yunohost] a​lexAubin pushed 1 commit to dev: actionsmap: remove weird yaml magic that seems to make build expose ([2f569679](https://github.com/YunoHost/yunohost/commit/2f569679d0208175cb129d7d47ac60686a8e565d))
[18:05:09] <Yunohost Git/Infra notifications> [yunohost] a​lexAubin created new tag debian/12.1.5.1
[18:07:25] <Yunohost Git/Infra notifications> [yunohost] a​lexAubin pushed 1 commit to dev: Update changelog for 12.1.5.1 ([f8f77ade](https://github.com/YunoHost/yunohost/commit/f8f77ade6950590ef2771d4e0b550a8a591e5cd7))
[18:09:50] <Yunohost Git/Infra notifications> [repository] g​ithub-actions[bot] published [new release #debian/12.1.5.1](https://github.com/YunoHost/yunohost/releases/tag/debian/12.1.5.1) YunoHost 12.1.5.1
[18:11:30] <Yunohost Git/Infra notifications> [repository] g​ithub-actions[bot] released [new release #debian/12.1.5.1](https://github.com/YunoHost/yunohost/releases/tag/debian/12.1.5.1) YunoHost 12.1.5.1
[18:13:01] <Yunohost Git/Infra notifications> [repository] g​ithub-actions[bot] created [new release #debian/12.1.5.1](https://github.com/YunoHost/yunohost/releases/tag/debian/12.1.5.1) YunoHost 12.1.5.1
[18:14:10] <Yunohost Git/Infra notifications> 🏗️ Starting build for yunohost/12.1.5.1 for bookworm/testing/all ...
[18:15:31] <Yunohost Git/Infra notifications> ✔️ Completed build for yunohost/12.1.5.1 for bookworm/testing/all.
[20:24:26] <Yunohost Git/Infra notifications> [repository] S​alamandar prereleased [new release #debian/12.1.5](https://github.com/YunoHost/yunohost/releases/tag/debian/12.1.5) YunoHost 12.1.5
[20:24:38] <Yunohost Git/Infra notifications> [repository] S​alamandar prereleased [new release #debian/12.1.5.1](https://github.com/YunoHost/yunohost/releases/tag/debian/12.1.5.1) YunoHost 12.1.5.1
[20:28:01] <Salamandar> I will remove the github action that creates releases on tags… because unstable/testing are created without the "pre-release" tag, so people think we released a new version… that's not good
[21:45:28] <kayou> quand je vais sur la nouvelle page de gestion des disques:

```python
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/moulinette/interfaces/api.py", line 430, in process
ret = self.actionsmap.process(arguments, timeout=30, route=_route)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/moulinette/actionsmap.py", line 579, in process
return func(**arguments)
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/yunohost/storage.py", line 20, in storage_disk_list
from yunohost.disk import disk_list
File "/usr/lib/python3/dist-packages/yunohost/disk.py", line 23, in <module>
from yunohost.utils.udisks2_interfaces import Udisks2Manager
File "/usr/lib/python3/dist-packages/yunohost/utils/udisks2_interfaces.py", line 23, in <module>
from mock.mock import patch
ModuleNotFoundError: No module named 'mock'
```