Re: [Development] Cloning version 5.6.2

2017-01-10 Thread Oswald Buddenhagen
On Tue, Jan 10, 2017 at 12:03:47PM +, Edward Welbourne wrote: > Daniel Pfeifer wrote: > > How can I get the exact tagged version v5.6.2? > > git clone without specifying --branch (or with any branch you like, it > doesn't matter) then > > git checkout v5.6.2 > that's a bit misleading. that c

Re: [Development] Cloning version 5.6.2

2017-01-10 Thread Edward Welbourne
Daniel Pfeifer wrote: > Up until one month ago, the following worked to clone version 5.6.2: > > git clone --branch v5.6.2 git://code.qt.io/qt/qt5.git . > ./init-repository > --module-subset=essential,qtconnectivity,qtlocation,qtserialbus,qtserialport [...] > It now fails with the following output

[Development] Cloning version 5.6.2

2017-01-10 Thread Daniel Pfeifer
Hi, Up until one month ago, the following worked to clone version 5.6.2: > git clone --branch v5.6.2 git://code.qt.io/qt/qt5.git . > ./init-repository > --module-subset=essential,qtconnectivity,qtlocation,qtserialbus,qtserialport It now fails with the following output: ``` + git clone --branch