core: Add comment about SERVER_BASE commits
This made me hesitate for a bit so add a comment about it to make it clear. The RPMOSTREE_ASSEMBLE_TYPE_SERVER_BASE path was used by the `ex container`, which was subsequently ripped out.
This commit is contained in:
parent
fdd6ff83cb
commit
2ed6e40cd2
@ -4752,6 +4752,8 @@ rpmostree_context_commit (RpmOstreeContext *self,
|
||||
}
|
||||
else if (assemble_type == RPMOSTREE_ASSEMBLE_TYPE_SERVER_BASE)
|
||||
{
|
||||
/* Note this branch isn't actually used today; the compose side commit
|
||||
* code is in impl_commit_tree(). */
|
||||
g_autoptr(GVariant) spec_v =
|
||||
g_variant_ref_sink (rpmostree_treespec_to_variant (self->spec));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user