From 6785d1ea485df4cc00a3d2a2226e94c7e2543dc8 Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Fri, 3 Jul 2015 08:50:38 +0200 Subject: [PATCH] contrib/rh-bkr: allow overriding GIT_URL I like to run the tests from GIT_URL=git://git.engineering.redhat.com/users/lrintel/qe/NetworkManager.git --- contrib/rh-bkr/bkr.py | 1 + contrib/rh-bkr/job01.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/contrib/rh-bkr/bkr.py b/contrib/rh-bkr/bkr.py index 5f3c474cae..c8436e8d12 100755 --- a/contrib/rh-bkr/bkr.py +++ b/contrib/rh-bkr/bkr.py @@ -687,6 +687,7 @@ class CmdSubmit(CmdBase): 'CONF_LOGLEVEL' : 'DEBUG', 'CONF_DHCP' : 'dhclient', 'CONF_DEBUG' : 'RLIMIT_CORE,fatal-warnings', + 'GIT_URL' : 'http://code.engineering.redhat.com/gerrit/desktopqe/NetworkManager', } def _process_line_get(self, key, replacement, index=None, none=None): if key in replacement: diff --git a/contrib/rh-bkr/job01.xml b/contrib/rh-bkr/job01.xml index 4b4890852d..8ba7d2998c 100644 --- a/contrib/rh-bkr/job01.xml +++ b/contrib/rh-bkr/job01.xml @@ -79,7 +79,7 @@ sed -e '/^\s*linux16\s*\/vmlinuz/ s/$/ $SELINUX_DISABLED/' -i /boot/grub2/grub.c - +