-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 > Let's say, that I have a couple of servers with similar flags, other > with specials odds and a lot of fancy desktop machines and I need/want > to centralize all the process (download-setup-make-publish) on one > dedicated server with enough resources to do that.
> Is some way to do that or we need to create the right tools (I > volunteer) ? making a chroot enviroment for each of the different set-ups would work. Then you'll have different world and mak.conf for each chroot'd env. and just do the emerge -b world for each of them. Could be a lot of job, and it could maybe be done using a script with something like this. 1. you'll need to make worldfile.machine1, worldfile.machine2 and so on, and makeconf.machine1 and so on. 2 then you could do something like this. of course you'll do the emerge sync first "Script to change makefiles and worldfiles. "!/bin/sh "first backup the make.conf file thats there cp /etc/make.conf /etc/make.conf.backup "then will start the prosses cp makeconf.machine1 /etc/make.conf rm -Rf /usr/portage/package/* emerge -uDb $( < worldfile.machine1 ) mv /usr/portage/package/* /machine1.packages/ " and the do the same again. This is just to give you an idea of how things can be done, I'm sure you'll be able to tweak it to work like you want it too. The idea is that you'll switch the make file between each diffent setup. - -- Sigurd Stordal master in Petrology/mineralogy President of GOGS Opuscreator VS in DNM95 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQE/tNgISB4UOs/snOURAsU/AJ9YD9vh5A/sC/y45bTcVJAXm08NjwCfYy+g YbSwdNKLi9ffdZegbEpvc3Q= =X6XE -----END PGP SIGNATURE----- -- [EMAIL PROTECTED] mailing list
