[gnome-build-meta/jjardon/dwinship/update-aliases: 5/7] Update Aliases: reorganize aliases in project.conf




commit 775a06a6470e4ba6ad877a9bd76e02b37e23c751
Author: Douglas Winship <douglas winship codethink co uk>
Date:   Thu Aug 19 23:46:54 2021 +0100

    Update Aliases: reorganize aliases in project.conf
    
    Separate out the git aliases from the 'file' aliases in project.conf.
    This helps ensure that no one alias is used for both git sources, and
    file-download sources (eg tar, remote, zip sources). This is important,
    because we will need to use different kinds of urls as the mirror
    aliases, when mirrors are set up.

 project.conf | 32 +++++++++++++++++++-------------
 1 file changed, 19 insertions(+), 13 deletions(-)
---
diff --git a/project.conf b/project.conf
index 4538b0270..c0de641db 100644
--- a/project.conf
+++ b/project.conf
@@ -51,22 +51,28 @@ options:
 # be changed without triggering a rebuild.
 #
 aliases:
-  gnome_downloads: https://download.gnome.org/sources/
+  # git aliases
+  git_https: https://
+
+  git_code_sf_net: https://git.code.sf.net/
+  github_com: https://github.com/
+  gitlab_gnome_org: https://gitlab.gnome.org/
+
+  # file aliases
+  file_ftp: ftp://
+  file_http: http://
+  file_https: https://
+
   cairo_org: https://cairographics.org/
-  cdn_kernel_org: https://cdn.kernel.org/pub/
   downloads.sourceforge.net: https://downloads.sourceforge.net/
   freedesktop_software: https://www.freedesktop.org/software/
   ftp_gnu_org: https://ftp.gnu.org/gnu/
-  git_code_sf_net: https://git.code.sf.net/
   git_freedesktop_org: https://gitlab.freedesktop.org/
-  github_com: https://github.com/
   github_file: https://github.com/
   gitlab_com: https://gitlab.com/
-  gitlab_gnome_org: https://gitlab.gnome.org/
   gnome_download: https://download.gnome.org/
+  gnome_downloads: https://download.gnome.org/sources/
   gstreamer: https://gstreamer.freedesktop.org/src/
-  icon_theme_freedesktop_org: https://icon-theme.freedesktop.org/releases/
-  iso_codes: https://pkg-isocodes.alioth.debian.org/downloads/
   libburnia: http://files.libburnia-project.org/releases/
   people_freedesktop_org: https://people.freedesktop.org/
   purism: https://source.puri.sm/
@@ -75,13 +81,13 @@ aliases:
   sourceforge_net: https://sourceforge.net/projects/
   spice: https://www.spice-space.org/download/
   tarballs_needing_help: https://people.gnome.org/~mcatanzaro/tarballs-needing-help/
-  tecnocode_downloads: https://tecnocode.co.uk/downloads/ 
+  tecnocode_downloads: https://tecnocode.co.uk/downloads/
   webkitgtk_org: https://webkitgtk.org/releases/
-  # generic aliases
-  file_ftp: ftp://
-  file_http: http://
-  file_https: https://
-  git_https: https://
+
+  # unused
+  cdn_kernel_org: https://cdn.kernel.org/pub/
+  icon_theme_freedesktop_org: https://icon-theme.freedesktop.org/releases/
+  iso_codes: https://pkg-isocodes.alioth.debian.org/downloads/
 
 mirrors:
 - name: kernel_org


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