summaryrefslogtreecommitdiff
path: root/git-asterisk-gui-howto
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 /git-asterisk-gui-howto
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.
Diffstat (limited to 'git-asterisk-gui-howto')
-rw-r--r--git-asterisk-gui-howto19
1 files changed, 19 insertions, 0 deletions
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
+