core: Add an environment variable to breakpoint post-yum
This commit is contained in:
parent
f07f054efb
commit
f6076b13a0
@ -608,6 +608,9 @@ main (int argc,
|
||||
cancellable, error))
|
||||
goto out;
|
||||
|
||||
if (g_strcmp0 (g_getenv ("RPM_OSTREE_BREAK"), "post-yum") == 0)
|
||||
goto out;
|
||||
|
||||
if (!rpmostree_postprocess (yumroot, cancellable, error))
|
||||
goto out;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user