]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
CI: add OBS workflow integration to build packages on push to main
authorLuca Boccassi <luca.boccassi@gmail.com>
Mon, 6 Jan 2025 10:45:21 +0000 (10:45 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 6 Jan 2025 11:20:56 +0000 (11:20 +0000)
When main is updated, packages for Arch/Debian/Ubuntu/SUSE will be built and published
on OBS:

https://download.opensuse.org/repositories/home:/bluca:/systemd/
https://build.opensuse.org/project/show/home:bluca:systemd

.obs/workflows.yml [new file with mode: 0644]

diff --git a/.obs/workflows.yml b/.obs/workflows.yml
new file mode 100644 (file)
index 0000000..5e417f9
--- /dev/null
@@ -0,0 +1,10 @@
+rebuild:
+  steps:
+    - trigger_services:
+        project: home:bluca:systemd
+        package: systemd
+  filters:
+    event: push
+    branches:
+      only:
+        - main