summaryrefslogtreecommitdiff
path: root/git-libpri-howto
blob: 84f8d6404b97ffbe0431777c5634e90510e87c3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Basically the same as the asterisk HOWTO.

Changes:

Initial clone is:

  git svn clone -s http://svn.asterisk.org/svn/libpri

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
  git branch --track -b master 1.4