<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sun, May 29, 2016 at 3:31 PM, Dan Kenigsberg <span dir="ltr">&lt;<a href="mailto:danken@redhat.com" target="_blank">danken@redhat.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div class=""><div class="h5">On Sun, May 29, 2016 at 02:53:41PM +0300, Nir Soffer wrote:<br>
&gt; On Sun, May 29, 2016 at 12:36 PM, Dan Kenigsberg &lt;<a href="mailto:danken@redhat.com">danken@redhat.com</a>&gt; wrote:<br>
&gt; &gt; On Sat, May 28, 2016 at 03:16:10PM +0300, Nir Soffer wrote:<br>
&gt; &gt;&gt; Hi all,<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; We have several scripts spread in the source, typically installed in<br>
&gt; &gt;&gt; /usr/libexec/vdsm.<br>
&gt; &gt;&gt; We had a useless WHITELIST[1], trying to compile these scripts with python3, and<br>
&gt; &gt;&gt; we have similar (but working) whitelist for pyflakes and pep8.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; To simplify the various checks, I think we need to to do this:<br>
&gt; &gt;&gt; 1. Keep .py suffix for all python files<br>
&gt; &gt;&gt; 2. Move all scripts to helpers/ ([2] handles storage scripts)<br>
&gt; &gt;&gt; 3. During installation, strip the .py suffix.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; With these changes, we can use the various checking commands on the entire<br>
&gt; &gt;&gt; source tree.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; For example, these commands check the entire tree:<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;     PYTHONDONTWRITEBYTECODE=1 python3 -m compileall -f -x &#39;(\.tox/|\.git/)&#39; .<br>
&gt; &gt;&gt;     pep8 .<br>
&gt; &gt;&gt;     pyflakes .<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Thoughts?<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; [1] <a href="https://gerrit.ovirt.org/58204" rel="noreferrer" target="_blank">https://gerrit.ovirt.org/58204</a><br>
&gt; &gt;&gt; [2] <a href="https://gerrit.ovirt.org/57363" rel="noreferrer" target="_blank">https://gerrit.ovirt.org/57363</a><br>
&gt; &gt;<br>
&gt; &gt; Sounds good, though I&#39;d love to keep the separation of scripts into<br>
&gt; &gt; their natuaral vertical. Keep storage understand storage, etc. Why are<br>
&gt; &gt; you piling them into one source directory?<br>
&gt;<br>
&gt; This is a separate topic.<br>
&gt;<br>
&gt; The helpers do not belong in the library - we should keep libv/vdsm/xxx<br>
&gt; with only the code that is needed for the xxx package. Helpers are external<br>
&gt; programs that should have access only to public vdsm apis, so they don&#39;t<br>
&gt; need to and should not have access to other files inside lib/vdsm/xxx.<br>
&gt;<br>
&gt; This also make the source easier to understand, the structure is closer to<br>
&gt; the final structure after installation.<br>
&gt;<br>
&gt; So we can have:<br>
&gt;<br>
&gt; helpers/storage<br>
&gt; helpers/virt<br>
&gt; ...<br>
&gt;<br>
&gt; But I don&#39;t see any value in this separation, we have only about 10<br>
&gt; helpers.<br>
&gt;<br>
&gt; Also each directory we add adds overhead of more useless autotools<br>
&gt; files to maintain. Look how many makefiles we got rid by moving all the<br>
&gt; tests to one directory.<br>
<br>
</div></div>Ok, I&#39;m convinced.<br></blockquote><div> </div><div>iiuc you plan to change the source tree only, after installation those executables will stay under<span style="color:rgb(80,0,80);font-size:12.8px"> </span><span style="color:rgb(80,0,80);font-size:12.8px">/usr/libexec/vdsm .</span></div><div><span style="color:rgb(80,0,80);font-size:12.8px">we have helper folder since </span><font color="#500050"><span style="font-size:12.8px"><a href="https://gerrit.ovirt.org/55797">https://gerrit.ovirt.org/55797</a> , now we need to expect verticals there? ok by me.</span></font></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><div class=""><div class="h5">_______________________________________________<br>
Devel mailing list<br>
<a href="mailto:Devel@ovirt.org">Devel@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.ovirt.org/mailman/listinfo/devel</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><span style="font-size:12.8px"><b>Yaniv Bronhaim.</b></span><br></div></div></div></div></div>
</div></div>