From 9e056d1eedcbdf90b12f40fb8c29089de0eb0fb7 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Sat, 18 Jul 2015 13:37:02 +0200 Subject: [PATCH] contrib/rh-bkr: update RHEL Use the post-development testing snapshot. --- contrib/rh-bkr/bkr.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/rh-bkr/bkr.py b/contrib/rh-bkr/bkr.py index 72d00ce935..1cf5ea14fc 100755 --- a/contrib/rh-bkr/bkr.py +++ b/contrib/rh-bkr/bkr.py @@ -695,8 +695,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-20150625.n.0' - return 'RHEL-7.2-20150625.n.0' + return 'RHEL-7.2-20150806.1' + return 'RHEL-7.2-20150806.1' def _process_line_get_RESERVESYS(self, key, replacement, index=None, none=None): v = self._get_default('RESERVESYS')