bug#40377: guix build --with-commit is broken

2020-04-03 Thread Brice Waegeneire
Hello Ludovic, On 2020-04-02 21:17, Ludovic Courtès wrote: Fixed with commit efa578ecaece67366b4b0e2266de7c2faaa4ae54. Thank you for that really quick patch. It seems to be working well now. - Brice

bug#40377: guix build --with-commit is broken

2020-04-02 Thread Ludovic Courtès
Hi, Brice Waegeneire skribis: > $ guix build mlt --with-commit=mlt=v6.18.0 > updating checkout of 'https://github.com/mltframework/mlt.git'... > guix build: error: Git failure while fetching > https://github.com/mltframework/mlt.git: the requested type does not > match the type in the ODB [...]

bug#40377: guix build --with-commit is broken

2020-04-01 Thread Brice Waegeneire
Hello, `--with-commit' from `guix build' doesn't always work. It seems to not really update the checkout contrary to what is reported since changing the `git-url`, by adding a slash for example, put it back on track. It makes it useless when trying out to build a newly released version. Follow