[gnome-build-meta/sam/fix-git-gnome-org-fetches] project.conf: Add git_gnome_org alias



commit ce674d3aa69fb26fd5346f08a335fa6a7b183f5a
Author: Sam Thursfield <sam thursfield codethink co uk>
Date:   Sat Jan 20 16:07:50 2018 +0000

    project.conf: Add git_gnome_org alias
    
    This fixes fetch and track operations which otherwise fail with this
    kind of error:
    
            /usr/bin/git clone --mirror -n git_gnome_org:yelp-xsl 
/home/sam/cache/buildstream/sources/git/tmpg5ou7qg4
        Cloning into bare repository '/home/sam/cache/buildstream/sources/git/tmpg5ou7qg4'...
        ssh: Could not resolve hostname git_gnome_org: No address associated with hostname
        fatal: Could not read from remote repository.
    
        Please make sure you have the correct access rights
        and the repository exists.

 project.conf | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/project.conf b/project.conf
index ff6f763..f234021 100644
--- a/project.conf
+++ b/project.conf
@@ -37,6 +37,7 @@ aliases:
   downloads.sourceforge.net: http://downloads.sourceforge.net/
   ftp_gnu_org: https://ftp.gnu.org/gnu/
   git_freedesktop_org: https://anongit.freedesktop.org/git/
+  git_gnome_org: https://git.gnome.org/browse/
   github_com: https://github.com/
   github_tar: https://github.com/
   gitlab_com: https://gitlab.com/


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