Re: image derivation for deploy
Felix Lechner via "Development of GNU Guix and the GNU System distribution." writes: > Hi Csepp, > > On Sun, Aug 14, 2022 at 3:44 PM Csepp wrote: >> >> I'm working on a Guile module that should help with deploying to Linode >> If someone wants >> to take a look I can upload it somewhere. > > Thank you for that work! I use Guix on Linode as well as another > provider and would be happy to take a look. > > Kind regards > Felix Lechner This is the current version from my config repo: https://paste.sr.ht/~raingloom/56775fa4dd042739297e3c3c9eb63ad81b127de6 I'll move it to a branch on my Guix repo today.
Re: branch master updated: gnu: python-lxml: Update to 4.6.5.
Hey > * gnu/packages/xml.scm (python-lxml): Update to 4.6.5. I had to revert it as it caused >15k rebuilds. I also cancelled all the triggered builds in the CI. Thanks, Mathieu
stalled ruby MRI patches
Hi, A couple of weeks ago I submitted patches to the ruby MRI packages to update them because the current versions have several CVEs leaning on them; - https://issues.guix.gnu.org/56301 - https://issues.guix.gnu.org/56302 - https://issues.guix.gnu.org/56303 - https://issues.guix.gnu.org/56304 Maxime Devos and Tobias Geerinckx-Rice already looked at them, I learned about "grafs" and "replace", and made a v2 but there doesn't seem to have been any progress since. Is there anything I can do to help this along? Are there better ways to promote patches (apart from being annoying on this mailinglist)? Cheers, Remco
Re: image derivation for deploy
Hi, I'm also using Guix on few of my Linodes. In my backlog I have an item which says: - implement Linode API in guile So basically I would prefer seeing such integration via Linode API directly from Guile, instead of using linode-cli. muradm Csepp writes: Felix Lechner via "Development of GNU Guix and the GNU System distribution." writes: Hi Csepp, On Sun, Aug 14, 2022 at 3:44 PM Csepp wrote: I'm working on a Guile module that should help with deploying to Linode If someone wants to take a look I can upload it somewhere. Thank you for that work! I use Guix on Linode as well as another provider and would be happy to take a look. Kind regards Felix Lechner This is the current version from my config repo: https://paste.sr.ht/~raingloom/56775fa4dd042739297e3c3c9eb63ad81b127de6 I'll move it to a branch on my Guix repo today. signature.asc Description: PGP signature
100k commits!
Guix, We just passed 100 000 commits! The lucky winner is ... commit 9fe9856ebef515927900e56686a1071936bdafcc Author: Ricardo Wurmus Date: Wed Aug 10 12:19:55 2022 +0200 gnu: r-fontawesome: Update to 0.3.0. * gnu/packages/cran.scm (r-fontawesome): Update to 0.3.0. An appropriate package name for such a big milestone. :-) Congratulations for making it this far, and a big thank you to the 700+ contributors who made this possible. You are truly awesome. Happy hacking! signature.asc Description: PGP signature
Re: image derivation for deploy
muradm writes: > [[PGP Signed Part:Undecided]] > > Hi, I'm also using Guix on few of my Linodes. > > In my backlog I have an item which says: > - implement Linode API in guile > > So basically I would prefer seeing such integration > via Linode API directly from Guile, instead of using > linode-cli. > > muradm Personally, I'm not keen on implementing an OpenAPI compiler, but if someone (maybe you?) is up for it, they can. For this project, it's too much effort for not much benefit.
Re: branch master updated: gnu: python-lxml: Update to 4.6.5.
Hi Mathieu, On Mon, 15 Aug 2022 16:24:03 +0200 Mathieu Othacehe wrote: > > * gnu/packages/xml.scm (python-lxml): Update to 4.6.5. > > I had to revert it as it caused >15k rebuilds. I also cancelled all the > triggered builds in the CI. Thanks for doing it! But guix refresh -l python-lxml reported one package O_o Now I see that python-lxml-4.7 shadows it. Note: This would have fixed two CVEs, CVE-2021-43818 and CVE-2021-43818. pgpouVuP0WkYm.pgp Description: OpenPGP digital signature
Re: 100k commits!
Marius Bakke writes: > Guix, > > We just passed 100 000 commits! > > The lucky winner is ... > > commit 9fe9856ebef515927900e56686a1071936bdafcc > Author: Ricardo Wurmus > Date: Wed Aug 10 12:19:55 2022 +0200 > > gnu: r-fontawesome: Update to 0.3.0. > > * gnu/packages/cran.scm (r-fontawesome): Update to 0.3.0. > > An appropriate package name for such a big milestone. :-) > > Congratulations for making it this far, and a big thank you to the 700+ > contributors who made this possible. You are truly awesome. > > Happy hacking! Awesome, happy hacking!