Compare commits
No commits in common. "a8" and "a9" have entirely different histories.
10
config.yaml
10
config.yaml
@ -1,8 +1,8 @@
|
||||
actions:
|
||||
- replace:
|
||||
- target: "dist.sh"
|
||||
find: " egrep -q \"(Enterprise|Advanced)\" $RELEASEFILE && echo $DISTNUM"
|
||||
replace: " egrep -q \"(Enterprise|Advanced|AlmaLinux)\" $RELEASEFILE && echo $DISTNUM"
|
||||
find: " egrep -q \"(Enterprise|Advanced|CentOS)\" $RELEASEFILE && echo $DISTNUM"
|
||||
replace: " egrep -q \"(Enterprise|Advanced|CentOS|AlmaLinux)\" $RELEASEFILE && echo $DISTNUM"
|
||||
count: 1
|
||||
|
||||
- modify_release:
|
||||
@ -10,7 +10,7 @@ actions:
|
||||
enabled: true
|
||||
|
||||
- changelog_entry:
|
||||
- name: "Andrei Lukoshko"
|
||||
email: "alukoshko@almalinux.org"
|
||||
- name: "Eduard Abdullin"
|
||||
email: "eabdullin@almalinux.org"
|
||||
line:
|
||||
- "Fix AlmaLinux detection"
|
||||
- "Fix AlmaLinux detection"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user