mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Holger Schurig <holgerschurig@gmail.com>
To: barebox@lists.infradead.org
Subject: [PATCH 04/12] doc: only include own download chapter
Date: Fri, 27 Jun 2014 13:00:13 +0200	[thread overview]
Message-ID: <1403866821-4029-5-git-send-email-holgerschurig@gmail.com> (raw)
In-Reply-To: <1403866821-4029-1-git-send-email-holgerschurig@gmail.com>

Also make this download chapter note the next branch.

Signed-off-by: Holger Schurig <holgerschurig@gmail.com>
---
 Documentation/download.rst     |   16 ----------------
 Documentation/index.rst        |    1 -
 Documentation/user/barebox.rst |    7 ++++++-
 3 files changed, 6 insertions(+), 18 deletions(-)
 delete mode 100644 Documentation/download.rst

diff --git a/Documentation/download.rst b/Documentation/download.rst
deleted file mode 100644
index 9e30efe..0000000
--- a/Documentation/download.rst
+++ /dev/null
@@ -1,16 +0,0 @@
-:: _download:
-
-Getting barebox
-===============
-
-Releases of barebox can be downloaded here:
-
-http://barebox.org/download/
-
-git
----
-
-The barebox development repository is available via `git <http://git-scm.com/>`_ here:
-
-  * clone address git://git.pengutronix.de/git/barebox.git
-  * git web http://git.pengutronix.de/?p=barebox.git;a=summary
diff --git a/Documentation/index.rst b/Documentation/index.rst
index aff450a..b7dae23 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -13,7 +13,6 @@ Contents:
    :numbered:
    :maxdepth: 1
 
-   download
    user/user-manual
    filesystems
    commands
diff --git a/Documentation/user/barebox.rst b/Documentation/user/barebox.rst
index 9eb34af..bab0260 100644
--- a/Documentation/user/barebox.rst
+++ b/Documentation/user/barebox.rst
@@ -16,7 +16,7 @@ http://www.barebox.org/download/
 Development versions of barebox are accessible via git. A local repository clone
 can be created using git::
 
-  git clone git://git.pengutronix.de/git/barebox.git
+  $ git clone git://git.pengutronix.de/git/barebox.git
   Cloning into 'barebox'...
   remote: Counting objects: 113356, done.
   remote: Compressing objects: 100% (25177/25177), done.
@@ -26,6 +26,11 @@ can be created using git::
   Checking connectivity... done.
   Checking out files: 100% (5651/5651), done.
 
+After this, make sure to check out needed branch. If you want to
+develop for barebox, it's better to check the the next branch::
+
+  $ git checkout -b next origin/remotes/next
+
 A web interface to the repository is available at
 http://git.pengutronix.de/?p=barebox.git.
 
-- 
1.7.10.4


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

  parent reply	other threads:[~2014-06-27 10:54 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-27 11:00 [PATCH 00/12] documentation updates Holger Schurig
2014-06-27 11:00 ` [PATCH 01/12] doc: .gitignore generated files Holger Schurig
2014-06-27 11:00 ` [PATCH 02/12] doc: make "System setup" an appendix Holger Schurig
2014-06-27 11:00 ` [PATCH 03/12] doc: start (almost) all headlines with a capital Holger Schurig
2014-06-27 11:00 ` Holger Schurig [this message]
2014-06-27 11:00 ` [PATCH 05/12] doc: filesystemtype -> filesystem type Holger Schurig
2014-06-27 11:00 ` [PATCH 06/12] doc: mention "make xconfig" Holger Schurig
2014-06-27 11:00 ` [PATCH 07/12] doc: add colon after NOTE and HINT Holger Schurig
2014-06-27 11:00 ` [PATCH 08/12] doc: add hint on how to calculate in hush Holger Schurig
2014-06-27 11:00 ` [PATCH 09/12] doc: remove board type from barebox prompt examples Holger Schurig
2014-06-27 11:00 ` [PATCH 10/12] doc: reformat overly long lines Holger Schurig
2014-06-27 11:00 ` [PATCH 11/12] doc: move variables near device parameters Holger Schurig
2014-06-27 11:00 ` [PATCH 12/12] doc: link back from variables to " Holger Schurig
2014-06-27 19:48 ` [PATCH 00/12] documentation updates Sascha Hauer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1403866821-4029-5-git-send-email-holgerschurig@gmail.com \
    --to=holgerschurig@gmail.com \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox