From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 20 Dec 2011 16:15:11 -0800 Message-ID: From: John Floren To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [9fans] fun with replica and pull Topicbox-Message-UUID: 50c28dd4-ead7-11e9-9d60-3106f5b1d025 On Mon, Dec 19, 2011 at 10:00 PM, John Floren wrote: > I'd like to install Erik's nupas, but according to contrib/install, a > bunch of files have been modified locally, so it doesn't install them. > Then, if I try to do a contrib/pull, it believes the package is up to > date. Ok, great, so I do "replica/pull -v /dist/replica/nupas", which > still complains that a ton of files are locally modified. As far as I > can tell, you must specify each individual file in a -s switch to > replica before it'll actually do the right thing--yuck. Is there any > way for me to just install the thing and damn the consequences? I've > looked at the list of files it's afraid to overwrite, they're not > anything I made modifications to (or at least, no important > modifications). > > > John I ended up writing "decontrib", which will download all the files from a contrib package into a local directory and make a tarball for you. Then you can do whatever you like. Thus: % decontrib quanstro nupas [lots of output removed] % ls | grep nupas nupas nupas.tgz % lc nupas 386 README acme mail rc sys % It's in /n/sources/contrib/john/decontrib