From: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Petri Latvala <petri.latvala@intel.com>
Subject: [igt-dev] [PATCH i-g-t] Dockerfile.fedora: Download peg source from our own mirror
Date: Fri, 5 Jul 2019 10:32:53 +0300 [thread overview]
Message-ID: <20190705073253.28178-1-arkadiusz.hiler@intel.com> (raw)
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>
---
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
--
2.21.0
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next reply other threads:[~2019-07-05 7:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-05 7:32 Arkadiusz Hiler [this message]
2019-07-05 7:52 ` [igt-dev] [PATCH i-g-t] Dockerfile.fedora: Download peg source from our own mirror Ser, Simon
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=20190705073253.28178-1-arkadiusz.hiler@intel.com \
--to=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