summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2009-06-11 17:39:04 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2009-06-11 17:39:04 +0300
commitaae28bee69ef85286b19c22e5479478acf42632c (patch)
tree7f33cfbe8566f2e647361e6aa14b178b6704827e
parent1fc59b7dcceb3dbcb77d491f78dbaf361a9094f2 (diff)
add asterisk-gui; note no menuselect in others
* Document asterisk-gui * libpri and dahdi-linux don't use menuselect. Note the HOWTOs about that.
-rw-r--r--asterisk-gui_gitignore5
-rw-r--r--git-asterisk-gui-howto19
-rw-r--r--git-dahdi-linux-howto2
-rw-r--r--git-libpri-howto2
4 files changed, 28 insertions, 0 deletions
diff --git a/asterisk-gui_gitignore b/asterisk-gui_gitignore
new file mode 100644
index 0000000..aaa49a9
--- /dev/null
+++ b/asterisk-gui_gitignore
@@ -0,0 +1,5 @@
+.gitignore
+.*.swp
+config.log
+config.status
+makeopts
diff --git a/git-asterisk-gui-howto b/git-asterisk-gui-howto
new file mode 100644
index 0000000..ac79690
--- /dev/null
+++ b/git-asterisk-gui-howto
@@ -0,0 +1,19 @@
+Basically the same as the asterisk HOWTO.
+
+Changes:
+
+Initial clone is:
+
+ git svn clone -s http://svn.digium.com/svn/asteirsk-gui
+
+The .gitignore file is:
+
+ cp ../asterisk-tools/asterisk-gui_gitignore .gitignore
+
+No need to mess with menuselect as asterisk-gui does not use menuselect.
+
+Asterisk-gui has no 'trunk' . So the master branch should follow 2.0:
+
+ git branch -D master
+ git branch --track -b master 2.0
+
diff --git a/git-dahdi-linux-howto b/git-dahdi-linux-howto
index 1dbd3bf..402b8c2 100644
--- a/git-dahdi-linux-howto
+++ b/git-dahdi-linux-howto
@@ -10,6 +10,8 @@ The .gitignore file is:
cp ../asterisk-tools/dahdi-linux_gitignore .gitignore
+No need to mess with menuselect as dahdi-linux does not use menuselect.
+
However, you need the Octasic interface files (at drivers/dahdi/oct612x).
This can probably be done in some clever way using git submodule, but for
now I chose the plain old symlink way:
diff --git a/git-libpri-howto b/git-libpri-howto
index ccc72b8..49b15f7 100644
--- a/git-libpri-howto
+++ b/git-libpri-howto
@@ -10,6 +10,8 @@ The .gitignore file is:
cp ../asterisk-tools/libpri_gitignore .gitignore
+No need to mess with menuselect as libpri does not use menuselect.
+
Libpri has no 'trunk' . So the master branch should follow 1.4:
git branch -D master