changeset 6158:de1f84de0a14

Disable shallow clone of lilypond git. It seems like savannah does not reliably accept --depth 1, so we'll just download the entire thing.
author Graham Percival <graham@percival-music.ca>
date Thu, 09 Jun 2011 19:54:26 +0100
parents 8863d79c621a
children 94605328eb2d
files gub/repository.py
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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):