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. --- asterisk-gui_gitignore | 5 +++++ git-asterisk-gui-howto | 19 +++++++++++++++++++ git-dahdi-linux-howto | 2 ++ git-libpri-howto | 2 ++ 4 files changed, 28 insertions(+) create mode 100644 asterisk-gui_gitignore create mode 100644 git-asterisk-gui-howto 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 -- cgit v1.2.3