[gnome-build-meta/jjardon/only_https] Use mirror for pycups to avoid using http (upstream is failing atm)



commit 4f6217171fa0f3edd6ddf5c79e594c9de67dea42
Author: Javier Jardón <jjardon gnome org>
Date:   Thu Dec 30 13:45:42 2021 +0000

    Use mirror for pycups to avoid using http (upstream is failing atm)

 elements/core-deps/pycups.bst | 2 +-
 include/aliases.yml           | 1 +
 include/mirrors.yml           | 2 ++
 3 files changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/elements/core-deps/pycups.bst b/elements/core-deps/pycups.bst
index 4572a6e3c..e8cc626e8 100644
--- a/elements/core-deps/pycups.bst
+++ b/elements/core-deps/pycups.bst
@@ -1,7 +1,7 @@
 kind: distutils
 sources:
 - kind: tar
-  url: https://cyberelk.net/tim/data/pycups/pycups-1.9.73.tar.bz2
+  url: cyberelk_net_files:tim/data/pycups/pycups-1.9.73.tar.bz2
 
 depends:
 - freedesktop-sdk.bst:components/cups.bst
diff --git a/include/aliases.yml b/include/aliases.yml
index 4d391f830..dea73d851 100644
--- a/include/aliases.yml
+++ b/include/aliases.yml
@@ -10,6 +10,7 @@ aliases:
   # file aliases (e.g. tarballs)
   cairo: https://cairographics.org/
   crates: https://static.crates.io/
+  cyberelk_net_files: https://cyberelk.net/
   debian_salsa: https://salsa.debian.org/
   fallabs_com_files: http://fallabs.com/
   freedesktop_files: https://gitlab.freedesktop.org/
diff --git a/include/mirrors.yml b/include/mirrors.yml
index 7665294c7..3d83a65f5 100644
--- a/include/mirrors.yml
+++ b/include/mirrors.yml
@@ -5,6 +5,8 @@ mirrors:
     - https://mirrors.kernel.org/gnu/
 - name: gnome
   aliases:
+    cyberelk_net_files:
+    - https://gitlab.gnome.org/Infrastructure/Mirrors/lorry-mirrors/cyberelk_net/tar-files/-/raw/master/
     fallabs_com_files:
     - https://gitlab.gnome.org/Infrastructure/Mirrors/lorry-mirrors/fallabs_com/tar-files/-/raw/master/
     github:


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