Hi Vagrant,
On Thu, 13 Aug 2020 09:47:21 -0700
Vagrant Cascadian wrote:
> The source checkout was quite slow to download, and took up ~1GB in the
> store once completed. I'm not sure how guix's git origin works exactly;
git init
git remote add origin
if git fetch --depth 1 origin
then
git c
On Thu, 13 Aug 2020 09:47:21 -0700
Vagrant Cascadian wrote:
> It is also possible to retrieve tarballs directly from linux-libre git
> tags, though I know at least projects hosted on github this does
> occasionally result in non-identical tarballs. Not sure what factors
> might trigger this, othe
On 2020-08-12, Mark H Weaver wrote:
> Mark H Weaver wrote:
>>> the linux-libre project periodically deletes most of its older
>>> tarballs, even if there are no accidents.
>
> Jason Self responded:
>> Just FYI that git://linux-libre.fsfla.org/releases.git was created
>> mainly to solve that probl