Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jul 2018 08:42:59 -0700
From:      Robert <robert.ayrapetyan@gmail.com>
To:        Mathieu Arnold <mat@freebsd.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: porting project with large files (git-lfs) from github
Message-ID:  <21ac85b2-9d28-5d9f-aa4d-b542b85ea95a@gmail.com>
In-Reply-To: <20180726081034.hiu5zoemz5steqz5@atuin.in.mat.cc>
References:  <7d8a980d-5b0d-bfd2-790f-579881175e95@gmail.com> <20180726081034.hiu5zoemz5steqz5@atuin.in.mat.cc>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi, you can find it here:
https://github.com/rayrapetyan/daal/tree/FreeBSD_support
All files in e.g. 
https://github.com/rayrapetyan/daal/tree/FreeBSD_support/externals/mklfpk/lnx/lib/intel64 
are "large files" they are fetching normally when doing git pull, but 
when downloading from "codeload" (this is what FreeBSD does) - they 
contain just text hashes...

On 07/26/18 01:10, Mathieu Arnold wrote:
> On Wed, Jul 25, 2018 at 11:04:41PM -0700, Robert wrote:
>> Hi, I'm porting something hosted on github using GH_... options in Makefile.
>>
>> FreeBSD tries to fetch a tar.gz archive from https://codeload.github.com and
>> within such archive there are "large files" which contain something like:
>>
>> version https://git-lfs.github.com/spec/v1
>> oid sha256:e8f293258e38e9689cb87ffbb91c3de2c339a6c074c77115ca86d50b5a48bc64
>> size 20413048
>>
>> instead of a real data, so build fails.
>>
>> What's the best way to resolve this issue?
> Mmmm, I never tried a repository using git-lfs, I am not surprised
> git-archive(1) does not work with it though.  What is the project so I
> can have a look?
>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?21ac85b2-9d28-5d9f-aa4d-b542b85ea95a>