Gentoo Archives: gentoo-dev

From: Douglas Russell <puggy@×××××××××.com>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] Portage through SSH
Date: Sun, 31 Aug 2003 15:02:58
Message-Id: 200308311601.23468.puggy@bobspants.com
In Reply to: Re: [gentoo-dev] Portage through SSH by Marc Giger
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 On Sunday 31 August 2003 3:35 pm, Marc Giger wrote:
5 > On Sun, 31 Aug 2003 15:07:38 +0200
6 >
7 > John Nilsson <john@×××××××.nu> wrote:
8 > > Could one implement all packagemanagement emerge does through ssh
9 > > (scp)?
10 > >
11 > > I would like to be able to use this command:
12 > >
13 > > emerge -u world server.mydomain.com
14 > >
15 > > where world, make.conf and other settings would be read from the
16 > > server however the portage tree would be local so only one computer
17 > > needs emerge sync, and packages would be crosscompiled for the server
18 > > and then copied through ssh to the server.
19 > >
20 > > "emerge -u sendmail *.mydomain.com" =)
21 > >
22 > > This way I could spare my poor 486 from compiling duties.
23 >
24 > What's with distcc?
25 >
26 > DISTCC_HOSTS="compiling_hosts" emerge -u sendmail ??
27 >
28 > Just leave localhost away from DISTCC_HOSTS.
29 > So it will only do preprocessing and such things on your 486. The object
30 > generation will do the "compiler_host...
31 >
32 > greets
33 >
34 > Marc
35 >
36 > --
37 > gentoo-dev@g.o mailing list
38
39 distcc works well, but on my cyrix 166 the linking takes absolutely ages. It
40 is much faster to just crosscompile for it on such a slow machine with the -K
41 method mentioned in another email.
42
43 Puggy
44
45 -----BEGIN PGP SIGNATURE-----
46 Version: GnuPG v1.2.2 (GNU/Linux)
47
48 iD8DBQE/Ug3CXYnvgFdTojMRAjoqAJ42yIx8R2QxYW1OSVDmcr33aNjP+QCfcncq
49 kPL4ZUIkvmhjTsPs0SR1FfM=
50 =tHGt
51 -----END PGP SIGNATURE-----
52
53
54 --
55 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] Portage through SSH John Nilsson <john@×××××××.nu>