Re: [ANNOUNCE] git-deb: a Git importer for Debian packages

2013-11-04 Thread Yaroslav Halchenko
NB took off the debian-snapshot@ ml On Thu, 24 Oct 2013, Gabriel de Perthuis wrote: > I've written a tool to import Debian packages into Git: > git clone deb::mypackage cool -- thanks! > It does a faithful import of the package history from > snapshot.debian.org. There is some agressive cac

Re: [ANNOUNCE] git-deb: a Git importer for Debian packages

2013-10-31 Thread Ian Campbell
On Fri, 2013-10-25 at 15:34 -0400, Joey Hess wrote: > It would be useful if you could arrange for git-deb to produce the > identical git commit shas for importing a given version of a package as > does dgit. dgit uses some simple techniques, like using the > debian/changelog date as the git commit

Re: [ANNOUNCE] git-deb: a Git importer for Debian packages

2013-10-28 Thread Ian Jackson
Joey Hess writes ("Re: [ANNOUNCE] git-deb: a Git importer for Debian packages"): > Note that you can use dgit clone any package without being a Debian > developer. You only need an alioth account in order to dgit push. Sadly this is not true. The reason is that the information dg

Re: [ANNOUNCE] git-deb: a Git importer for Debian packages

2013-10-25 Thread Gabriel de Perthuis
Le ven. 25 oct. 2013 21:34:39 CEST, Joey Hess a écrit : > Gabriel de Perthuis wrote: >> I only know what dgit does from reading the source code. dgit works >> server-side and is only available to DDs; as I understand it it creates >> a new, canonical repo, imports the current version and uses that

Re: [ANNOUNCE] git-deb: a Git importer for Debian packages

2013-10-25 Thread Joey Hess
Gabriel de Perthuis wrote: > I only know what dgit does from reading the source code. dgit works > server-side and is only available to DDs; as I understand it it creates > a new, canonical repo, imports the current version and uses that as a > base for new uploads. It's useful as part of a maint

Re: [ANNOUNCE] git-deb: a Git importer for Debian packages

2013-10-24 Thread Gabriel de Perthuis
Le 24/10/2013 18:34, Dmitrijs Ledkovs a écrit : > On 24 October 2013 15:15, Gabriel de Perthuis wrote: >> Le 24/10/2013 15:57, Dmitrijs Ledkovs a écrit : >>> On 24 October 2013 14:18, Gabriel de Perthuis wrote: Hello, I've written a tool to import Debian packages into Git:

Re: [ANNOUNCE] git-deb: a Git importer for Debian packages

2013-10-24 Thread Gabriel de Perthuis
Le 24/10/2013 18:24, Lucas Nussbaum a écrit : > On 24/10/13 at 15:18 +0200, Gabriel de Perthuis wrote: >> Hello, >> I've written a tool to import Debian packages into Git: >> >> git clone deb::mypackage >> >> It does a faithful import of the package history from >> snapshot.debian.org. There i

Re: [ANNOUNCE] git-deb: a Git importer for Debian packages

2013-10-24 Thread Dmitrijs Ledkovs
On 24 October 2013 15:15, Gabriel de Perthuis wrote: > Le 24/10/2013 15:57, Dmitrijs Ledkovs a écrit : >> On 24 October 2013 14:18, Gabriel de Perthuis wrote: >>> Hello, >>> I've written a tool to import Debian packages into Git: >>> >>> git clone deb::mypackage >> >> Is it compatible with Ia

Re: [ANNOUNCE] git-deb: a Git importer for Debian packages

2013-10-24 Thread Lucas Nussbaum
On 24/10/13 at 15:18 +0200, Gabriel de Perthuis wrote: > Hello, > I've written a tool to import Debian packages into Git: > > git clone deb::mypackage > > It does a faithful import of the package history from > snapshot.debian.org. There is some agressive caching built-in, and a > bit of log

Re: [ANNOUNCE] git-deb: a Git importer for Debian packages

2013-10-24 Thread Gabriel de Perthuis
Le 24/10/2013 15:57, Dmitrijs Ledkovs a écrit : > On 24 October 2013 14:18, Gabriel de Perthuis wrote: >> Hello, >> I've written a tool to import Debian packages into Git: >> >> git clone deb::mypackage > > Is it compatible with Ian's dgit ? I only know what dgit does from reading the source

Re: [ANNOUNCE] git-deb: a Git importer for Debian packages

2013-10-24 Thread Dmitrijs Ledkovs
On 24 October 2013 14:18, Gabriel de Perthuis wrote: > Hello, > I've written a tool to import Debian packages into Git: > > git clone deb::mypackage > > It does a faithful import of the package history from > snapshot.debian.org. There is some agressive caching built-in, and a > bit of logic

[ANNOUNCE] git-deb: a Git importer for Debian packages

2013-10-24 Thread Gabriel de Perthuis
Hello, I've written a tool to import Debian packages into Git: git clone deb::mypackage It does a faithful import of the package history from snapshot.debian.org. There is some agressive caching built-in, and a bit of logic to rebuild the history graph from changelogs. It is also able to de