summaryrefslogtreecommitdiff
path: root/morphlib/sourcemanager.py
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-02-01 15:02:29 +0000
committerJannis Pohlmann <jannis.pohlmann@codethink.co.uk>2012-02-01 15:04:11 +0000
commitc9d1c2d25370d4a12a8e6a575cce4e48338f8866 (patch)
treea7f558514e23ad0cdfc1b43f8b9bdb07ed0139bf /morphlib/sourcemanager.py
parent151989ab5a348ac116424e0fef00b5a8519d7dfd (diff)
downloadmorph-c9d1c2d25370d4a12a8e6a575cce4e48338f8866.tar.gz
Stop after updating the repo successfully from one of the base URLs.
Diffstat (limited to 'morphlib/sourcemanager.py')
-rw-r--r--morphlib/sourcemanager.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/morphlib/sourcemanager.py b/morphlib/sourcemanager.py
index 23c5d6bc..e780cecb 100644
--- a/morphlib/sourcemanager.py
+++ b/morphlib/sourcemanager.py
@@ -154,6 +154,8 @@ class SourceManager(object):
if success:
treeish = morphlib.git.Treeish(gitcache, repo, ref,
self.msg)
+ self.indent_less()
+ break
self.indent_less()