tag 853283 pending
thanks
Date: Thu Feb 2 09:10:13 2017 +0100
Author: Guido Günther <[email protected]>
Commit ID: d904b61686e1aa542d437f6da35fc795d92dd7c4
Commit URL:
https://git.sigxcpu.org/cgit/git-buildpackage//commit/?id=d904b61686e1aa542d437f6da35fc795d92dd7c4
Patch URL:
https://git.sigxcpu.org/cgit/git-buildpackage//patch/?id=d904b61686e1aa542d437f6da35fc795d92dd7c4
Use a symlink to supercomand instead of pkgresources.load_entry_point
This sppeds up startup a lot and thus makes bash completion much more
responsive:
$ gbp buildpackge --help
real 0m0,573s
user 0m0,532s
sys 0m0,036s
$ time python
/usr/lib/python2.7/dist-packages/gbp/scripts/supercommand.py buildpackage --help
real 0m0,051s
user 0m0,040s
sys 0m0,012s
Closes: #853283