public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
* [igt-dev] [PATCH i-g-t] Dockerfile.fedora: Download peg source from our own mirror
@ 2019-07-05  7:32 Arkadiusz Hiler
  2019-07-05  7:52 ` Ser, Simon
  2019-07-05  8:01 ` [igt-dev] ✓ Fi.CI.BAT: success for " Patchwork
  0 siblings, 2 replies; 5+ messages in thread
From: Arkadiusz Hiler @ 2019-07-05  7:32 UTC (permalink / raw)
  To: igt-dev; +Cc: Petri Latvala

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

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-07-09 17:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox