|
@@ -1872,11 +1872,6 @@ class Project(object):
|
|
|
time.sleep(random.randint(30, 45))
|
|
time.sleep(random.randint(30, 45))
|
|
|
|
|
|
|
|
if initial:
|
|
if initial:
|
|
|
- # Ensure that some refs exist. Otherwise, we probably aren't looking
|
|
|
|
|
- # at a real git repository and may have a bad url.
|
|
|
|
|
- if not self.bare_ref.all:
|
|
|
|
|
- ok = False
|
|
|
|
|
-
|
|
|
|
|
if alt_dir:
|
|
if alt_dir:
|
|
|
if old_packed != '':
|
|
if old_packed != '':
|
|
|
_lwrite(packed_refs, old_packed)
|
|
_lwrite(packed_refs, old_packed)
|