mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 11:10:16 +01:00
contrib/rh-bkr: add RHEL 7.2
This commit is contained in:
parent
216bad5b61
commit
9ad83cf2ba
1 changed files with 2 additions and 0 deletions
|
|
@ -592,6 +592,8 @@ class CmdSubmit(CmdBase):
|
|||
return 'rhel-7.1' # rhel-7.1-rc
|
||||
if re.match(r'^.*/NetworkManager-1.0.[0-9]+-[0-9]+\.[a-f0-9]+\.el7.x86_64.rpm$', u):
|
||||
return 'rhel-7' # upstream 1.0
|
||||
if re.match(r'^.*/NetworkManager-1.0.[0-9]+-[0-9]+\.git20160622\.9c83d18d\.el7.x86_64.rpm$', u):
|
||||
return 'rhel-7' # rhel-7.2-rc
|
||||
if re.match(r'^.*/NetworkManager-1.1.[0-9]+-[0-9]+\.[a-f0-9]+\.el7.x86_64.rpm$', u):
|
||||
return 'master' # upstream 1.1
|
||||
raise Exception("could not detect the target branch. Try setting as environment variable GIT_TARGETBRANCH%s" % (
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue