aboutsummaryrefslogtreecommitdiff
path: root/www/git.md
diff options
context:
space:
mode:
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>2017-04-07 23:11:56 +0000
committerGogs <gogitservice@gmail.com>2017-04-07 23:11:56 +0000
commit165f7969562285d58d833285c537470af7720e5f (patch)
treeb28d57d064e4aae46014e5d209b38494a37c6018 /www/git.md
parentf2d7029bd06abe6d02b4ebd8ccf38c3a6d769dc1 (diff)
parent061ce6871866cbcd38c0e75eca10e18cd6d43a74 (diff)
downloadlibrebootfr-165f7969562285d58d833285c537470af7720e5f.tar.gz
librebootfr-165f7969562285d58d833285c537470af7720e5f.zip
Merge branch 'gitpagecleanup' of libreboot/libreboot into master
Diffstat (limited to 'www/git.md')
-rw-r--r--www/git.md42
1 files changed, 8 insertions, 34 deletions
diff --git a/www/git.md b/www/git.md
index 7827c760..105c091e 100644
--- a/www/git.md
+++ b/www/git.md
@@ -3,16 +3,16 @@ title: Information about sending patches for review
x-toc-enable: true
...
-Useful information, related to Libreboot development, including links to
-the Git repositories where development is done. Development discussion
-is done on IRC and on the libreboot
-[subreddit](https://www.reddit.com/r/libreboot/)
+Useful information, related to Libreboot development, including links to the
+Git repositories where development is done. Developments within Libreboot are
+discussed on the
+[IRC channel](https://webchat.freenode.net/?channels=libreboot).
Download Libreboot from the Git repository here:
**git clone https://notabug.org/libreboot/libreboot.git**
-How can I help the libreboot project?
+How can I help the libreboot project?
--------------------------------------
**At any given time, here is a list of tasks if there are any, for the
@@ -95,6 +95,9 @@ distributions package it in their repositories).
Use this command, to download the repository:
+How to download Libreboot from the Git repository:
+--------------------------------------------------
+
**git clone https://notabug.org/libreboot/libreboot.git**
A new directory named ***libreboot*** will have been created, containing
@@ -125,32 +128,3 @@ you could also notify the project via the #libreboot channel on FreeNode.
Relevant links to bug trackers for discussing
development (especially patch review) are on
[NotABug](https://notabug.org/libreboot/libreboot/issues)
-
-**Check [\#githosting](#githosting), for a list of Git hosting providers
-that we recommend.**
-
-List of recommended Git hosting providers
------------------------------------------
-
-There are several that we could recommend:
-
-- [You!](https://git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols)
- (host your own Git repository, on your own server, on your own
- internet connection, in your own physical space)
-- [NotABug.org](https://notabug.org/) - the
- [source](https://notabug.org/hp/gogs/) is also available if you want to run
- it on your own server.
-
-The libreboot project itself uses all of the above options.
-
-Most Git hosting providers distribute non-free JavaScript on their
-website, but as far as we are aware all of these providers are
-freedom-friendly and reliable to use (and their JavaScript is free).
-This list will be expanded upon at a later date. The hosting providers
-above are all powered by Free Software, which means that you can also
-host your own version of the software that they use on their website.
-
-We generally recommend self-hosting (first option in the list above).
-Git is a *decentralized* (distributed) version control system. However,
-not everyone can afford to do this, so using one of the other providers
-on the list above is also acceptable.