|
@@ -116,53 +116,41 @@
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="panel panel-primary">
|
|
<div class="panel panel-primary">
|
|
- <div class="panel-heading">Source code</div>
|
|
|
|
|
|
+ <div class="panel-heading">Git repository</div>
|
|
<div class="panel-body">
|
|
<div class="panel-body">
|
|
|
|
|
|
- <div class="row">
|
|
|
|
- <div class="col-sm-7">
|
|
|
|
- <div class="panel panel-success">
|
|
|
|
- <div class="panel-heading">Repository</div>
|
|
|
|
- <div class="panel-body">
|
|
|
|
- <P>The buildroot repository can be browsed online at
|
|
|
|
- <a href="https://gitlab.com/buildroot.org/buildroot/">https://gitlab.com/buildroot.org/buildroot/</a>.
|
|
|
|
- To grab a copy of the repository use</p>
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- <div class="input-group" style="width: 100%;">
|
|
|
|
- <input class="form-control" style="width: 85%;" id="giturl"
|
|
|
|
- value="git clone https://gitlab.com/buildroot.org/buildroot.git" type="text" readonly></input>
|
|
|
|
- <span class="input-group-button">
|
|
|
|
- <button class="btn pull-right" type="button" data-clipboard-target="#giturl"
|
|
|
|
- data-toggle="tooltip" data-placement="bottom" data-trigger="manual" title="Copied!">
|
|
|
|
- <img class="clippy" src="images/clippy.svg" alt="Copy to clipboard" width="13">
|
|
|
|
- </button>
|
|
|
|
- </span>
|
|
|
|
- </div><br>
|
|
|
|
-
|
|
|
|
- <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>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
|
|
+ <p>The buildroot repository can be browsed online at
|
|
|
|
+ <a href="https://gitlab.com/buildroot.org/buildroot/">https://gitlab.com/buildroot.org/buildroot/</a>.</p>
|
|
|
|
+
|
|
|
|
+ <p>To grab a copy of the repository use</p>
|
|
|
|
+
|
|
|
|
+ <div class="input-group" style="width: 100%;">
|
|
|
|
+ <input class="form-control" style="width: 85%;" id="giturl"
|
|
|
|
+ value="git clone https://gitlab.com/buildroot.org/buildroot.git" type="text" readonly></input>
|
|
|
|
+ <span class="input-group-button">
|
|
|
|
+ <button class="btn pull-right" type="button" data-clipboard-target="#giturl"
|
|
|
|
+ data-toggle="tooltip" data-placement="bottom" data-trigger="manual" title="Copied!">
|
|
|
|
+ <img class="clippy" src="images/clippy.svg" alt="Copy to clipboard" width="13">
|
|
|
|
+ </button>
|
|
|
|
+ </span>
|
|
|
|
+ </div><br>
|
|
|
|
+
|
|
|
|
+ <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>
|
|
|
|
+
|
|
|
|
+ <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:</p>
|
|
|
|
+
|
|
|
|
+ <pre>git pull</pre>
|
|
|
|
+
|
|
|
|
+ <p>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.</p>
|
|
|
|
|
|
- </div>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|