[sysadmin-bin: 71/168] Add username to the other ssh command in the create-repository message



commit 0857ae5924ca4f23406c06032917d2addc679e27
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Wed Mar 25 10:56:05 2009 -0400

    Add username to the other ssh command in the create-repository message
    
    Say 'ssh $user git gnome org finish-import'.

 create-repository |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/create-repository b/create-repository
index 99c231f..295f865 100755
--- a/create-repository
+++ b/create-repository
@@ -53,5 +53,5 @@ You can now import an existing Git repository using:
 
 When you are finished importing and everything looks good, run:
 
-  ssh git.gnome.org finish-import $name
+  ssh $user git gnome org finish-import $name
 EOF



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]