Add portable config

This commit is contained in:
eabdullin 2025-11-10 17:00:06 +03:00
parent 2a813d1ef8
commit fe30808418
2 changed files with 18 additions and 0 deletions

14
config-portable.yaml Normal file
View File

@ -0,0 +1,14 @@
parameters:
custom_target_branch: "a10s-portable"
pre_clean: true
actions:
- run_script:
- script: "replace_spec.sh"
cwd: "rpms"
- changelog_entry:
- name: "eabdullin"
email: "eabdullin@almalinux.org"
line:
- "Portable build"

4
scripts/replace_spec.sh Normal file
View File

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