Re: keeping ports up to date on two personal machines

2005-06-19 Thread Anthony Philipp
On Sun, Jun 19, 2005 at 05:31:03PM +1200, Jonathan Chen wrote:
> On Sat, Jun 18, 2005 at 06:07:08PM -0500, Anthony Philipp wrote:
> > Hello guys,
> > 
> > I just have a quick question. I have two FreeBSD-5.4-p2 machines,
> > and instead of using cvsup on both machines to keep my ports up to
> > date could I just rsync /usr/ports/ from the faster machine to the
> > other one without any issues? I understand I could run a private
> > cvsup server, but for two machines this seems a little excessive.
> > Any suggestions or problems with this idea?
> 
> It would be easier (and faster) to build the stuff on the faster machine
> and create packages off it to give to the slower box.
> 
> Check out "pkg_create -b".
> 

Alright I will keep this in mind. Thanks for the tip.

Anthony Philipp
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: keeping ports up to date on two personal machines

2005-06-19 Thread Anthony Philipp
On Sun, Jun 19, 2005 at 02:13:58AM +0300, Giorgos Keramidas wrote:
> On 2005-06-18 18:07, Anthony Philipp <[EMAIL PROTECTED]> wrote:
> > Hello guys,
> >
> > I just have a quick question. I have two FreeBSD-5.4-p2 machines,
> > and instead of using cvsup on both machines to keep my ports up to
> > date could I just rsync /usr/ports/ from the faster machine to the
> > other one without any issues?
> 
> Certainly.  Just make you don't synchronize work/ subdirectories too,
> if they contain prebuilt binaries that don't match the setup of the
> destination machine.

You mean the work directories such as /usr/ports/net/gaim/work? Or
did you mean a different work directory?

Anthony Philipp
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: keeping ports up to date on two personal machines

2005-06-18 Thread Jonathan Chen
On Sat, Jun 18, 2005 at 06:07:08PM -0500, Anthony Philipp wrote:
> Hello guys,
> 
> I just have a quick question. I have two FreeBSD-5.4-p2 machines,
> and instead of using cvsup on both machines to keep my ports up to
> date could I just rsync /usr/ports/ from the faster machine to the
> other one without any issues? I understand I could run a private
> cvsup server, but for two machines this seems a little excessive.
> Any suggestions or problems with this idea?

It would be easier (and faster) to build the stuff on the faster machine
and create packages off it to give to the slower box.

Check out "pkg_create -b".

Cheers.
-- 
Jonathan Chen <[EMAIL PROTECTED]>
--
 "A person should be able to do a small bit of everything,
specialisation is for insects"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: keeping ports up to date on two personal machines

2005-06-18 Thread Giorgos Keramidas
On 2005-06-18 18:07, Anthony Philipp <[EMAIL PROTECTED]> wrote:
> Hello guys,
>
> I just have a quick question. I have two FreeBSD-5.4-p2 machines,
> and instead of using cvsup on both machines to keep my ports up to
> date could I just rsync /usr/ports/ from the faster machine to the
> other one without any issues?

Certainly.  Just make you don't synchronize work/ subdirectories too,
if they contain prebuilt binaries that don't match the setup of the
destination machine.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


keeping ports up to date on two personal machines

2005-06-18 Thread Anthony Philipp
Hello guys,

I just have a quick question. I have two FreeBSD-5.4-p2 machines,
and instead of using cvsup on both machines to keep my ports up to
date could I just rsync /usr/ports/ from the faster machine to the
other one without any issues? I understand I could run a private
cvsup server, but for two machines this seems a little excessive.
Any suggestions or problems with this idea?

Thanks for the advice,

Anthony Philipp
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"