Use cpp-httplib via a submodule.
This removes the need to script out the fetching of the other repository. Submodule stores the version of the sub-repository.
This commit is contained in:
parent
3d240fd406
commit
48444bec65
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
|
/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 ../..
|
cd ../..
|
||||||
fi
|
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
|
cd webui
|
||||||
echo "Downloading current webui release ..."
|
echo "Downloading current webui release ..."
|
||||||
wget --timestamping https://github.com/bondagit/aes67-linux-daemon/releases/latest/download/webui.tar.gz
|
wget --timestamping https://github.com/bondagit/aes67-linux-daemon/releases/latest/download/webui.tar.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user