<div dir="ltr"><div>Bump.</div><div><br></div><div>Please provide feedback if you have any.</div><div>I'll start working on the PR to make the suggested change this week otherwise.</div><div><br></div><div>Thank you,</div><div>Tanya<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Aug 26, 2019 at 12:46 PM Tatiana Tereshchenko <<a href="mailto:ttereshc@redhat.com">ttereshc@redhat.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>In RPM plugin we have Modulemd content. It comes from metadata as one file and we parse it and then save each modulemd as a separate file/artifact.</div><div><br></div><div>The question is how to handle this content in the sync pipeline.</div><div>Modulemd content is artifactless on a remote source (metadata) but it's not artifactless in Pulp, so it can't follow a standard path - it needs an artifact but doesn't have any remote source to download it from.<br></div><div><br></div><div></div><div>The suggestion: find a way to skip ArtifactDownloader and RemoteArtifactSaver stages.</div><div>The content and its artifact still need to go through all the stages, 
except the ones which deal with artifact's url in some way - download artifact  (ArtifactDownloader stage) and or create a RemoteArtifact for downloading later (RemoteArtifactSaver stage).</div><div><br></div><div>The straightforward way is just to check if DeclarativeArtifact has url (or check some special value) and skip the stage otherwise. Any concerns about this approach (apart form being somewhat hacky)?</div><div><br></div><div>Any other solutions to the problem?</div><div><br></div><div>Thank you,</div><div>Tanya</div><div><br></div><div>P.S. FWIW, Reasons to store modulemd as a file are:<div> - the format is not very stable and new information can be added</div><div>- it can be large</div><div>- we don't need all the info in the DB, we use only small subset of fields (to search by or for copy operations)</div></div></div>
</blockquote></div>