Re: Recreating history of a package

2019-02-17 Thread Luke Faraone
On Sun, 17 Feb 2019 at 12:59, Timo Weingärtner wrote: > 16.02.19 21:24 Ben Hutchings: > > On Sat, 2019-02-16 at 14:17 +0100, Guillem Jover wrote: > > > http://snapshot.debian.org/ is now offered over https too. Its front-page > > > even documents its usage as such. :) > > And it has HSTS, which

Re: Recreating history of a package

2019-02-17 Thread Timo Weingärtner
Hallo, 16.02.19 21:24 Ben Hutchings: > On Sat, 2019-02-16 at 14:17 +0100, Guillem Jover wrote: > > On Sat, 2019-02-16 at 12:22:04 +, peter green wrote: > > > 2. Snapshot.debian.org is only offered over plain insecure http. For > > >recent versions the packages can be verified against the

Re: Recreating history of a package

2019-02-16 Thread Ben Hutchings
On Sat, 2019-02-16 at 14:17 +0100, Guillem Jover wrote: > Hi! > > On Sat, 2019-02-16 at 12:22:04 +, peter green wrote: > > 2. Snapshot.debian.org is only offered over plain insecure http. For > >recent versions the packages can be verified against the > >Packages/Sources files which

Re: Recreating history of a package

2019-02-16 Thread Guillem Jover
Hi! On Sat, 2019-02-16 at 12:22:04 +, peter green wrote: > 2. Snapshot.debian.org is only offered over plain insecure http. For >recent versions the packages can be verified against the >Packages/Sources files which can in turn be verified with gpg but >older versions are more

Re: Recreating history of a package

2019-02-16 Thread peter green
On 12/02/19 13:26, Ian Jackson wrote: peter green writes ("Re: Recreating history of a package"): https://github.com/plugwash/autoforwardportergit/blob/master/pooltogit will take dscs in a pool structure and import them into git repos (one per source package) using dgit, building t

Re: Recreating history of a package

2019-02-12 Thread Ian Jackson
peter green writes ("Re: Recreating history of a package"): > https://github.com/plugwash/autoforwardportergit/blob/master/pooltogit will > take dscs in a pool structure and import them into git repos (one per source > package) using dgit, building the history based on the

Re: Recreating history of a package

2019-02-11 Thread peter green
Alternatively if one wanted to get more sophisticated than just importing every version from snapshot in version number order, one might write something to look inside the package at the changelogs to try to discern the branch structure.

Re: Recreating history of a package

2019-02-11 Thread Ian Jackson
Jonathan Dowland writes ("Re: Recreating history of a package"): > On Wed, Feb 06, 2019 at 06:32:02PM +0100, Carsten Schoenert wrote: > >I know of at least git-buildpackage will do this with the option > >'--import-dscs' by importing all available versions from the Deb

Re: Recreating history of a package

2019-02-07 Thread Jonathan Dowland
On Wed, Feb 06, 2019 at 06:32:02PM +0100, Carsten Schoenert wrote: I know of at least git-buildpackage will do this with the option '--import-dscs' by importing all available versions from the Debian archives. I assume Ian's tool can do something similar. To be explicit, that's "dgit"

Re: Recreating history of a package (was: Re: Reusing source package name of long-removed, unrelated package)

2019-02-07 Thread Peter Pentchev
On Wed, Feb 06, 2019 at 12:34:22PM -0500, Roberto C. Sánchez wrote: > On Wed, Feb 06, 2019 at 05:59:40PM +0100, Carsten Leonhardt wrote: > > Ian Jackson writes: > > > > > There are utilities that will download all revisions of a particular > > > package from snapshot.d.o and make them into a

Re: Recreating history of a package

2019-02-06 Thread Carsten Schoenert
Am 06.02.19 um 17:59 schrieb Carsten Leonhardt: > Ian Jackson writes: > >> There are utilities that will download all revisions of a particular >> package from snapshot.d.o and make them into a combined history. > > Would you care to name those you know of? I have been searching for > something

Re: Recreating history of a package (was: Re: Reusing source package name of long-removed, unrelated package)

2019-02-06 Thread Roberto C . Sánchez
On Wed, Feb 06, 2019 at 05:59:40PM +0100, Carsten Leonhardt wrote: > Ian Jackson writes: > > > There are utilities that will download all revisions of a particular > > package from snapshot.d.o and make them into a combined history. > > Would you care to name those you know of? I have been

Recreating history of a package (was: Re: Reusing source package name of long-removed, unrelated package)

2019-02-06 Thread Carsten Leonhardt
Ian Jackson writes: > There are utilities that will download all revisions of a particular > package from snapshot.d.o and make them into a combined history. Would you care to name those you know of? I have been searching for something like that but I didn't find anything useful. Regards,