mirror of
https://github.com/systemd/systemd.git
synced 2025-03-15 06:50:17 +03:00
The package is logistically separated, as the rpm sources conflict from Fedora conflict with the rpm sources from SUSE (some files have the same name and location but different, incompatible content), so Fedora builds can't be triggered from the same package. The result is the same. (cherry picked from commit 5c4cb68390a4a3b60d2ca733e283c44fcc205df7)
14 lines
263 B
YAML
14 lines
263 B
YAML
rebuild:
|
|
steps:
|
|
- trigger_services:
|
|
project: home:bluca:systemd
|
|
package: systemd
|
|
- trigger_services:
|
|
project: home:bluca:systemd
|
|
package: systemd-fedora
|
|
filters:
|
|
event: push
|
|
branches:
|
|
only:
|
|
- main
|