Re: Building GNOME in restrictive network environments

2017-08-02 Thread Debarshi Ray
On Mon, Jul 31, 2017 at 01:29:09PM +0100, mcatanz...@gnome.org wrote: > * Some modules clone git:// submodules. Please be on the lookout for > these. For example, this is .gitmodules in gnome-online-accounts: > > # Bad > [submodule "telepathy-account-widgets"] > path =

Re: Building GNOME in restrictive network environments

2017-07-31 Thread mcatanzaro
On Mon, Jul 31, 2017 at 1:29 PM, mcatanz...@gnome.org wrote: I'm testing this now and will push as soon as I'm sure I haven't broken anything. Done. Michael ___ desktop-devel-list mailing list desktop-devel-list@gnome.org

Re: Building GNOME in restrictive network environments

2017-07-31 Thread philip . chimento
Thanks to Florian for remembering this trick. For those at GUADEC for the time being you can add to your ~/.gitconfig: [url "https://git.gnome.org/browse;] insteadOf = git://git.gnome.org [url "https://anongit.free desktop.org/git"] insteadOf = git://anongit.freedesktop.org On Mon, Jul 31,

Re: Building GNOME in restrictive network environments

2017-07-31 Thread Sam Thursfield
On 7/31/17, mcatanz...@gnome.org wrote: > I'd also ask the GUADEC 2018 hosts to keep in mind the importance of > having a good network connection for the unconference days. I'm told > the MMU network is blocking email and IRC in addition to git. It's also > blocking my

Re: Building GNOME in restrictive network environments

2017-07-31 Thread Mathieu Bridon
I just fixed all the .json manifests and .app files in the master branch of gnome-apps-nightly, as well as the .json manifest for the master branch of the GNOME Sdk. -- Mathieu On Mon, 2017-07-31 at 15:40 +0200, Mathieu Bridon wrote: > I've just gotten bitten by this as well, and have started

Re: Building GNOME in restrictive network environments

2017-07-31 Thread mcatanzaro
On Mon, Jul 31, 2017 at 2:15 PM, Bastian Ilso wrote: We also experienced this issue at the newcomers workshop as many flatpak manifests also download dependencies using the git:// protocol. It'd be great to have these fixed or maybe have a fallback behavior (having

Re: Building GNOME in restrictive network environments

2017-07-31 Thread Mathieu Bridon
I've just gotten bitten by this as well, and have started moving all the ones in gnome-apps-nightly from git:// to https:// -- Mathieu On Mon, 2017-07-31 at 14:15 +0100, Bastian Ilso wrote: > We also experienced this issue at the newcomers workshop as many > flatpak manifests also download

Re: Building GNOME in restrictive network environments

2017-07-31 Thread Bastian Ilso
We also experienced this issue at the newcomers workshop as many flatpak manifests also download dependencies using the git:// protocol. It'd be great to have these fixed or maybe have a fallback behavior (having several URLs to try in the manifests?). -Bastian On Mon, Jul 31, 2017 at 1:29