From aae28bee69ef85286b19c22e5479478acf42632c Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Thu, 11 Jun 2009 17:39:04 +0300 Subject: add asterisk-gui; note no menuselect in others * Document asterisk-gui * libpri and dahdi-linux don't use menuselect. Note the HOWTOs about that. --- git-asterisk-gui-howto | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 git-asterisk-gui-howto (limited to 'git-asterisk-gui-howto') 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 + -- cgit v1.2.3