Skip to content

Commit

Permalink
Update default compose mapping with E4S, AUS, TUS
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaarreell committed Oct 31, 2024
1 parent 8f8a267 commit f98cf90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newa/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def apply_mapping(string: str,
if not mapping:
mapping = [
r'\.GA$=',
r'\.Z\.(MAIN\+)?EUS$=',
r'\.Z\.(MAIN\+)?(AUS|EUS|E4S|TUS)$=',
r'RHEL-10\.0\.BETA=RHEL-10-Beta',
r'$=-Nightly',
]
Expand Down

0 comments on commit f98cf90

Please sign in to comment.