Add portable config
This commit is contained in:
parent
2a813d1ef8
commit
fe30808418
14
config-portable.yaml
Normal file
14
config-portable.yaml
Normal 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
4
scripts/replace_spec.sh
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user