]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
CI: Fetch a different URL on sourceforge.net
authorSimon McVittie <smcv@collabora.com>
Thu, 27 Feb 2025 15:10:18 +0000 (15:10 +0000)
committerSimon McVittie <smcv@collabora.com>
Thu, 27 Feb 2025 15:12:25 +0000 (15:12 +0000)
Commit a56de468 "CI: Avoid using a no-op download location that gives
a 403 error" changed this, but now the direct URL to the file *also*
gives a 403 error. According to the comments in this file, the only
reason we're fetching these URLs is in an effort to pre-seed the
cache of intermediate certificates, so the specific URL that we're
requesting is uninteresting: we just need to fetch *something*.

dbus#546

Signed-off-by: Simon McVittie <smcv@collabora.com>
.gitlab-ci.yml
tools/docker/windows/Dockerfile

index a267ed2c18503729f3ac6dc9766e422752264ad3..3862bd80c8f433ac07da5211e3529192fc31a65a 100644 (file)
@@ -55,7 +55,7 @@ variables:
   # If you are hacking on them or need a them to rebuild, its enough
   # to change any part of the string of the image you want.
   ###
-  WINDOWS_TAG: "2023-05-12.0"
+  WINDOWS_TAG: "2025-02-27.0"
 
   UPSTREAM_BRANCH: 'main'
   UPSTREAM_REPO: 'dbus/dbus'
index 53be741be4080c19cb34dda84623e02a22328f92..1876a2268ef218789acb510d01d0788f2c807376 100644 (file)
@@ -24,7 +24,7 @@ RUN pip3 install meson
 # See also: https://bugs.python.org/issue36011
 RUN pip3 install --upgrade certifi
 RUN pip3 install python-certifi-win32
-RUN (New-Object System.Net.WebClient).DownloadString('https://sourceforge.net/projects/pcre/files/pcre/8.37/pcre-8.37.tar.gz.sig') >$null
+RUN (New-Object System.Net.WebClient).DownloadString('https://sourceforge.net/robots.txt') >$null
 RUN (New-Object System.Net.WebClient).DownloadString('https://wrapdb.mesonbuild.com/v2/pcre_8.37-2/get_patch') >$null
 RUN (New-Object System.Net.WebClient).DownloadString('https://zlib.net/fossils/') >$null