Skip to content

Commit

Permalink
core: Add comment about SERVER_BASE commits
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jlebon committed Apr 29, 2021
1 parent fadd197 commit 6ee97b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libpriv/rpmostree-core.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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));

Expand Down

0 comments on commit 6ee97b5

Please sign in to comment.