From 5317b17890abfc46c6da10ef26c6cf31dda2f0b6 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 29 Mar 2016 21:55:22 +0200 Subject: [PATCH] source: add public git clone urls, rewording Signed-off-by: Jo-Philipp Wich --- pages/source.txt | 30 +++++++++++++++++++++++++----- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/pages/source.txt b/pages/source.txt index 7b939b4..3137a0f 100644 --- a/pages/source.txt +++ b/pages/source.txt @@ -3,26 +3,46 @@ include::header.txt[] == The Source Code The LEDE project source code start off with OpenWrt revision r49083. The code -stored inside a git tree. This tree contains all branches and releases ever -mad by OpenWrt. While importing the SOurces the tree was normalized and some +is stored inside a git tree which contains all branches and releases ever made +by OpenWrt. While importing the sources the tree was normalized and some minor tweaks were made to commiter names and mail addresses. +All repositories can be browsed online through +http://git.lede-project.org/[Gitweb] as well. + === Getting The _LEDE_ Code +Any _LEDE_ development happens in the main +source.git+ repository which is +accessible via both HTTP and HTTPS: + ---- -git clone git@git.lede-project.org:source.git +git clone http://git.lede-project.org/source.git ---- === Getting the OpenWrt Code +We keep the original OpenWrt source code up to r49083 available, mostly as +reference and for historic interest. + +The original OpenWrt Subversion repository has been split up into several Git +repositories mapping the various SVN directories and tags to proper Git +branches. + ---- -git clone git@git.lede-project.org:openwrt/source.git +git clone http://git.lede-project.org/openwrt/source.git +git clone http://git.lede-project.org/openwrt/packages.git +git clone http://git.lede-project.org/openwrt/feeds.git +git clone http://git.lede-project.org/openwrt/docs.git ---- === The Web Presence +The pages you're reading are generated from text files using the +http://www.methods.co.nz/asciidoc/[AsciiDoc] suite. Any changes made to the +projects web site will be reflected in out +web.git+ repository: + ---- -git clone git@git.lede-project.org:web.git +git clone http://git.lede-project.org/web.git ---- === Submitting Patches -- 2.30.2