Hi, On Sun, Apr 7, 2013 at 11:05 PM, Rob Canning <[email protected]> wrote: > On 07/04/13 21:24, Samuel Mimram wrote: >> Hi, >> >> Did you make install recently? This should have been fixed in >> https://github.com/savonet/liquidsoap/commit/3c4f83bafbaddfa9b6dff378a37d9aa8f9a03305 > ok but i was under the impression that if i did a fresh clone of the dev > branch and then did a make init i should be upto date with all the > latest changes > git clone https://github.com/savonet/liquidsoap-full.git liquidsoap > cd liquidsoap > make init > > rob@rob-nT-330i:~/dummy/liquidsoap$ grep video liquidsoap/Makefile > for l in externals.liq lastfm.liq utils.liq shoutcast.liq flows.liq > video_text.liq \ > > according to > > https://github.com/savonet/liquidsoap/commit/3c4f83bafbaddfa9b6dff378a37d9aa8f9a03305 > > video_text.liq should now be video.liq so i guess i am on the wrong > branch or something > > i think i am not understanding this git submodule workflow again!
Yes, that's the answer. liquidsoap-full contains the submodules at a given version: they don't get updated to the latest version unless we explicitly commit in liquidsoap-full (which we only do from time to time). If you really want the latest liquidsoap version you should git pull in liquidsoap/ Anyway, I have updated liquidsoap-full to the latest version, this should be fixed now. ++ Sam. ------------------------------------------------------------------------------ Minimize network downtime and maximize team effectiveness. Reduce network management and security costs.Learn how to hire the most talented Cisco Certified professionals. Visit the Employer Resources Portal http://www.cisco.com/web/learning/employer_resources/index.html _______________________________________________ Savonet-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/savonet-users
