mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
updated binary
This commit is contained in:
parent
b396a64d54
commit
863cad275c
2 changed files with 19 additions and 1 deletions
Binary file not shown.
20
notes.txt
20
notes.txt
|
@ -23,4 +23,22 @@ http://kodi.wiki/view/JSON-RPC_API/v6#Application.SetVolume
|
||||||
Sep 20 06:50:58 wohnzimmer snapclient[2358]: Exception in Controller::worker(): connect: Network is unreachable
|
Sep 20 06:50:58 wohnzimmer snapclient[2358]: Exception in Controller::worker(): connect: Network is unreachable
|
||||||
Sep 20 06:50:59 wohnzimmer snapclient[2358]: Exception in Controller::worker(): connect: Network is unreachable
|
Sep 20 06:50:59 wohnzimmer snapclient[2358]: Exception in Controller::worker(): connect: Network is unreachable
|
||||||
Sep 20 06:51:00 wohnzimmer snapclient[2358]: Exception in Controller::worker(): connect: Network is unreachable
|
Sep 20 06:51:00 wohnzimmer snapclient[2358]: Exception in Controller::worker(): connect: Network is unreachable
|
||||||
-Limit repeaded syslog logging
|
-Limit repeated syslog logging
|
||||||
|
|
||||||
|
*Submodules:
|
||||||
|
http://stackoverflow.com/questions/2140985/how-to-set-up-a-git-project-to-use-an-external-repo-submodule
|
||||||
|
cd MyWebApp
|
||||||
|
git submodule add git://github.com/jquery/jquery.git externals/jquery
|
||||||
|
|
||||||
|
http://stackoverflow.com/questions/1777854/git-submodules-specify-a-branch-tag
|
||||||
|
cd submodule_directory
|
||||||
|
git checkout v1.0
|
||||||
|
cd ..
|
||||||
|
git add submodule_directory
|
||||||
|
git commit -m "moved submodule to v1.0"
|
||||||
|
git push
|
||||||
|
|
||||||
|
http://stackoverflow.com/questions/3796927/how-to-git-clone-including-submodules
|
||||||
|
git clone git://github.com/foo/bar.git
|
||||||
|
cd bar
|
||||||
|
git submodule update --init --recursive
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue