summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2015-07-02 13:48:48 +0200
committerLubomir Rintel <lkundrak@v3.sk>2015-07-02 13:48:48 +0200
commit7b6d5e668a1c4f588de12fd258618d4dc7204181 (patch)
treeb3dd5b1e44b5c6732d68157e2ec5ea1154f35ce0
parent4a3915aa4441027281763c74a01b5f0ec3b36bce (diff)
downloadNetworkManager-7b6d5e668a1c4f588de12fd258618d4dc7204181.tar.gz
Revert "contrib/rh-bkr: update RHEL"
The kernel in this compose is no good. https://bugzilla.redhat.com/show_bug.cgi?id=1238672 https://bugzilla.redhat.com/show_bug.cgi?id=1238671 This reverts commit 4a3915aa4441027281763c74a01b5f0ec3b36bce.
-rwxr-xr-xcontrib/rh-bkr/bkr.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/rh-bkr/bkr.py b/contrib/rh-bkr/bkr.py
index 8368e9d3d0..5f3c474cae 100755
--- a/contrib/rh-bkr/bkr.py
+++ b/contrib/rh-bkr/bkr.py
@@ -651,8 +651,8 @@ class CmdSubmit(CmdBase):
if target_branch == 'rhel-7.1':
return 'RHEL-7.1-20141023.n.1'
if target_branch == 'rhel-7':
- return 'RHEL-7.2-20150630.n.3'
- return 'RHEL-7.2-20150630.n.3'
+ return 'RHEL-7.2-20150625.n.0'
+ return 'RHEL-7.2-20150625.n.0'
def _process_line_get_RESERVESYS(self, key, replacement, index=None, none=None):
v = self._get_default('RESERVESYS')