From f6076b13a0c7795145d69491d075cf800b8e3581 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 29 Jan 2014 18:37:05 -0500 Subject: [PATCH] core: Add an environment variable to breakpoint post-yum --- src/rpm-ostree.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/rpm-ostree.c b/src/rpm-ostree.c index 9ca9c3c0..fb68c1bf 100644 --- a/src/rpm-ostree.c +++ b/src/rpm-ostree.c @@ -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;