Merge pull request #171 from automaciej/submodules
Use cpp-httplib via a submodule.
This commit is contained in:
commit
622417dd21
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "3rdparty/cpp-httplib"]
|
||||
path = 3rdparty/cpp-httplib
|
||||
url = git@github.com:bondagit/cpp-httplib.git
|
2
3rdparty/.gitignore
vendored
2
3rdparty/.gitignore
vendored
@ -1,3 +1 @@
|
||||
/ravenna-alsa-lkm
|
||||
/cpp-httplib
|
||||
|
||||
|
1
3rdparty/cpp-httplib
vendored
Submodule
1
3rdparty/cpp-httplib
vendored
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 42f9f9107f87ad2ee04be117dbbadd621c449552
|
8
build.sh
8
build.sh
@ -17,14 +17,6 @@ if [ ! -d ravenna-alsa-lkm ]; then
|
||||
cd ../..
|
||||
fi
|
||||
|
||||
if [ ! -d cpp-httplib ]; then
|
||||
git clone https://github.com/bondagit/cpp-httplib.git
|
||||
cd cpp-httplib
|
||||
git checkout 42f9f9107f87ad2ee04be117dbbadd621c449552
|
||||
cd ..
|
||||
fi
|
||||
cd ..
|
||||
|
||||
cd webui
|
||||
echo "Downloading current webui release ..."
|
||||
wget --timestamping https://github.com/bondagit/aes67-linux-daemon/releases/latest/download/webui.tar.gz
|
||||
|
Loading…
x
Reference in New Issue
Block a user