21 lines
394 B
YAML
21 lines
394 B
YAML
parameters:
|
|
custom_target_branch: "a8-portable"
|
|
pre_clean: true
|
|
|
|
actions:
|
|
- run_script:
|
|
- script: "replace_spec.sh"
|
|
cwd: "rpms"
|
|
|
|
- add_files:
|
|
- type: "source"
|
|
name: "NEWS"
|
|
number: "Latest"
|
|
modify_spec: false
|
|
|
|
- changelog_entry:
|
|
- name: "eabdullin"
|
|
email: "eabdullin@almalinux.org"
|
|
line:
|
|
- "Portable build"
|