-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.packit.yaml
More file actions
53 lines (48 loc) · 1.13 KB
/
Copy path.packit.yaml
File metadata and controls
53 lines (48 loc) · 1.13 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
specfile_path: tmux-top.spec
upstream_package_name: tmux-top
upstream_project_url: https://github.com/TomasTomecek/tmux-top
downstream_package_name: tmux-top
srpm_build_deps:
- "go-vendor-tools"
- "golang-bin"
- "askalono-cli"
jobs:
- job: copr_build
targets:
- fedora-all
trigger: pull_request
- job: tests
targets:
- fedora-all
trigger: pull_request
- job: propose_downstream
trigger: release
dist_git_branches:
- fedora-rawhide
- job: pull_from_upstream
trigger: release
dist_git_branches:
- fedora-all
- job: koji_build
trigger: commit
allowed_pr_authors: ["ttomecek", "packit"]
dist_git_branches:
- fedora-all
- job: bodhi_update
trigger: commit
dist_git_branches:
- fedora-branched
actions:
post-modifications:
# https://fedora.gitlab.io/sigs/go/go-vendor-tools/scenarios/#manual-update
- |
sh -xeuc "
export GOTOOLCHAIN=local+auto
go_vendor_archive create --config go-vendor-tools.toml tmux-top.spec
go_vendor_license \
--config go-vendor-tools.toml \
--path tmux-top.spec \
report \
--verify-spec
"
create_sync_note: false