[gimp-web/gl-pages: 2/2] Drop check-mirrors for now




commit ebeb92a8f99bb94924c3cce5bc88cc2c798ecc78
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Tue May 10 07:54:00 2022 +0200

    Drop check-mirrors for now

 .gitlab-ci.yml | 26 --------------------------
 1 file changed, 26 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c57f89b6..d1f843c9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,32 +1,6 @@
 stages:
-  - check
   - pages
 
-check-mirrors:
-  image: debian:testing
-  stage: check
-  before_script:
-    - apt-get update
-    - apt-get install -y --no-install-recommends
-        python3
-        python3-requests
-  script:
-    # Check that the mirror lists are consistent so that the sponsors
-    # page always display exactly the right list of mirrors (no more no
-    # less compared to the ones configured on download mirror rotation).
-    - tools/downloads/cmp-mirrors.py
-    # Check that the last versions are present on each mirrors and are
-    # identical to the original.
-    # Note: I could put this on a scheduled job, but then a malicious
-    # mirror could easily just display the right data only around the
-    # time when the schedule is run. Running this on each commit is
-    # actually not so bad. We don't have too many commits (a few a days,
-    # or even maybe every few days), and the timing of commits are
-    # random enough that they would be hard to guess. Of course there
-    # are other ways to trick the check, but it's better than nothing
-    # (which was what we had before).
-    - tools/downloads/gimp-check-mirrors.py --verify-checksum
-
 pages:
   image: quay.io/centos/centos:stream8
   script:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]