Use a9 branch for portable build
This commit is contained in:
parent
05e6a838e3
commit
f2ce2e6908
14
config-portable.yaml
Normal file
14
config-portable.yaml
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
parameters:
|
||||||
|
custom_target_branch: "a9-portable"
|
||||||
|
pre_clean: true
|
||||||
|
|
||||||
|
actions:
|
||||||
|
- run_script:
|
||||||
|
- script: "replace_spec.sh"
|
||||||
|
cwd: "rpms"
|
||||||
|
|
||||||
|
- changelog_entry:
|
||||||
|
- name: "eabdullin"
|
||||||
|
email: "eabdullin@almalinux.org"
|
||||||
|
line:
|
||||||
|
- "Portable build"
|
||||||
2
scripts/replace_spec.sh
Normal file
2
scripts/replace_spec.sh
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
rm SPECS/java-25-openjdk.spec
|
||||||
|
ln -s ../SOURCES/java-25-openjdk-portable.specfile SPECS/java-25-openjdk.spec
|
||||||
Loading…
Reference in New Issue
Block a user