# HG changeset patch # User Graham Percival # Date 1307645666 -3600 # Node ID ca03952c2f16eee7e2520006a1e897f56c26795c # Parent 949981fd9334d9d5f32cdbd9e7fd05783bb3501a Disable shallow clone of lilypond git. It seems like savannah does not reliably accept --depth 1, so we'll just download the entire thing. diff -r 949981fd9334 -r ca03952c2f16 gub/repository.py --- a/gub/repository.py Wed Jun 08 13:46:30 2011 +0100 +++ b/gub/repository.py Thu Jun 09 19:54:26 2011 +0100 @@ -573,7 +573,8 @@ # We cannot do a shallow download if we're not tracking # we have to get at least enough history to include the # fixed committish ... :-) - self.shallow = self.is_tracking () + #no shallow# self.shallow = self.is_tracking () + self.shallow = False assert self.url_host assert self.url_dir def version (self):