Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xfcetesting.git;a=commitdiff;h=f8d1072537c9df1268d6647caa5775d128393e2b

commit f8d1072537c9df1268d6647caa5775d128393e2b
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Wed Mar 9 16:46:04 2011 +0100

docs: do not refer to git://git.frugalware.org, use http:// instead

diff --git a/docs/asciidoc.txt b/docs/asciidoc.txt
index 969ab52..d91c75b 100644
--- a/docs/asciidoc.txt
+++ b/docs/asciidoc.txt
@@ -160,8 +160,8 @@ Get the necessary source code and translations:
----
$ mkdir ~/git
$ cd ~/git
-$ git clone git://git.frugalware.org/pub/frugalware/frugalware-current current
-$ git clone git://git.frugalware.org/pub/other/translations
+$ git clone http://frugalware.org/git/pub/frugalware/frugalware-current current
+$ git clone http://frugalware.org/git/pub/other/translations
$ cd current/docs
----

diff --git a/docs/getting-involved.txt b/docs/getting-involved.txt
index 8898e22..388977c 100644
--- a/docs/getting-involved.txt
+++ b/docs/getting-involved.txt
@@ -54,20 +54,23 @@ If you can not understand something feel free to join
The frugalware-current repo is the development repo for the packages.

When you want to get it you need the git package. Let's get it:
+
--------------------
# pacman-g2 -S git
--------------------

Now create a git directory where you can hold all your repos. You can
choose any other name of course.
+
------------------
$ mkdir -p ~/git
$ cd ~/git
------------------

Now clone the repo with git:
+
--------------------------------------------------------------------------------------------------------------
-$ git clone git://git.frugalware.org/pub/frugalware/frugalware-current current
+$ git clone http://frugalware.org/git/pub/frugalware/frugalware-current current
$ cd current
--------------------------------------------------------------------------------------------------------------

@@ -83,8 +86,8 @@ NOTE: Most of our programs need the translations repo to 
compile)
---------------------------------------------------------------------
$ mkdir -p ~/git
$ cd ~/git
-$ git clone git://git.frugalware.org/pub/other/translations (optional)
-$ git clone git://git.frugalware.org/pub/other/pacman-g2/pacman-g2
+$ git clone http://frugalware.org/git/pub/other/translations (optional)
+$ git clone http://frugalware.org/git/pub/other/pacman-g2/pacman-g2
$ cd pacman-g2
---------------------------------------------------------------------
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to