On Tue, Feb 9, 2010 at 4:13 PM, Keith Lofstrom <[email protected]> wrote: > In an environment of five or six homogenous machines, repeated > "download, unpack, make, make install" process is time consuming. > I suppose I should learn to build packages, and it would be a > little easier. > > With just a few machines, though, it would be even easier if > I could do a "make install" to remote machines, perhaps > giving this hypothetical tool a list of all the machines I > want to do the same installation on. > > Since I am not as clever as a skilled programmer, I assume this > desire has already been addressed, and there is an existing > tool that would be good for this. Suggestions? > > Keith > > -- > Keith Lofstrom [email protected] Voice (503)-520-1993 > KLIC --- Keith Lofstrom Integrated Circuits --- "Your Ideas in Silicon" > Design Contracting in Bipolar and CMOS - Analog, Digital, and Scan ICs > _______________________________________________ > PLUG mailing list > [email protected] > http://lists.pdxlinux.org/mailman/listinfo/plug >
If the machines are running the same distro/gcc/kernel or whatever is required by the package that's being built it should be pretty simple to dist it out once you've built it once, re-package in whatever format you want, scp to to other machine untar/zip the file and run make install again. Drew- _______________________________________________ PLUG mailing list [email protected] http://lists.pdxlinux.org/mailman/listinfo/plug
