Fix replacing script for el10

This commit is contained in:
eabdullin 2025-11-10 17:04:58 +03:00
parent fe30808418
commit a3100658c7
2 changed files with 2 additions and 5 deletions

View File

@ -1,7 +1,6 @@
parameters: parameters:
custom_target_branch: "a10s-portable" custom_target_branch: "a10s-portable"
pre_clean: true
actions: actions:
- run_script: - run_script:
- script: "replace_spec.sh" - script: "replace_spec.sh"

View File

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