Hi Mike, On Fri, Nov 02, 2007 at 09:46:48PM +0100, Mike Hommey wrote: > Well, everything is in the subject. One of the culprits is copy_from(), > which reads/writes the whole tree one while it is far from necessary. What would you recommend? Using hardlinks? We can't untar right into the git repo since we might need to mangle/filter files. Any suggestions are very welcome.
> Another one is the fact that import-dsc also runs dpkg-source -x, which > means the .orig.tar.gz gets uncompressed and written out twice. What should we do about this? Not using "dpkg-source -x" would mean getting into the "details" of how debian patches are being applied - that's easy enough at the moment since we only have a single diff.gz but we'd have to keep up with changes in the packaging format ourselves then or am I missing something? > Another one is the fact that when importing for the first time, git-commit, > called without -q, generates a very long diff summary (since one end of > the diff is void) for no real use. I tried this and git-buildpackage now ommits the output but the speedup is quiet small - unfortunately. Cheers and thanks for the suggestions, -- Guido -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

