Dear,

Friendly ping. :-)

Maybe these patches have fallen in the crack of the end-of-year period.

https://lists.gnu.org/archive/html/guix-devel/2019-12/msg00326.html

If the patch adding the presentation in French is not compliant with
the Guix standard, let me know.

The other patch fixes the broken symbolic links between some
presentations, i.e., some talks cannot be easily re-compiled.

Last, 2 files are missing and 2 svg->pdf files are not converted (see below).


On Fri, 20 Dec 2019 at 22:11, zimoun <zimon.touto...@gmail.com> wrote:

> Secondly, after the blabla, some information about the missing files
> is provided.

> 1. missing 2 files
> 2. svg -> pdf: parameters?
>
> 1.
> talks/fosdem-2017/hpc/images/shrink-wrap.jpg
> talks/fosdem-2017/hpc/images/shrink-wrap2.png
>
>
> 2.
> in2p3-2019/images/reproducible-builds.pdf ->
> ../../fosdem-2019/distributions/images/reproducible-builds.pdf
> but ./fosdem-2019/distributions/images/reproducible-builds.svg
>
> ./in2p3-2019/images/bootstrappable.pdf ->
> ../../fosdem-2019/distributions/images/bootstrappable.pdf
> but ./fosdem-2019/distributions/images/bootstrappable.svg
>
>
> To find more easily the offending files. :-)
>
> --8<---------------cut here---------------start------------->8---
> for f in `find . -type l ! -exec test -e {} \; -print` ; do ls -l $f ; done
>
> for f in `find . -type l ! -exec test -e {} \; -print`
> do
>     for ext in .pdf .png .jpg
>     do
>         find . -type f -name "*$(basename $f $ext)*"
>     done
> done
> --8<---------------cut here---------------end--------------->8---


All the best,
simon

Reply via email to