Gentoo Archives: gentoo-dev

From: John Nilsson <john@×××××××.nu>
To: Marius Mauch <genone@××××××.de>
Cc: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Portage through SSH
Date: Sun, 31 Aug 2003 14:16:32
Message-Id: 57771122-DBBE-11D7-AC73-000393A27E82@milsson.nu
In Reply to: Re: [gentoo-dev] Portage through SSH by Marius Mauch
1 No you are missing the point. I want emerge to execute on one host and
2 then do the file operations (install delete and that) on a remote host.
3
4 - John
5 söndagen den 31 augusti 2003 kl 15.32 skrev Marius Mauch:
6
7 > On Sun, 31 Aug 2003 15:07:38 +0200
8 > John Nilsson <john@×××××××.nu> wrote:
9 >
10 >> Could one implement all packagemanagement emerge does through ssh
11 >> (scp)?
12 >>
13 >> I would like to be able to use this command:
14 >>
15 >> emerge -u world server.mydomain.com
16 >>
17 >> where world, make.conf and other settings would be read from the
18 >> server however the portage tree would be local so only one computer
19 >> needs emerge sync, and packages would be crosscompiled for the server
20 >> and then copied through ssh to the server.
21 >>
22 >> "emerge -u sendmail *.mydomain.com" =)
23 >>
24 >> This way I could spare my poor 486 from compiling duties.
25 >
26 > The cross-compilation is not possible now (maybe with some hackish
27 > scripts, but not "out of the box"), however you can share the portage
28 > tree over NFS, so you only need one copy. And of course you can run
29 > emerge over ssh, so "ssh root@yourbox emerge -upv world" should work.
30 > And if you don't want to keep the ssh session open all the time use
31 > "screen".
32 >
33 > Marius
34 >
35 > --
36 > gentoo-dev@g.o mailing list
37 >
38
39
40 --
41 gentoo-dev@g.o mailing list