]
Daniel Belenky reassigned OVIRT-1603:
-------------------------------------
Assignee: Daniel Belenky (was: infra)
Add support to inject environmental variables from Jenkins to Mock
------------------------------------------------------------------
Key: OVIRT-1603
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-1603
Project: oVirt - virtualization made easy
Issue Type: Improvement
Reporter: Daniel Belenky
Assignee: Daniel Belenky
Priority: Highest
We need to add support to inject environmental variables from Jenkins to Mock env using
ci_env_client.py.
The problem is that when mock is reading the configuration file, it's already running
as root, so we don't have the environmental variables we need to inject.
The solution is probably to save the variables before we're running as root.