<div dir="ltr">On 20 May 2013 12:17, Simon Schampijer <span dir="ltr"><<a href="mailto:simon@schampijer.de" target="_blank">simon@schampijer.de</a>></span> wrote:<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">How about we print here something like:<br>
<br>
"You are in a shell now, run commands like 'build' or 'run' here directly".<br>
<br></blockquote><div><br></div><div>Yeah, that's more or less what I've done.<br></div><div> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
/home/erikos/sugar-build/**<u></u>build/out/sandbox/install/bin/<u></u>**python: can't<br>
open file '/home/erikos/sugar-build/**<u></u>build/commands/--help': [Errno 2]<div class="im"><br>
No such file or directory<br>
[erikos@t61 sugar-build]$<br>
<br>
</div></blockquote><div class="im">
<br>
Looks like a bug, will fix.<br>
</div></blockquote>
<br>
Ok, great. Would be fantastic if '--help' would print the list of possible arguments.<div class="im"><br></div></blockquote><div><br></div><div>I'd like to avoid maintaining the docs in two places :) Though perhaps using docker we can figure out something to have both --help and the docs be generated from the same source.<br>
</div><div> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Hmm, I liked the layout with the sources directory.  Now the sources are mixed with the 'build' directory.</blockquote><div><br></div><div>Why does that bother you? :)<br><br>I mean there is just a single build directory there and everything else is source. Which is the opposite of before, with a source dir and everything else being build script. I'd argue the main focus should be on the source so it make sense to have that at the toplevel :)<br>
</div><div> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> Do you build now in the source directories?<br></blockquote><div><br></div><div>Yes. And I git stash the changes after having git add --all, so we don't lose the changes on git clean -fdx. Should probably document the stashing because if people don't know about it, they will assume the changes are lost. <br>
</div></div></div></div>