2021-01-11 12:22:59 +01:00
|
|
|
---
|
2024-01-12 13:55:43 +01:00
|
|
|
srpm_build_deps:
|
|
|
|
- tito
|
|
|
|
- git
|
|
|
|
|
|
|
|
actions:
|
|
|
|
create-archive:
|
|
|
|
- bash -c "tito build --tgz --test -o ."
|
|
|
|
- bash -c "ls -1t ./*.tar.gz | head -n 1"
|
|
|
|
get-current-version:
|
|
|
|
- bash -c "grep ^Version tito.spec | awk '{ print $2 }'"
|
|
|
|
|
2021-01-11 12:22:59 +01:00
|
|
|
jobs:
|
2023-01-24 15:11:00 +01:00
|
|
|
- &copr
|
|
|
|
job: copr_build
|
2021-01-11 12:22:59 +01:00
|
|
|
trigger: pull_request
|
|
|
|
metadata:
|
|
|
|
targets:
|
|
|
|
- fedora-all
|
|
|
|
- epel-7-x86_64
|
|
|
|
- epel-8-x86_64
|
2023-01-24 15:11:00 +01:00
|
|
|
|
|
|
|
- <<: *copr
|
|
|
|
trigger: commit
|
|
|
|
metadata:
|
|
|
|
owner: "@rpm-software-management"
|
|
|
|
project: "tito"
|
2024-04-22 18:24:42 +02:00
|
|
|
branch: main
|