With spawning a compilation, the second line (with…

fusion809 - Nov 4, 2015

With spawning a compilation, the second line (with the package you wish to merge) is it possible to point to a specific version of a package. For example, atm I’d like to merge app-editors/atom-1.2.0 from the Sabayon overlay, do I have to enter it as `app-editors/atom-1.2.0 –overlay sabayon` or `=app-editors/atom-1.2.0 –overlay sabayon`?

In section 3 I think you gave incorrect syntax, although it may be because of formatting limitations imposed by blogger. I think the two lines:

sudo docker run -ti –rm -v “$PWD”/artifacts:/usr/portage/packages sabayon/builder-amd64
app-text/tree

should instead be provided over a single line, like:

sudo docker run -ti –rm -v “$PWD”/artifacts:/usr/portage/packages sabayon/builder-amd64 app-text/tree

I say so because whenever I run it as two lines I get the error message:

-> You should feed me with something

Examples:

/builder app-text/tree
/builder plasma-meta –layman kde

**************************

You can supply multiple overlays as well: /builder plasma-meta –layman kde plab

Died at /builder line 18.

Yes, i’m sorry blogger returns the line anyway

like while using emerge, you have to use the equal sign to specify an exact version

Have ya considered using the code-formatting HTML code provided by codeformatter.blogspot.com? In the case of your first command mentioned in the “3) Spawning…” section the HTML code would be: http://paste2.org/NJ9st0ke (using a pastebin as inserting the code here directly gave a “HTML cannot be accepted” error).