After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 788769 - The urls "git://..." fails the build behind proxy because proxy server blocks it
The urls "git://..." fails the build behind proxy because proxy server blocks it
Status: RESOLVED FIXED
Product: gnome-online-accounts
Classification: Core
Component: general
3.26.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Online Accounts maintainer(s)
GNOME Online Accounts maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2017-10-10 10:54 UTC by Saksham Bhalla
Modified: 2017-10-11 09:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Just changed the git:// url to https:// one for telepathy-account-widgets (136 bytes, patch)
2017-10-10 11:03 UTC, Saksham Bhalla
committed Details | Review
build: Make the Git submodules work with Web proxies (691 bytes, patch)
2017-10-11 09:42 UTC, Debarshi Ray
committed Details | Review

Description Saksham Bhalla 2017-10-10 10:54:19 UTC
The repository's whose urls are like "git://..." are not getting cloned because the proxy server blocks such urls.
Comment 1 Saksham Bhalla 2017-10-10 11:03:28 UTC
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 2 Debarshi Ray 2017-10-11 09:41:37 UTC
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
Comment 3 Debarshi Ray 2017-10-11 09:42:58 UTC
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". :)