#698 Fix wrong escaping in mock.cfg - fixes the local builds
Merged 7 years ago by ignatenkobrain. Opened 7 years ago by jkaluza.
jkaluza/fm-orchestrator mock-local-conf-fix  into  master

file modified
+2 -2
@@ -9,6 +9,6 @@ 

  config_opts['nosync'] = True

  config_opts['use_bootstrap_container'] = False

  

- config_opts['yum.conf'] = \"\"\"

+ config_opts['yum.conf'] = """

  $yum_conf

- \"\"\"

+ """

no initial comment

Pull-Request has been merged by ignatenkobrain

7 years ago