Le lun. 7 janv. 2019 à 15:13, Gilou <contact+...@gilouweb.com> a écrit :
>
> Le 07/01/2019 à 21:16, Romain Beauxis a écrit :
> > I'm gonna work on a binary distribution for liquidsoap actually. That's
> > not a bad idea at all. Statically built binary using docker and alpine.
>
> I'm considering using docker with liq actually, in order to switch some
> platforms to it and completely automate delivering new versions of
> scripts and/or liq... I haven't gathered a lot yet, but it's probably
> not too hard to get there.

Docker isn't too hard to use. However, I do not recommend it for runtime.
It's a great tool for compilation but for runtime I tend to view it as the
CVS for virtualization env. I can't wait to see the next 2 generations that
should follow..

Romain

> >
> > Le lun. 7 janv. 2019 à 14:15, Romain Beauxis <romain.beau...@gmail.com
> > <mailto:romain.beau...@gmail.com>> a écrit :
> >
> >     Le lun. 7 janv. 2019 à 14:13, Gilou <contact+...@gilouweb.com
> >     <mailto:contact%2b...@gilouweb.com>> a écrit :
> >     >
> >     > Le 03/01/2019 à 17:55, Romain Beauxis a écrit :
> >     > > Hi Gilou,
> >     > >
> >     > > Le mer. 2 janv. 2019 à 20:57, Gilou <contact+...@gilouweb.com
> >     <mailto:contact%2b...@gilouweb.com>
> >     > > <mailto:contact%2b...@gilouweb.com
> >     <mailto:contact%252b...@gilouweb.com>>> a écrit :
> >     > >>
> >     > >> Le 25/12/2018 à 23:53, Romain Beauxis a écrit :
> >     > >> >
> >     > >> >   1.3.5 (25-12-2018)
> >     > >> >
> >     > >> > New:
> >     > >> >
> >     > >>
> >     > >> Hi Romain !
> >     > >>
> >     > >> First, let me wish a happy new year to all the community!
> >     > >>
> >     > >> I have build scripts that rely on opam to fetch the latest
> >     release which
> >     > >> is stuck on 1.3.4, can you push it there? Can this be automated
> >     upon
> >     > >> release on github maybe?
> >     > >>
> >     > >> So far 1.3.5 looks nice for me btw, no obvious setbacks, thanks
> >     for that
> >     > >> new release!
> >     > >
> >     > > I'm glad you liked it. It was intended as a quick bug-fix
release to
> >     > > ship all the stuff pending, in particular the fixed youtube live
> >     output.
> >     > > There seems to be a pending issue with crossfade, still so I
> >     might have
> >     > > to consider a new one soon. However, the master branch has a
cool
> >     > > rewrite of crossfades using scripted code that might be the
> >     right place
> >     > > for the fix, in which case it'd probably need a little more
testing
> >     > > before being released.
> >     > >
> >     > > All that being said, the update with opam was merged some time
ago
> >     > > already: https://github.com/ocaml/opam-repository/pull/13199
> >     > >
> >     > > Looks like it's been synced now:
> >     https://opam.ocaml.org/packages/liquidsoap/
> >     > >
> >     >
> >     > Hi,
> >     >
> >     > I can see it, and it requires opam 2.. OK... now we can't install
it
> >     > easily on ubuntu either, yay... Let's add Anil Madhavapeddy's PPA
> >     now..
> >     >
> >     > I switched to manual compilation on debian because it's being
> >     painful to
> >     > get all the deps right... And I can't switch to binary
distribution or
> >     > docker easily, but at some point I'll have to...
> >
> >     I use this line to install opam 2 in one of my docker file, should
> >     work regardless of your distribution:
> >       wget
> >     https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh
> >     -O /tmp/install.sh && echo /usr/local/bin | sh /tmp/install.sh
> >
> >
> >     Le lun. 7 janv. 2019 à 14:13, Gilou <contact+...@gilouweb.com
> >     <mailto:contact%2b...@gilouweb.com>> a écrit :
> >
> >         Le 03/01/2019 à 17:55, Romain Beauxis a écrit :
> >         > Hi Gilou,
> >         >
> >         > Le mer. 2 janv. 2019 à 20:57, Gilou <contact+...@gilouweb.com
> >         <mailto:contact%2b...@gilouweb.com>
> >         > <mailto:contact%2b...@gilouweb.com
> >         <mailto:contact%252b...@gilouweb.com>>> a écrit :
> >         >>
> >         >> Le 25/12/2018 à 23:53, Romain Beauxis a écrit :
> >         >> >
> >         >> >   1.3.5 (25-12-2018)
> >         >> >
> >         >> > New:
> >         >> >
> >         >>
> >         >> Hi Romain !
> >         >>
> >         >> First, let me wish a happy new year to all the community!
> >         >>
> >         >> I have build scripts that rely on opam to fetch the latest
> >         release which
> >         >> is stuck on 1.3.4, can you push it there? Can this be
> >         automated upon
> >         >> release on github maybe?
> >         >>
> >         >> So far 1.3.5 looks nice for me btw, no obvious setbacks,
> >         thanks for that
> >         >> new release!
> >         >
> >         > I'm glad you liked it. It was intended as a quick bug-fix
> >         release to
> >         > ship all the stuff pending, in particular the fixed youtube
> >         live output.
> >         > There seems to be a pending issue with crossfade, still so I
> >         might have
> >         > to consider a new one soon. However, the master branch has a
cool
> >         > rewrite of crossfades using scripted code that might be the
> >         right place
> >         > for the fix, in which case it'd probably need a little more
> >         testing
> >         > before being released.
> >         >
> >         > All that being said, the update with opam was merged some
time ago
> >         > already: https://github.com/ocaml/opam-repository/pull/13199
> >         >
> >         > Looks like it's been synced now:
> >         https://opam.ocaml.org/packages/liquidsoap/
> >         >
> >
> >         Hi,
> >
> >         I can see it, and it requires opam 2.. OK... now we can't
install it
> >         easily on ubuntu either, yay... Let's add Anil Madhavapeddy's
> >         PPA now..
> >
> >         I switched to manual compilation on debian because it's being
> >         painful to
> >         get all the deps right... And I can't switch to binary
> >         distribution or
> >         docker easily, but at some point I'll have to...
> >
> >         *rant*
> >
> >         Gilles
> >
> >
> >
> >
> >
> >         _______________________________________________
> >         Savonet-users mailing list
> >         Savonet-users@lists.sourceforge.net
> >         <mailto:Savonet-users@lists.sourceforge.net>
> >         https://lists.sourceforge.net/lists/listinfo/savonet-users
> >
> >
> >
> > _______________________________________________
> > Savonet-users mailing list
> > Savonet-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/savonet-users
> >
>
>
>
> _______________________________________________
> Savonet-users mailing list
> Savonet-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/savonet-users
_______________________________________________
Savonet-users mailing list
Savonet-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to