Last-Update:
20180711
Forwarded: no need
and prevent it from accessing internet.
Gbp-Pq: Name jldownload-verbose-fakedownload.patch
#
# usage: jldownload [<output-filename>] <url>
#
+set -x
CACHE_HOST=https://cache.julialang.org
# forward to the original URL if it has not cached this download yet, or
# if the URL is not cacheable. We fallback to directly querying the
# uncached URL to protect against cache service downtime
-$GETURL $CACHE_URL || $GETURL $URL
+#$GETURL $CACHE_URL || $GETURL $URL
+$GETURL $URL