Commit graph

8 commits

Author SHA1 Message Date
Daniel Eklöf
bd607d7697
ci: install pipewire-dev; should ensure we build the pipewire plugin 2022-12-13 10:45:08 +01:00
Willem van de Krol
dcf21f0b06 modules: add pulse
The pulse module shows information about PulseAudio sinks and sources.
2022-12-12 18:51:28 +01:00
Leonardo Gibrowski Faé
4a41d4296a
Implement '&&' and '||' operators on map
'-' is a valid character for tags.

Commit 03e1c7d (module/network: Add link stats, 2022-04-30) introduced
two new tags for the network module: `ul-speed` and `dl-speed`. These
use the `-` character, that was previously never used in any tag.

We had two options: either change those tags to use `_` instead, or just
accept `-`s as a valid character. Going forward, I can see many people
deciding to name their tags with `-` instead of `_`, so I believe it is
better to just accept it once and for all.

Note that `-` cannot be used as the first character of a tag (e.g.
`-tag1`) since the `-` has a special meaning in `.yml` files. I don't
believe this will happen often, however, and should be easy to both
detect and correct if it does.
2022-12-10 22:53:30 -03:00
Daniel Eklöf
cad9dd8efd
ci: also build release branches 2021-10-23 16:03:21 +02:00
Daniel Eklöf
9fe8ef2574
ci: run “yambar --version” after each build 2021-10-11 20:21:10 +02:00
Daniel Eklöf
9a1371b96a
generate-version: handle git repo not having any tags 2021-10-11 20:21:07 +02:00
Daniel Eklöf
6250360c58
ci: limit builds to the master branch (and pulls targeting it) 2021-10-10 19:05:47 +02:00
Daniel Eklöf
77303e8173
ci: codeberg CI 2021-10-10 18:46:45 +02:00