Rfaulk has submitted this change and it was merged.

Change subject: mod - config section.
......................................................................


mod - config section.

Change-Id: Ieb5bd6520c7f92a38cc7abab797d2ad262698e7f
---
M README.rst
1 file changed, 13 insertions(+), 14 deletions(-)

Approvals:
  Rfaulk: Verified; Looks good to me, approved
  jenkins-bot: Verified



diff --git a/README.rst b/README.rst
index a896fbb..ef59e82 100644
--- a/README.rst
+++ b/README.rst
@@ -20,29 +20,28 @@
 
 Source: http://en.wikipedia.org/wiki/Sartoris
 
-Usage
------
 
-First set the "hook-dir" and "tag-prefix" for the deploy section in your 
global .gitconfig:
 
-       git config deploy.target {%target host%} # e.g. my.remotehost.com:8080 
a.k.a deploy host
+Configuration
+-------------
 
-       git config deploy.path {%remote deploy path%}
+First set the "hook-dir" and "tag-prefix" and other dependencies for the 
deploy section in your global .gitconfig:
 
-       git config deploy.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 deploy.hook-dir .git/deploy/hooks
+git config --global deploy.path {%remote deploy path%}
 
-       git config deploy.tag-prefix {%project name%}
+git config --global deploy.user {%authorized user on deploy target%}
 
-    git config deploy.remote {%remote name%}
+git config --global deploy.hook-dir .git/deploy/hooks
 
-    git config deploy.branch {%deploy branch 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
-should be defined in your /tmp folder while SARTORIS_HOME should point to the 
your local
-Sartoris project home.
+git config --global deploy.remote {%remote name%}
+
+git config --global deploy.branch {%deploy branch name%}
+
+Also ensure that the global git params user.name and user.email are defined.
 
 To start a new deployment issue a 'start' command:
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ieb5bd6520c7f92a38cc7abab797d2ad262698e7f
Gerrit-PatchSet: 1
Gerrit-Project: sartoris
Gerrit-Branch: master
Gerrit-Owner: Rfaulk <rfaulk...@wikimedia.org>
Gerrit-Reviewer: Rfaulk <rfaulk...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to