From 2ee00d0964dddf364c195e656ab938c721b50569 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Sat, 24 Jan 2015 00:05:55 +0100 Subject: 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" Cc: Peter Korsgaard Signed-off-by: Thomas Petazzoni --- docs/git.html | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) delete mode 100644 docs/git.html (limited to 'docs/git.html') diff --git a/docs/git.html b/docs/git.html deleted file mode 100644 index 890397592c..0000000000 --- a/docs/git.html +++ /dev/null @@ -1,48 +0,0 @@ - - -
-
- -

Git Access

- -The buildroot repository can be browsed online through cgit at -http://git.buildroot.net/buildroot. -To grab a copy of the repository use - -
-git clone git://git.buildroot.net/buildroot
- -Or if you're behind a firewall blocking git: - -
-git clone http://git.buildroot.net/git/buildroot.git
- -

- -Please use the native git protocol if at all possible, as it's a lot -more efficient than HTTP. - -

- -If you are not already familiar with using Git, we recommend you visit the Git website. - -

- -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: - -

-git pull
-
- -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. - -
-
- - - -- cgit v1.2.3