core: Add an environment variable to breakpoint post-yum

This commit is contained in:
Colin Walters 2014-01-29 18:37:05 -05:00
parent f07f054efb
commit f6076b13a0

View File

@ -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;