Re: [ovirt-devel] VDSM fails 'autogen.sh' when shallow cloning - is that expected?

2016-04-13 Thread Yaniv Kaul
On Wed, Apr 13, 2016 at 11:49 AM, Nir Soffer wrote: > On Wed, Apr 13, 2016 at 11:27 AM, Sandro Bonazzola > wrote: > > > > > > On Tue, Apr 12, 2016 at 8:37 PM, Yaniv Kaul wrote: > >> > >> Probably fails because of: > >> git describe >

Re: [ovirt-devel] VDSM fails 'autogen.sh' when shallow cloning - is that expected?

2016-04-13 Thread Nir Soffer
On Wed, Apr 13, 2016 at 11:27 AM, Sandro Bonazzola wrote: > > > On Tue, Apr 12, 2016 at 8:37 PM, Yaniv Kaul wrote: >> >> Probably fails because of: >> git describe >> fatal: No names found, cannot describe anything. > > > Yes. I think autogen.sh and

Re: [ovirt-devel] VDSM fails 'autogen.sh' when shallow cloning - is that expected?

2016-04-13 Thread Sandro Bonazzola
On Tue, Apr 12, 2016 at 8:37 PM, Yaniv Kaul wrote: > Probably fails because of: > git describe > fatal: No names found, cannot describe anything. > Yes. I think autogen.sh and configure.ac shouldn't rely on git for package versioning. The automation/build-artifacs.sh script

Re: [ovirt-devel] VDSM fails 'autogen.sh' when shallow cloning - is that expected?

2016-04-12 Thread Yaniv Kaul
On Tue, Apr 12, 2016 at 9:46 PM, Nir Soffer wrote: > Trying new clone: > > $ time git clone https://github.com/oVirt/vdsm.git > Cloning into 'vdsm'... > remote: Counting objects: 47555, done. > remote: Compressing objects: 100% (155/155), done. > remote: Total 47555 (delta

Re: [ovirt-devel] VDSM fails 'autogen.sh' when shallow cloning - is that expected?

2016-04-12 Thread Nir Soffer
Trying new clone: $ time git clone https://github.com/oVirt/vdsm.git Cloning into 'vdsm'... remote: Counting objects: 47555, done. remote: Compressing objects: 100% (155/155), done. remote: Total 47555 (delta 76), reused 0 (delta 0), pack-reused 47400 Receiving objects: 100% (47555/47555), 27.16

Re: [ovirt-devel] VDSM fails 'autogen.sh' when shallow cloning - is that expected?

2016-04-12 Thread Yaniv Kaul
Probably fails because of: git describe fatal: No names found, cannot describe anything. On Tue, Apr 12, 2016 at 9:32 PM, Yaniv Kaul wrote: > Cloning VDSM with the following command: > git clone -b master --depth 1 git://gerrit.ovirt.org/vdsm > > Which works, but then I

[ovirt-devel] VDSM fails 'autogen.sh' when shallow cloning - is that expected?

2016-04-12 Thread Yaniv Kaul
Cloning VDSM with the following command: git clone -b master --depth 1 git://gerrit.ovirt.org/vdsm Which works, but then I can't run ./autogen.sh succesfully: mini@ykaul-mini:/tmp/github/vdsmshallow$ ./autogen.sh |less fatal: No names found, cannot describe anything. fatal: No names found,