Compare commits
No commits in common. "a8-stream-1.16" and "a8-stream-1.22" have entirely different histories.
a8-stream-
...
a8-stream-
16
config.yaml
16
config.yaml
@ -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"
|
||||||
@ -40,21 +40,13 @@ actions:
|
|||||||
alt="[ Powered by AlmaLinux ]"
|
alt="[ Powered by AlmaLinux ]"
|
||||||
width="124" height="32" /></a>
|
width="124" height="32" /></a>
|
||||||
count: 1
|
count: 1
|
||||||
- target: "index.html"
|
|
||||||
find: "<title>Test Page for the Nginx HTTP Server on Red Hat Enterprise Linux</title>"
|
|
||||||
replace: "<title>Test Page for the Nginx HTTP Server on AlmaLinux</title>"
|
|
||||||
count: 1
|
|
||||||
- target: "index.html"
|
|
||||||
find: "<h1>Welcome to <strong>nginx</strong> on Red Hat Enterprise Linux!</h1>"
|
|
||||||
replace: "<h1>Welcome to <strong>nginx</strong> on AlmaLinux!</h1>"
|
|
||||||
count: 1
|
|
||||||
|
|
||||||
- modify_release:
|
- modify_release:
|
||||||
- suffix: ".alma.1"
|
- suffix: ".alma.1"
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
- changelog_entry:
|
- changelog_entry:
|
||||||
- name: "Andrew Lukoshko"
|
- name: "Eduard Abdullin"
|
||||||
email: "alukoshko@almalinux.org"
|
email: "eabdullin@almalinux.org"
|
||||||
line:
|
line:
|
||||||
- "Debrand for AlmaLinux"
|
- "Debrand for AlmaLinux"
|
||||||
|
Loading…
Reference in New Issue
Block a user