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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Sun, 3 Mar 2013 13:51:42 +0100
From:	Sedat Dilek <sedat.dilek@...il.com>
To:	webmaster@...nel.org
Cc:	Konstantin Ryabitsev <mricon@...nel.org>,
	LKML <linux-kernel@...r.kernel.org>,
	Linus Torvalds <torvalds@...ux-foundation.org>
Subject: Re: [git.k.o] Add git archive $remote-repository support?

( More background infos see [1]. )

Here as an example to extract kbuild-system from $repository:

repository="git://repo.or.cz/linux-2.6.git"

paths="scripts/basic,scripts/kconfig,scripts/Kbuild.include,scripts/Makefile.build,scripts/Makefile.host,scripts/Makefile.lib"

version="v3.8"

$ git archive --verbose --format=tar --remote="$repository"
--prefix="kbuild-$version/" $version $paths | tar -xv

NOTE: <git://repo.or.cz/linux-2.6.git> supports remote-git-archive support.

Can you implement this?

- Sedat -

[1] http://marc.info/?l=linux-kernel&m=136231049311175&w=2
--
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