From: zimoun <zimon.toutoune@gmail.com>
To: Guix Devel <guix-devel@gnu.org>
Subject: [PATCH] (maintenance): Broken symbolic links in talks/.
Date: Mon, 6 Jan 2020 12:54:40 +0100 [thread overview]
Message-ID: <CAJ3okZ1u-ro0O+bBzeb0gyPDzChyfYCmM8bQ14yoGV-caCjJBg@mail.gmail.com> (raw)
In-Reply-To: <CAJ3okZ0iOUh2hA1qpOeecQnwM0-twz=k6jgakcf-f-d8qbpOmA@mail.gmail.com>
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.toutoune@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
next prev parent reply other threads:[~2020-01-06 11:54 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-20 21:11 Presentation BlueHats (french workshop) zimoun
2020-01-06 11:54 ` zimoun [this message]
2020-01-15 22:07 ` Ludovic Courtès
2020-01-17 10:57 ` zimoun
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAJ3okZ1u-ro0O+bBzeb0gyPDzChyfYCmM8bQ14yoGV-caCjJBg@mail.gmail.com \
--to=zimon.toutoune@gmail.com \
--cc=guix-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).