We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4812b5a commit db0f0d4Copy full SHA for db0f0d4
.packit.yaml
@@ -15,10 +15,6 @@ files_to_sync:
15
dest: plans/
16
delete: true
17
mkpath: true
18
- - src: tests/
19
- dest: tests/
20
- delete: true
21
- mkpath: true
22
- src: .fmf/
23
dest: .fmf/
24
@@ -36,6 +32,10 @@ packages:
36
32
python-podman-rhel:
37
33
specfile_path: rpm/python-podman.spec
38
34
35
+actions:
+ prepare-files: >-
+ bash -c "sed -i 's/^\(\s*\)ref: .*/\1ref: \"${PACKIT_PROJECT_TAG}\"/' ${PACKIT_DOWNSTREAM_REPO}/plans/main.fmf"
+
39
srpm_build_deps:
40
- make
41
0 commit comments