Skip to content

Commit

Permalink
Merge pull request #171 from automaciej/submodules
Browse files Browse the repository at this point in the history
Use cpp-httplib via a submodule.
  • Loading branch information
bondagit authored Sep 16, 2024
2 parents 57a0d62 + 48444be commit 622417d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "3rdparty/cpp-httplib"]
path = 3rdparty/cpp-httplib
url = git@github.com:bondagit/cpp-httplib.git
2 changes: 0 additions & 2 deletions 3rdparty/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
/ravenna-alsa-lkm
/cpp-httplib

1 change: 1 addition & 0 deletions 3rdparty/cpp-httplib
Submodule cpp-httplib added at 42f9f9
8 changes: 0 additions & 8 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 622417d

Please sign in to comment.