summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2015-07-01 16:54:12 +0200
committerLubomir Rintel <lkundrak@v3.sk>2015-07-01 16:56:06 +0200
commit42fa7fccdb3ad73ac14efb3ad5b4ba378507be36 (patch)
treed203c588e296d49271a1a562690cd78826d183ee
parent9ad83cf2ba7d78098352b0feb90a2d1d6fcc1740 (diff)
downloadNetworkManager-42fa7fccdb3ad73ac14efb3ad5b4ba378507be36.tar.gz
contrib/rh-bkr: add current 7.2
-rwxr-xr-xcontrib/rh-bkr/bkr.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/rh-bkr/bkr.py b/contrib/rh-bkr/bkr.py
index 8c29506c5d..2e7ae83413 100755
--- a/contrib/rh-bkr/bkr.py
+++ b/contrib/rh-bkr/bkr.py
@@ -594,6 +594,8 @@ class CmdSubmit(CmdBase):
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.0.[0-9]+-[0-9]+\.git20160624\.f245b49a\.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" % (