From 22c0ee7fe3efdc00f314533647777246ed1d5e88 Mon Sep 17 00:00:00 2001 From: Holger Schurig Date: Fri, 27 Jun 2014 13:00:13 +0200 Subject: [PATCH] doc: only include own download chapter Also make this download chapter note the next branch. Signed-off-by: Holger Schurig Signed-off-by: Sascha Hauer --- 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 9e30efeda..000000000 --- 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 `_ 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 aff450a3c..b7dae2396 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 9eb34af87..bab026022 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.