Compare commits
No commits in common. "a8-stream-1.22" and "a8-stream-1.16" have entirely different histories.
a8-stream-
...
a8-stream-
14
config.yaml
14
config.yaml
@ -18,7 +18,7 @@ actions:
|
||||
count: 2
|
||||
- target: "*.html"
|
||||
find: "border: 2px solid #fff;"
|
||||
replace: " border: 2px solid #FAF5F5;"
|
||||
replace: "border: 2px solid #FAF5F5;"
|
||||
count: 1
|
||||
- target: "*.html"
|
||||
find: "Red Hat Enterprise Linux. It is located"
|
||||
@ -40,13 +40,21 @@ actions:
|
||||
alt="[ Powered by AlmaLinux ]"
|
||||
width="124" height="32" /></a>
|
||||
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:
|
||||
- suffix: ".alma.1"
|
||||
enabled: true
|
||||
|
||||
- changelog_entry:
|
||||
- name: "Eduard Abdullin"
|
||||
email: "eabdullin@almalinux.org"
|
||||
- name: "Andrew Lukoshko"
|
||||
email: "alukoshko@almalinux.org"
|
||||
line:
|
||||
- "Debrand for AlmaLinux"
|
||||
|
Loading…
Reference in New Issue
Block a user