9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* Re: [9fans] bleeding edge sources
@ 2002-10-08 16:10 Russ Cox
  0 siblings, 0 replies; 2+ messages in thread
From: Russ Cox @ 2002-10-08 16:10 UTC (permalink / raw)
  To: 9fans

The update process is described in replica(1).
There's an example at the end.

The typical incantation (assuming you have
network connectivity) is

	disk/kfscmd allow
	replica/pull -v /dist/replica/network
	disk/kfscmd disallow

If you've updated recently, glenda has a script
called pull in her bin/rc directory, so if you're
logged in as glenda, you can just do

	pull

or

	pull -s

if you want to overwrite local changes with server
changes when conflicts occur.  If you don't log in
as glenda, you can use

	cat >$home/bin/rc/pull <<!
	#!/bin/rc
	exec /usr/glenda/bin/rc/pull $*
	!
	chmod +x $home/bin/rc/pull

Russ



^ permalink raw reply	[flat|nested] 2+ messages in thread
* Re: [9fans] lp doesn't work after upgrade from downloaded cd image
@ 2002-10-08 15:58 Russ Cox
  2002-10-08 16:05 ` [9fans] bleeding edge sources John Saylor
  0 siblings, 1 reply; 2+ messages in thread
From: Russ Cox @ 2002-10-08 15:58 UTC (permalink / raw)
  To: 9fans

There's a bug in the lp on the CD image, due to
a bug in the APE freopen.  The version on sources
is corrected.  If I remember correctly, that doesn't
help you.

Would people find it helpful to have a ``bleeding edge''
CD image of the whole sources archive regenerated
every night that you could use to update if you can't
get to sources from inside Plan 9?

Russ



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-10-08 16:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-08 16:10 [9fans] bleeding edge sources Russ Cox
  -- strict thread matches above, loose matches on Subject: below --
2002-10-08 15:58 [9fans] lp doesn't work after upgrade from downloaded cd image Russ Cox
2002-10-08 16:05 ` [9fans] bleeding edge sources John Saylor

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).