Hi,<br><br>I wanna create rpms from the source, latest stable tarball.<br><br>[root@virtual ovirt-engine]# make rpm<br>tar zcf ovirt-engine-3.0.0_0001.tar.gz `git ls-files`<br>fatal: Not a git repository (or any of the parent directories): .git<br>
tar: Cowardly refusing to create an empty archive<br>Try `tar --help&#39; or `tar --usage&#39; for more information.<br>make: *** [ovirt-engine-3.0.0_0001.tar.gz] Error 2<br><br>[root@virtual ovirt-engine]# make srpm<br>tar zcf ovirt-engine-3.0.0_0001.tar.gz `git ls-files`<br>
fatal: Not a git repository (or any of the parent directories): .git<br>tar: Cowardly refusing to create an empty archive<br>Try `tar --help&#39; or `tar --usage&#39; for more information.<br>make: *** [ovirt-engine-3.0.0_0001.tar.gz] Error 2<br>
<br>Problem is I did not fetch ovirt git repo.<br>Shouldn&#39;t tar populate the files it should tar in some other way perhaps?<br><br>/Raboo<br>