[Pkg-mozext-commits] [requestpolicy] 57/100: Add the development wiki as a submodule * Update README with instructions on how to clone the wiki

David Prévot taffit at moszumanska.debian.org
Fri Dec 12 22:56:58 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository requestpolicy.

commit d336b8a2a5e966aae2de89703750c98282171d87
Author: nodiscc <nodiscc at gmail.com>
Date:   Wed Oct 8 19:13:52 2014 +0200

    Add the development wiki as a submodule
     * Update README with instructions on how to clone the wiki
---
 .gitmodules | 3 +++
 README.md   | 3 ++-
 wiki        | 1 +
 3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..7fd707f
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "wiki"]
+	path = wiki
+	url = https://github.com/RequestPolicyContinued/requestpolicy.wiki.git
diff --git a/README.md b/README.md
index 7200f00..075a75a 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,8 @@ GPL v3
 
 You'd like to get more into RequestPolicy? Great! Just take a look at the issues, say hello in our [general discussion](https://github.com/RequestPolicyContinued/requestpolicy/issues/484) issue or simply browse the code. A good first step is getting the code – see below. For more information, please take a look at our [Development Wiki](https://github.com/RequestPolicyContinued/requestpolicy/wiki).
 
+The wiki can be cloned locally with `git clone https://github.com/RequestPolicyContinued/requestpolicy.wiki.git`. It is included as a git [submodule](http://git-scm.com/book/en/Git-Tools-Submodules) of the main repository, so you can clone both the source and developement wiki in one step with `git clone --recursive https://github.com/RequestPolicyContinued/requestpolicy` or by running `git submodule update --init` inside your copy of the repository.
+
 
 ## Getting the Source Code
 
@@ -38,4 +40,3 @@ control system, you can do so with:
 git clone https://github.com/RequestPolicyContinued/requestpolicy.git
 ```
 
-You can also `git clone https://github.com/RequestPolicyContinued/requestpolicy.wiki.git`
diff --git a/wiki b/wiki
new file mode 160000
index 0000000..1553b0c
--- /dev/null
+++ b/wiki
@@ -0,0 +1 @@
+Subproject commit 1553b0c28bbc46bae4e201bc490102382865f96a

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git



More information about the Pkg-mozext-commits mailing list