Initial commit
This commit is contained in:
commit
bcf3d9d525
53
config.yaml
Normal file
53
config.yaml
Normal file
@ -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: "<p>For information on Red Hat Enterprise Linux, please visit the <a href=\"http://www.redhat.com/\">Red Hat, Inc. website</a>. The documentation for Red Hat Enterprise Linux is <a href=\"http://www.redhat.com/docs/manuals/enterprise/\">available on the Red Hat, Inc. website</a>.</p>"
|
||||||
|
replace: "<p>For information on AlmaLinux, please visit the <a href=\"http://www.almalinux.org/\">AlmaLinux website</a>.</p>"
|
||||||
|
count: 1
|
||||||
|
- target: "*.html"
|
||||||
|
find: "<a href=\"http://www.redhat.com/\"><img"
|
||||||
|
replace: "<a href=\"http://www.almalinux.org/\"><img"
|
||||||
|
count: 1
|
||||||
|
- target: "*.html"
|
||||||
|
find: |
|
||||||
|
alt="[ Powered by Red Hat Enterprise Linux ]"
|
||||||
|
width="88" height="31" /></a>
|
||||||
|
replace: |
|
||||||
|
alt="[ Powered by AlmaLinux ]"
|
||||||
|
width="124" height="32" /></a>
|
||||||
|
count: 1
|
||||||
|
|
||||||
|
|
||||||
|
- modify_release:
|
||||||
|
- suffix: ".alma.1"
|
||||||
|
enabled: true
|
||||||
|
|
||||||
|
- changelog_entry:
|
||||||
|
- name: "Andrew Lukoshko"
|
||||||
|
email: "alukoshko@almalinux.org"
|
||||||
|
line:
|
||||||
|
- "Debrand for AlmaLinux"
|
Loading…
Reference in New Issue
Block a user