View Single Post
Old 08-29-2014, 06:05 PM   #74
eschwartz
Ex-Helpdesk Junkie
eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.eschwartz ought to be getting tired of karma fortunes by now.
 
eschwartz's Avatar
 
Posts: 19,421
Karma: 85400180
Join Date: Nov 2012
Location: The Beaten Path, USA, Roundworld, This Side of Infinity
Device: Kindle Touch fw5.3.7 (Wifi only)
And it seems you can also use
Code:
cd ~/git/calibre/ && python2 setup.py build
to build the extensions in-place.

If there is nothing to build, it will run really fast and report nothing to do. So you could even alias
Code:
cd ~/git/calibre/ && git pull [upstream master] && python2 setup.py build
as calibre-update or whatever, and no need to trouble kovid with new builds. You wouldn't even notice the need to check anything.

Remember, you're the one who said "This is actually much faster than downloading binary releases." I'm just agreeing with you.
eschwartz is offline