diff --git a/config-portable.yaml b/config-portable.yaml deleted file mode 100644 index fdcee63..0000000 --- a/config-portable.yaml +++ /dev/null @@ -1,14 +0,0 @@ -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" diff --git a/config.yaml b/config.yaml index 0f9bf98..7c746d0 100644 --- a/config.yaml +++ b/config.yaml @@ -6,11 +6,7 @@ actions: %global portablebuilddir /builddir/build/BUILD %if 0%{?almalinux} - %ifarch riscv64 - %global portablesuffix el10 - %else %global portablesuffix el9 - %endif %endif count: 1 - target: "spec" diff --git a/scripts/replace_spec.sh b/scripts/replace_spec.sh deleted file mode 100644 index ac2c700..0000000 --- a/scripts/replace_spec.sh +++ /dev/null @@ -1,2 +0,0 @@ -rm java-25-openjdk.spec -ln -s java-25-openjdk-portable.specfile java-25-openjdk.spec