lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 21 Sep 2006 18:40:51 -0400
From:	Dave Jones <davej@...hat.com>
To:	David Lang <dlang@...italinsight.com>
Cc:	Sean <seanlkml@...patico.ca>, Dax Kelson <dax@...ulabs.com>,
	Lennart Sorensen <lsorense@...lub.uwaterloo.ca>,
	Linux kernel <linux-kernel@...r.kernel.org>,
	Linus Torvalds <torvalds@...l.org>
Subject: Re: Smaller compressed kernel source tarballs?

On Thu, Sep 21, 2006 at 03:16:57PM -0700, David Lang wrote:
 > On Thu, 21 Sep 2006, Dave Jones wrote:
 > 
 > > On Thu, Sep 21, 2006 at 03:00:48PM -0700, David Lang wrote:
 > >
 > > > for the tarball users they would have to grab
 > > > multiple patches to get from the last thing that they have to whatever is
 > > > current.
 > >
 > > ketchup solves that problem. One command brings any tree up to current.
 > 
 > so are you saying that ketchup should be used for _all_ access to the vanilla 
 > tree that isn't done via git?
 > if not then tarballs still have a place.

I think you have a misunderstanding over what ketchup is/does.
It cannot usurp tarballs by its very nature. It retrieves tarballs (if necessary)
and whatever patches are necessary to get to the tree you want.
http://www.selenic.com/ketchup/
 
 > and how does ketchup deal with patched trees to start with?

By unpatching if necessary.

 > > > also people could be behind a firewall that prevents git from working properly,
 > > > for them tarballs and patches are the right way of doing things.
 > >
 > > If they can't git through a firewall, they won't be able to wget a tarball through
 > > it either.
 > 
 > to work properly git should talk it's own protocol, http/ftp can be allowed (and 
 > authenticated) through firewalls that don't allow the git protocol.

'properly' is the wrong word here. optimally, yes, but the firewall argument
alone isn't sufficient to claim git can't be used to clone a tree.
A tree cloned over http: vs one over git: has exactly the same information in
it. All the history, all the changes. Everything.

	Dave
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ