Jason A. Donenfeld | 16 May 2012 21:07
Favicon

exherbo_repositories.tar.bz2 --> git

Hello,

Maybe to jump start the spirit of people caring about exheres security, we should start with something a bit more trivial to implement:

Why is exherbo_repositories.tar.bz2 not a git repository?

Jason
_______________________________________________
Exherbo-dev mailing list
Exherbo-dev@...
http://lists.exherbo.org/mailman/listinfo/exherbo-dev
Ciaran McCreesh | 16 May 2012 21:08
Gravatar

Re: exherbo_repositories.tar.bz2 --> git

On Wed, 16 May 2012 21:07:17 +0200
"Jason A. Donenfeld" <Jason@...> wrote:
> Why is exherbo_repositories.tar.bz2 not a git repository?

Because it's auto-generated and the history isn't very useful.

--

-- 
Ciaran McCreesh
_______________________________________________
Exherbo-dev mailing list
Exherbo-dev@...
http://lists.exherbo.org/mailman/listinfo/exherbo-dev
Alex Elsayed | 16 May 2012 23:34
Picon

Re: exherbo_repositories.tar.bz2 --> git

Ciaran McCreesh wrote:

> On Wed, 16 May 2012 21:07:17 +0200
> "Jason A. Donenfeld" <Jason@...>
> wrote:
>> Why is exherbo_repositories.tar.bz2 not a git repository?
> 
> Because it's auto-generated and the history isn't very useful.

Sure, but the checksumming may well be, and it would likely also result in 
smaller fetches.
Ciaran McCreesh | 16 May 2012 23:34
Gravatar

Re: exherbo_repositories.tar.bz2 --> git

On Wed, 16 May 2012 14:34:50 -0700
Alex Elsayed <eternaleye+usenet@...> wrote:
> and it would likely also result in smaller fetches.

ORLY?

--

-- 
Ciaran McCreesh
_______________________________________________
Exherbo-dev mailing list
Exherbo-dev@...
http://lists.exherbo.org/mailman/listinfo/exherbo-dev
Alex Elsayed | 17 May 2012 00:53
Picon

Re: exherbo_repositories.tar.bz2 --> git

Ciaran McCreesh wrote:

> On Wed, 16 May 2012 14:34:50 -0700
> Alex Elsayed <eternaleye+usenet@...>
> wrote:
>> and it would likely also result in smaller fetches.
> 
> ORLY?
> 

If the repositories don't change too much and the entries don't get 
reordered betwen runs, delta compression should reduce the size 
considerably.
Alex Elsayed | 17 May 2012 00:59
Picon

Re: exherbo_repositories.tar.bz2 --> git

Alex Elsayed wrote:

> Ciaran McCreesh wrote:
> 
>> On Wed, 16 May 2012 14:34:50 -0700
>> Alex Elsayed <eternaleye+usenet@...>
>> wrote:
>>> and it would likely also result in smaller fetches.
>> 
>> ORLY?
>> 
> 
> If the repositories don't change too much and the entries don't get
> reordered betwen runs, delta compression should reduce the size
> considerably.

This could certainly be improved further if summaries and versions were on 
different lines in the unavailable format, since the summaries change much 
less frequently.

Gmane