commit dbbc4f6faf7b33acde76417e0842608e79cd6356 Author: Sofia Boldyreva Date: Tue Feb 4 16:04:35 2025 +0100 Initial commit diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..7a69e41 --- /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: " + replace: | + alt="[ Powered by AlmaLinux ]" + width="124" height="32" /> + count: 1 + + - modify_release: + - suffix: ".alma.1" + enabled: true + + - changelog_entry: + - name: "Eduard Abdullin" + email: "eabdullin@almalinux.org" + line: + - "Debrand for AlmaLinux"