Compare commits
No commits in common. "a8-stream-1.22" and "a9" have entirely different histories.
a8-stream-
...
a9
22
config.yaml
22
config.yaml
@ -4,7 +4,7 @@ actions:
|
|||||||
find: "background-color: #fff;"
|
find: "background-color: #fff;"
|
||||||
replace: "background-color: #FAF5F5;"
|
replace: "background-color: #FAF5F5;"
|
||||||
count: 1
|
count: 1
|
||||||
- target: "*.html"
|
- target: "4*.html"
|
||||||
find: "color: #c00;"
|
find: "color: #c00;"
|
||||||
replace: "color: #0B2335;"
|
replace: "color: #0B2335;"
|
||||||
count: 2
|
count: 2
|
||||||
@ -18,7 +18,7 @@ actions:
|
|||||||
count: 2
|
count: 2
|
||||||
- target: "*.html"
|
- target: "*.html"
|
||||||
find: "border: 2px solid #fff;"
|
find: "border: 2px solid #fff;"
|
||||||
replace: " border: 2px solid #FAF5F5;"
|
replace: "border: 2px solid #FAF5F5;"
|
||||||
count: 1
|
count: 1
|
||||||
- target: "*.html"
|
- target: "*.html"
|
||||||
find: "Red Hat Enterprise Linux. It is located"
|
find: "Red Hat Enterprise Linux. It is located"
|
||||||
@ -28,17 +28,17 @@ actions:
|
|||||||
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>"
|
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>"
|
replace: "<p>For information on AlmaLinux, please visit the <a href=\"http://www.almalinux.org/\">AlmaLinux website</a>.</p>"
|
||||||
count: 1
|
count: 1
|
||||||
- target: "*.html"
|
|
||||||
find: "<a href=\"http://www.redhat.com/\"><img"
|
|
||||||
replace: "<a href=\"http://www.almalinux.org/\"><img"
|
|
||||||
count: 1
|
|
||||||
- target: "*.html"
|
- target: "*.html"
|
||||||
find: |
|
find: |
|
||||||
alt="[ Powered by Red Hat Enterprise Linux ]"
|
<a href="http://www.redhat.com/"><img
|
||||||
width="88" height="31" /></a>
|
src="poweredby.png"
|
||||||
|
alt="[ Powered by Red Hat Enterprise Linux ]"
|
||||||
|
width="88" height="31" /></a>
|
||||||
replace: |
|
replace: |
|
||||||
alt="[ Powered by AlmaLinux ]"
|
<a href="http://www.almalinux.org/"><img
|
||||||
width="124" height="32" /></a>
|
src="/icons/poweredby.png
|
||||||
|
alt="[ Powered by AlmaLinux ]"
|
||||||
|
width="124" height="32" /></a>
|
||||||
count: 1
|
count: 1
|
||||||
|
|
||||||
- modify_release:
|
- modify_release:
|
||||||
@ -49,4 +49,4 @@ actions:
|
|||||||
- name: "Eduard Abdullin"
|
- name: "Eduard Abdullin"
|
||||||
email: "eabdullin@almalinux.org"
|
email: "eabdullin@almalinux.org"
|
||||||
line:
|
line:
|
||||||
- "Debrand for AlmaLinux"
|
- "Debrand for AlmaLinux"
|
Loading…
Reference in New Issue
Block a user