summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2010-01-16 14:45:18 +0200
committerTzafrir Cohen <tzafrir@cohens.org.il>2010-01-16 14:45:18 +0200
commitff14f77d014aa50482a5973d434fe9ef14071baa (patch)
tree934106b0398e6a4845cfea940cd0adb8259e5086
parent032234fe8e68bb78ff5fe1cb00802fbd0981a69f (diff)
Fix SVN repository URL: digium.com->asterisk.org
-rw-r--r--git-asterisk-gui-howto2
-rw-r--r--git-asterisk-howto2
-rw-r--r--git-dahdi-linux-howto4
-rw-r--r--git-dahdi-tools-howto2
-rw-r--r--git-libpri-howto2
5 files changed, 6 insertions, 6 deletions
diff --git a/git-asterisk-gui-howto b/git-asterisk-gui-howto
index ac79690..6d14cae 100644
--- a/git-asterisk-gui-howto
+++ b/git-asterisk-gui-howto
@@ -4,7 +4,7 @@ Changes:
Initial clone is:
- git svn clone -s http://svn.digium.com/svn/asteirsk-gui
+ git svn clone -s http://svn.asterisk.org/svn/asteirsk-gui
The .gitignore file is:
diff --git a/git-asterisk-howto b/git-asterisk-howto
index 6fba7c5..de887d6 100644
--- a/git-asterisk-howto
+++ b/git-asterisk-howto
@@ -29,7 +29,7 @@ download Asterisk under the same directory.
Now let's get Asterisk:
- git svn clone -s http://svn.digium.com/svn/asterisk
+ git svn clone -s http://svn.asterisk.org/svn/asterisk
This will download the whole /trunk , /tags and /branches hirarchies
to a new git repository under asterisk/ .
diff --git a/git-dahdi-linux-howto b/git-dahdi-linux-howto
index 402b8c2..9080972 100644
--- a/git-dahdi-linux-howto
+++ b/git-dahdi-linux-howto
@@ -4,7 +4,7 @@ Changes:
Initial clone is:
- git svn clone -s http://svn.digium.com/svn/dahdi/linux dahdi-linux
+ git svn clone -s http://svn.asterisk.org/svn/dahdi/linux dahdi-linux
The .gitignore file is:
@@ -20,7 +20,7 @@ now I chose the plain old symlink way:
I chose the plain old symlink way:
cd ..
- git svn clone -s http://svn.digium.com/svn/octasic_api/oct612x octapi
+ git svn clone -s http://svn.asterisk.org/svn/octasic_api/oct612x octapi
cd dahdi-linux
ln -s ../../../octapi/software driver/dahdi/oct612x
diff --git a/git-dahdi-tools-howto b/git-dahdi-tools-howto
index c71f0fd..350f3fb 100644
--- a/git-dahdi-tools-howto
+++ b/git-dahdi-tools-howto
@@ -4,7 +4,7 @@ Changes:
Initial clone is:
- git svn clone -s http://svn.digium.com/svn/dahdi/tools dahdi-tools
+ git svn clone -s http://svn.asterisk.org/svn/dahdi/tools dahdi-tools
The .gitignore file is:
diff --git a/git-libpri-howto b/git-libpri-howto
index 49b15f7..84f8d64 100644
--- a/git-libpri-howto
+++ b/git-libpri-howto
@@ -4,7 +4,7 @@ Changes:
Initial clone is:
- git svn clone -s http://svn.digium.com/svn/libpri
+ git svn clone -s http://svn.asterisk.org/svn/libpri
The .gitignore file is: