Skip to content

Commit

Permalink
Merge pull request #1347 from KKoukiou/anaconda-default-branch-rename
Browse files Browse the repository at this point in the history
infra: anaconda repository renamed branch from master to main
  • Loading branch information
KKoukiou authored Dec 23, 2024
2 parents ac36d20 + d9e0bad commit 4e65579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-launch-args.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
'rhel10': 'SKIP_TESTTYPES_RHEL10',
}

RE_MASTER = re.compile('^master$')
RE_MASTER = re.compile('^main$')
RE_FEDORA = re.compile('fedora-[0-9]+$')
RE_RHEL8 = re.compile('rhel-8(.[0-9]+)?$')
RE_RHEL9 = re.compile('rhel-9(.[0-9]+)?$')
Expand Down

0 comments on commit 4e65579

Please sign in to comment.