summaryrefslogtreecommitdiffstats
path: root/src/shared
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-03-01 13:12:01 +0100
committerHarald Welte <laforge@gnumonks.org>2010-03-01 13:12:01 +0100
commit3108c7c40860c8aa46b5f0abc68adcf6a0bd30e8 (patch)
tree8cb88545b1a996b9bd5c3d09311c5dc925c0493e /src/shared
parent8c353991ed4b28b6cd9351c068a9aba1290dbd05 (diff)
add small script with command that can be used to update libosmocore
This uses git-subtree from http://github.com/apenwarr/git-subtree
Diffstat (limited to 'src/shared')
-rwxr-xr-xsrc/shared/update-libosmocore.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shared/update-libosmocore.sh b/src/shared/update-libosmocore.sh
new file mode 100755
index 00000000..e7940c3d
--- /dev/null
+++ b/src/shared/update-libosmocore.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+(cd ../.. && git-subtree pull --prefix=src/shared/libosmocore git://git.osmocom.org/libosmocore.git master)