On Mar 10, 2011, at 5:18 AM, Julian Edwards wrote: > On Thursday 10 March 2011 02:25:32 Gary Poster wrote: >> On Mar 9, 2011, at 4:51 PM, Robert Collins wrote: >>>> Is there any reason why we should not clean this up and remove old >>>> versions? >>> >>> No reason. Long as we have all versions covered by: >>> - last db deploy >>> - db devel >>> - devel >>> >>> we're good. >> >> I agree. >> >> ...And maybe someday we'll get around to managing this with an sftp to make >> our setup a bit less weird, and maybe even with pre-built eggs to make >> rollout prep (and even initial builds) faster... >> >> Gary > > Great! Ok so my next question is, how do I go about doing this? It's easy > to > bzr remove the tar files but how do we clean up the unpacked eggs? > > I am showing my complete ignorance of how this stuff works :)
:-) You clean up the unpacked eggs that you don't want in ./eggs/ by "rm -rf"-ing locally. They are local to your machine. Gary _______________________________________________ Mailing list: https://launchpad.net/~launchpad-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-dev More help : https://help.launchpad.net/ListHelp

