summaryrefslogtreecommitdiffstats
path: root/docs/website/git.html
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2015-01-24 00:05:55 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-01-25 18:17:09 +0100
commit2ee00d0964dddf364c195e656ab938c721b50569 (patch)
treef867da552a44e6beec69e1374028dbc16395bb56 /docs/website/git.html
parentb90fa707f3a3d43d54944e7b80ad6423f2f93667 (diff)
downloadbuildroot-2ee00d0964dddf364c195e656ab938c721b50569.tar.gz
buildroot-2ee00d0964dddf364c195e656ab938c721b50569.zip
docs: really move the website
Now that the automated scripts that deply our website have been updated, really move the website to its final location. We still keep a symlink for the images, as they are used both for the website, and for the manual. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Peter Korsgaard <jacmet@uclibc.org> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'docs/website/git.html')
-rw-r--r--docs/website/git.html48
1 files changed, 48 insertions, 0 deletions
diff --git a/docs/website/git.html b/docs/website/git.html
new file mode 100644
index 0000000000..890397592c
--- /dev/null
+++ b/docs/website/git.html
@@ -0,0 +1,48 @@
+<!--#include file="header.html" -->
+
+<div class="row">
+<div class="col-sm-10 col-sm-offset-1">
+
+<h3>Git Access</h3>
+
+The buildroot repository can be browsed online through cgit at
+<a href="http://git.buildroot.net/buildroot/">http://git.buildroot.net/buildroot</a>.
+To grab a copy of the repository use
+
+<pre>
+git clone git://git.buildroot.net/buildroot</pre>
+
+Or if you're behind a firewall blocking git:
+
+<pre>
+git clone http://git.buildroot.net/git/buildroot.git</pre>
+
+<p>
+
+Please use the native git protocol if at all possible, as it's a lot
+more efficient than HTTP.
+
+<p>
+
+If you are not already familiar with using Git, we recommend you visit <a
+href="http://git-scm.org">the Git website</a>.
+
+<p>
+
+Once you've checked out a copy of the source tree, you can update your source
+tree at any time so it is in sync with the latest and greatest by entering your
+buildroot directory and running the command:
+
+<pre>
+git pull
+</pre>
+
+Because you've only been granted anonymous access to the tree, you won't be
+able to push your changes to the repo. Changes can instead be submitted for
+inclusion by posting them to the buildroot mailing list.
+
+</div><!--/.col-sm-10 -->
+</div><!--/.row -->
+
+<!--#include file="footer.html" -->
+
OpenPOWER on IntegriCloud