From cc8eb3eb4e01c8f5b4af345a0faf7dfa01772d2b Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Wed, 5 Feb 2025 14:21:48 +0100 Subject: [PATCH] Initial commit --- config.yaml | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..cb0dad6 --- /dev/null +++ b/config.yaml @@ -0,0 +1,52 @@ +actions: + - replace: + - target: "*.html" + find: "background-color: #fff;" + replace: "background-color: #FAF5F5;" + count: 1 + - target: "*.html" + find: "color: #c00;" + replace: "color: #0B2335;" + count: 2 + - target: "*.html" + find: "color: #f50;" + replace: "color: #0069DA;" + count: 1 + - target: "*.html" + find: "background-color: #900;" + replace: "background-color: #0B2335;" + count: 2 + - target: "*.html" + find: "border: 2px solid #fff;" + replace: "border: 2px solid #FAF5F5;" + count: 1 + - target: "*.html" + find: "Red Hat Enterprise Linux. It is located" + replace: "AlmaLinux. It is located" + count: 1 + - target: "*.html" + find: "

For information on Red Hat Enterprise Linux, please visit the Red Hat, Inc. website. The documentation for Red Hat Enterprise Linux is available on the Red Hat, Inc. website.

" + replace: "

For information on AlmaLinux, please visit the AlmaLinux website.

" + count: 1 + - target: "*.html" + find: | + [ Powered by Red Hat Enterprise Linux ] + replace: | + [ Powered by AlmaLinux ] + count: 1 + + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Eduard Abdullin" + email: "eabdullin@almalinux.org" + line: + - "Debrand for AlmaLinux"