From bcf3d9d5250aa87d57b294657cb874c3a779f8b5 Mon Sep 17 00:00:00 2001 From: Sofia Boldyreva Date: Wed, 5 Feb 2025 18:45:46 +0100 Subject: [PATCH] Initial commit --- config.yaml | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 config.yaml diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..e072620 --- /dev/null +++ b/config.yaml @@ -0,0 +1,53 @@ +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: " + replace: | + alt="[ Powered by AlmaLinux ]" + width="124" height="32" /> + count: 1 + + + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Andrew Lukoshko" + email: "alukoshko@almalinux.org" + line: + - "Debrand for AlmaLinux"