summaryrefslogtreecommitdiff
path: root/git-libpri-howto
blob: 49b15f7b727ee704c5421077afc1616335aa5ec4 (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.digium.com/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