Rfaulk has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/67649


Change subject: fix/mod. formatting/config setting variable names.
......................................................................

fix/mod. formatting/config setting variable names.

Change-Id: I13e1dfce1fbfe9aa9b192374d2feae8b27937e24
---
M README.rst
1 file changed, 7 insertions(+), 11 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/sartoris refs/changes/49/67649/1

diff --git a/README.rst b/README.rst
index a961ce5..98edb3f 100644
--- a/README.rst
+++ b/README.rst
@@ -25,15 +25,11 @@
 
 First set the "hook-dir" and "tag-prefix" for the deploy section in your 
global .gitconfig:
 
-       git config --global deploy.remote-target {%target host%} # e.g. 
my.remotehost.com:8080 a.k.a deploy host
-
-       git config --global deploy.remote-path {%remote deploy path%}
-
-       git config --global deploy.remote-user {%authorized user on deploy 
target%}
-       
+       git config --global deploy.target {%target host%} # e.g. 
my.remotehost.com:8080 a.k.a deploy host
+       git config --global deploy.path {%remote deploy path%}
+       git config --global deploy.user {%authorized user on deploy target%}
        git config --global deploy.hook-dir .git/deploy/hooks
-    
-    git config --global deploy.tag-prefix {%project name%}
+       git config --global deploy.tag-prefix {%project name%}
 
 Next create the sartoris configuration file by first copying 
./sartoris/config.py.example to 
 ./sartoris/config.py then setting the TEST_REPO and SARTORIS_HOME variables.  
The TEST_REPO
@@ -42,14 +38,14 @@
 
 To start a new deployment issue a 'start' command:
 
-    python {% SARTORIS_HOME %}/sartoris/sartoris.py start
+       python {% SARTORIS_HOME %}/sartoris/sartoris.py start
 
 At this point you are free to make commits to the project and when ready for 
deployment issue 
 a 'sync' command:
 
-    python {% SARTORIS_HOME %}/sartoris/sartoris.py sync
+       python {% SARTORIS_HOME %}/sartoris/sartoris.py sync
 
 The process may be aborted at any point with an 'abort' command:
 
-    python {% SARTORIS_HOME %}/sartoris/sartoris.py abort
+       python {% SARTORIS_HOME %}/sartoris/sartoris.py abort
 

-- 
To view, visit https://gerrit.wikimedia.org/r/67649
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I13e1dfce1fbfe9aa9b192374d2feae8b27937e24
Gerrit-PatchSet: 1
Gerrit-Project: sartoris
Gerrit-Branch: master
Gerrit-Owner: Rfaulk <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to