Use a9 branch for portable build

This commit is contained in:
eabdullin 2026-01-28 10:32:09 +03:00
parent 05e6a838e3
commit f2ce2e6908
2 changed files with 16 additions and 0 deletions

14
config-portable.yaml Normal file
View 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
View File

@ -0,0 +1,2 @@
rm SPECS/java-25-openjdk.spec
ln -s ../SOURCES/java-25-openjdk-portable.specfile SPECS/java-25-openjdk.spec