From: "Ser, Simon" <simon.ser@intel.com>
To: "Hiler, Arkadiusz" <arkadiusz.hiler@intel.com>,
"igt-dev@lists.freedesktop.org" <igt-dev@lists.freedesktop.org>
Cc: "Latvala, Petri" <petri.latvala@intel.com>
Subject: Re: [igt-dev] [PATCH i-g-t] Dockerfile.fedora: Download peg source from our own mirror
Date: Fri, 5 Jul 2019 07:52:03 +0000 [thread overview]
Message-ID: <e74ed934e796e970098dd720f20711b5876668f0.camel@intel.com> (raw)
In-Reply-To: <20190705073253.28178-1-arkadiusz.hiler@intel.com>
On Fri, 2019-07-05 at 10:32 +0300, Arkadiusz Hiler wrote:
> The original URL used http + seems to be author's own small site and is
> currently down.
>
> Instead of waiting for it to be up again just to hammer it with our CI
> we can set up our own mirror for the tarball and use it.
>
> Cc: Petri Latvala <petri.latvala@intel.com>
> Cc: Simon Ser <simon.ser@intel.com>
> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Yeah, I've seen this too and wondered what the best solution would be.
It would be very nice to convince Fedora to package this software.
Maybe it wouldn't be too hard since we already have a proper igt
package there?
https://apps.fedoraproject.org/packages/intel-gpu-tools/overview/
In the meantime:
Reviewed-by: Simon Ser <simon.ser@intel.com>
> ---
> Dockerfile.fedora | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/Dockerfile.fedora b/Dockerfile.fedora
> index c84b412b..fa27a623 100644
> --- a/Dockerfile.fedora
> +++ b/Dockerfile.fedora
> @@ -28,7 +28,8 @@ RUN dnf install -y \
> RUN dnf install -y make
> RUN mkdir /tmp/peg
> WORKDIR /tmp/peg
> -RUN curl -O http://piumarta.com/software/peg/peg-0.1.18.tar.gz
> +# originaly from http://piumarta.com/software/peg/
> +RUN curl -O https://intel-gfx-ci.01.org/mirror/peg/peg-0.1.18.tar.gz
> RUN tar xf peg-0.1.18.tar.gz
> RUN cd peg-0.1.18 && make PREFIX=/usr install
> RUN rm -fr /tmp/peg
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next prev parent reply other threads:[~2019-07-05 7:52 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-05 7:32 [igt-dev] [PATCH i-g-t] Dockerfile.fedora: Download peg source from our own mirror Arkadiusz Hiler
2019-07-05 7:52 ` Ser, Simon [this message]
2019-07-05 8:08 ` Arkadiusz Hiler
2019-07-09 17:31 ` Lyude Paul
2019-07-05 8:01 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
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=e74ed934e796e970098dd720f20711b5876668f0.camel@intel.com \
--to=simon.ser@intel.com \
--cc=arkadiusz.hiler@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=petri.latvala@intel.com \
/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