summaryrefslogtreecommitdiff
path: root/lorry
diff options
context:
space:
mode:
authorLorry <lorry@roadtrain.codethink.co.uk>2012-02-21 15:29:28 +0000
committerLorry <lorry@roadtrain.codethink.co.uk>2012-02-21 15:29:28 +0000
commitbfd0c4dba4339e146f17fe8142122c4fecc8e816 (patch)
treebc296879ef08c0de522e218ac8d617084c7c6ad4 /lorry
parent6ea3b5b1244e5a2ef2d6f851549952fb7db7f0fe (diff)
downloadlorry-bfd0c4dba4339e146f17fe8142122c4fecc8e816.tar.gz
Rename method to not name the git server
Diffstat (limited to 'lorry')
-rwxr-xr-xlorry4
1 files changed, 2 insertions, 2 deletions
diff --git a/lorry b/lorry
index b76ab13..47b7030 100755
--- a/lorry
+++ b/lorry
@@ -324,8 +324,8 @@ class Lorry(cliapp.Application):
self.add_remote(project_name, gitdir)
- def push_to_gitorious(self, gitdir):
- self.progress('.. pushing to gitorious')
+ def push_to_mirror_server(self, gitdir):
+ self.progress('.. pushing to mirror server')
self.run_program(['git', 'push', 'gitorious'], cwd=gitdir)
def run_program(self, argv, **kwargs):