perfbook.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Leonardo Brás" <leobras.c@gmail.com>
To: paulmck@kernel.org, Akira Yokosawa <akiyks@gmail.com>
Cc: perfbook@vger.kernel.org
Subject: Re: [RFC PATCH 1/1] utilities/gitlab-ci: Fix gitlab-ci due to Arch Linux deprecating texlive-most
Date: Sat, 03 Jun 2023 14:27:57 -0300	[thread overview]
Message-ID: <3f2766875c6f768c646d2d10eded173c9345bc59.camel@gmail.com> (raw)
In-Reply-To: <ae32471b-28cc-48b7-97fe-b3fddb99bbd5@paulmck-laptop>

On Sat, 2023-06-03 at 08:22 -0700, Paul E. McKenney wrote:
> On Sat, Jun 03, 2023 at 02:02:23PM +0900, Akira Yokosawa wrote:
> > Hi Leo,
> > 
> > Why is this "RFC" ??? :-)
> > 
> > On Thu,  1 Jun 2023 17:38:16 -0300, Leonardo Bras wrote:
> > > Arch Linux folks deprecated the texlive-most package group in favor of
> > > texlive-meta, which should contain the same packages with an aditional
> > > tool.
> > > 
> > > Fix this script to use texlive-meta, so the gitlab pipeline is able to
> > > build the pdfs.
> > > 
> > > Signed-off-by: Leonardo Bras <leobras.c@gmail.com>
> > > ---
> > >  utilities/gitlab-ci.yml | 2 +-
> > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > 
> > > diff --git a/utilities/gitlab-ci.yml b/utilities/gitlab-ci.yml
> > > index 42eda60f..6c3ec1e6 100644
> > > --- a/utilities/gitlab-ci.yml
> > > +++ b/utilities/gitlab-ci.yml
> > > @@ -19,7 +19,7 @@ generate_pdfs:
> > >      stage: build
> > >  
> > >      before_script:
> > > -        - pacman --noconfirm -Sy texlive-most fig2dev ghostscript graphviz inkscape wget make which fontconfig git ttf-dejavu gnu-free-fonts ttf-liberation
> > > +        - pacman --noconfirm -Sy texlive-meta fig2dev ghostscript graphviz inkscape wget make which fontconfig git ttf-dejavu gnu-free-fonts ttf-liberation
> > >          - mkdir -p ~/.local/share/fonts && cp fonts/steel-city-comic.regular.ttf ~/.local/share/fonts/ && fc-cache
> > >          - wget https://sourceforge.net/projects/fig2ps/files/latest/download -O /dev/shm/fig2ps.tbz
> > >          - mkdir /dev/shm/build && tar -xjf /dev/shm/fig2ps.tbz -C /dev/shm/build --strip-components=1
> > 
> > I don't think there is anybody who bothers with gitlab-ci
> > other than you.  You can do whatever you'd like, I guess.
> > 
> > FWIW,
> > 
> > Reviewed-by: Akira Yokosawa <akiyks@gmail.com>
> 
> Queued and pushed, thank you both!
> 
> 							Thanx, Paul

Thanks Paul!

> 
> > Sidenote:
> > 
> > Since commit 1f907f3d77dd ("Use fig2dev as fallback to fig2eps"),
> > there is no need to install fig2ps in the container.
> > 
> >         Thanks, Akira
> > 


  reply	other threads:[~2023-06-03 17:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-01 20:38 [RFC PATCH 1/1] utilities/gitlab-ci: Fix gitlab-ci due to Arch Linux deprecating texlive-most Leonardo Bras
2023-06-03  5:02 ` Akira Yokosawa
2023-06-03 15:22   ` Paul E. McKenney
2023-06-03 17:27     ` Leonardo Brás [this message]
2023-06-03 17:27   ` Leonardo Brás

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

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3f2766875c6f768c646d2d10eded173c9345bc59.camel@gmail.com \
    --to=leobras.c@gmail.com \
    --cc=akiyks@gmail.com \
    --cc=paulmck@kernel.org \
    --cc=perfbook@vger.kernel.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.
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).