GNOME Bugzilla – Bug 788769
The urls "git://..." fails the build behind proxy because proxy server blocks it
Last modified: 2017-10-11 09:43:07 UTC
The repository's whose urls are like "git://..." are not getting cloned because the proxy server blocks such urls.
Created attachment 361241 [details] [review] Just changed the git:// url to https:// one for telepathy-account-widgets Even after changing the url, the buil is taking into account the git:// url.
Comment on attachment 361241 [details] [review] Just changed the git:// url to https:// one for telepathy-account-widgets While the change itself is correct, please create them using "git format-patch". Otherwise they cannot be properly attributed to you. See https://wiki.gnome.org/Newcomers/SubmitPatch
Created attachment 361306 [details] [review] build: Make the Git submodules work with Web proxies I took the liberty to fix it up. Next time try "git format-patch". :)