I've been tracking discussions about downloading copies of the pkg repos and I'm completely unwilling (unable) to download 130+gigs just to have a local pkg repo. But, if I had limitless bandwidth and faster machines, I'd probably do it in case of zombie apocalypse
. I'd like to see if there's another less bandwidth intensive approach...
I'm thinking what if I could just have a copy of my pkgs laying around somewhere after doing
In TDD style, I'm thinking something along the lines of:
which would install cu and put it and any other things that got installed into /pkg-cache, which could be shared out as odin:/pkg-cache. Then on fenris:
or somesuch... if this is already supported, point me that way, otherwise, if you can think of a workaround that'd be helpful too.
- will
p.s. It'd be nice if it supported

I'm thinking what if I could just have a copy of my pkgs laying around somewhere after doing
pkg install this that and the other
that could be used as a cache. That way, if I had several identically provisioned machines (I do), I could just point the others at the "cache". Is this possible?In TDD style, I'm thinking something along the lines of:
Code:
pkg install cu --add-to-cache /pkg-cache
which would install cu and put it and any other things that got installed into /pkg-cache, which could be shared out as odin:/pkg-cache. Then on fenris:
Code:
pkg install cu --from-cache odin:/pkg-cache
or somesuch... if this is already supported, point me that way, otherwise, if you can think of a workaround that'd be helpful too.
- will
p.s. It'd be nice if it supported
pkg upgrade