On Mon, Dec 19, 2011 at 10:00 PM, John Floren <j...@jfloren.net> 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