summaryrefslogtreecommitdiff
path: root/git-libpri-howto
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2009-05-08 01:52:34 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2009-05-08 01:52:34 +0300
commit49f634f4211b1fc95d7c7fd748659304c2e6ac6e (patch)
tree9cdc56460078167d89d7132c4c728513c0eb7830 /git-libpri-howto
parente3a837b74ea9dab5b2f3bffcbee04261472e6fcc (diff)
gitignore and howto for libpri
Diffstat (limited to 'git-libpri-howto')
-rw-r--r--git-libpri-howto17
1 files changed, 17 insertions, 0 deletions
diff --git a/git-libpri-howto b/git-libpri-howto
new file mode 100644
index 0000000..ccc72b8
--- /dev/null
+++ b/git-libpri-howto
@@ -0,0 +1,17 @@
+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
+
+Libpri has no 'trunk' . So the master branch should follow 1.4:
+
+ git branch -D master
+ git branch --track -b master 1.4
+