From f2ce2e690850533164b1df67fe46ebe40afd69a4 Mon Sep 17 00:00:00 2001 From: eabdullin Date: Wed, 28 Jan 2026 10:32:09 +0300 Subject: [PATCH] Use a9 branch for portable build --- config-portable.yaml | 14 ++++++++++++++ scripts/replace_spec.sh | 2 ++ 2 files changed, 16 insertions(+) create mode 100644 config-portable.yaml create mode 100644 scripts/replace_spec.sh diff --git a/config-portable.yaml b/config-portable.yaml new file mode 100644 index 0000000..0735f48 --- /dev/null +++ b/config-portable.yaml @@ -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" diff --git a/scripts/replace_spec.sh b/scripts/replace_spec.sh new file mode 100644 index 0000000..d279b7c --- /dev/null +++ b/scripts/replace_spec.sh @@ -0,0 +1,2 @@ +rm SPECS/java-25-openjdk.spec +ln -s ../SOURCES/java-25-openjdk-portable.specfile SPECS/java-25-openjdk.spec