<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div text="#000000" bgcolor="#FFFFFF">
    Can you give me an idea how the workflow should look like?<br>
    I can see the PR with many fixes but I don't know a good way to
    cherry pick them.<br>
    E.g. how can I be sure to get all commits for a certain package as
    you might have<br>
    committed split fixes for it? I haven't done this before so I want
    to be sure to avoid<br>
    mistakes.<br></div></blockquote><div><br></div><div>I keep one commit per component so this should be easy to cherry-pick.<br></div><div>Some COMPONENT_REVISION bumps may be missing, where patches were added.<br><br></div><div>If the commit message has WIP or is not clean then the component needs some fixes.<br><br></div><div>You need to fetch my branch locally first (using git remote add, then you can just fetch --all).<br></div><div><br></div><div>git checkout -b gcc6_fixes0<br></div><div>git cherry-pick <commit_ids><br><br></div><div>They should apply cleanly.<br></div><div><br></div><div>You can pick them in order or per category:<br></div><div>- just pick the fixes to components, not the modifications to oi-userland's targets (I can reorder the commits to make life easier).<br></div><div>- put a reasonable amount per PR to ease the review (not more than 10).<br></div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div text="#000000" bgcolor="#FFFFFF">
    PS: I have tried to enter your name on my keyboard; alas there seem
    to be a (new?) problem<br>
    with composed characters (I got ´e instead of é) . Is this related
    to the actual xkb problems?<br></div></blockquote><div><br></div><div>Yes it is... need to adapt old patches I gess. In the meantime you can revert to previous data-xkb.<br><br></div><div>Kind regards<br><br></div><div>Aurelien<br></div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div text="#000000" bgcolor="#FFFFFF">
    <br>
  </div>

<br>______________________________<wbr>_________________<br>
oi-dev mailing list<br>
<a href="mailto:oi-dev@openindiana.org">oi-dev@openindiana.org</a><br>
<a href="https://openindiana.org/mailman/listinfo/oi-dev" rel="noreferrer" target="_blank">https://openindiana.org/<wbr>mailman/listinfo/oi-dev</a><br></blockquote></div><br><br clear="all"><br>-- <br><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><font style="font-family:courier new,monospace" size="1">---<br>Praise the Caffeine embeddings<br></font></div></div></div></div>
</div></div>