trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: December 2011

Re: [trinity-devel] Missing files

From: Baho Utot <baho-utot@...>
Date: Sat, 24 Dec 2011 14:01:01 -0500
On 12/24/2011 01:19 PM, L0ner sh4dou wrote:
> 2011/12/24 Baho Utot<baho-utot@...>:
>> For git v3.5.13 repo
>>
>> I know that the git repo is not ready for prime time but the cmake
>> subdirectories are missing in tqtinterface and the dbus packages
>>
>> If you pull from git those are missing but they are there in the tarballs
>>
> did you:
> git submodule init
> git submodule update
> ?
>

No built a tarball like this,

     git clone http://scm.trinitydesktop.org/scm/git/${pkgname}
     pushd ${pkgname}
         git checkout v3.5.13
     popd
     tar -cvJf ${pkgname}-${pkgver}.tar.xz ${pkgname}/*

Would be great if thos directories would come over with just the above

git submodule init
git submodule update

Does pull them ;(