On Mon, Aug 11, 2014 at 10:57 PM, James McCoy wrote:
> On Sat, Aug 09, 2014 at 12:29:08PM -0400, Michael Gilbert wrote:
>> Found out about debsnap today, which simplifies things a lot. Please
>> see attached revision.
>
> Why not use dscverify to do the verification? A man page would also be
> u
On Sat, Aug 09, 2014 at 12:29:08PM -0400, Michael Gilbert wrote:
> Found out about debsnap today, which simplifies things a lot. Please
> see attached revision.
Why not use dscverify to do the verification? A man page would also be
useful.
Cheers,
--
James
GPG Key: 4096R/331BA3DB 2011-12-05 Ja
On Sat, Aug 9, 2014 at 12:29 PM, Michael Gilbert wrote:
> Found out about debsnap today, which simplifies things a lot. Please
> see attached revision.
And should solve the problems pointed out by Jakub (saw that just
after pressing send, thanks for the review) since the munging is
replaced by ca
Found out about debsnap today, which simplifies things a lot. Please
see attached revision.
Best wishes,
Mike
snapdiff.sh
Description: Bourne shell script
Hi Michael,
This part doesn't look good:
info=$(wget $url/mr/file/$hash/info -q -O-)
name=$(echo $info | grep -Po '"'"name"'"\s*:\s*"\K([^"]*)')
if test $name = $1_$2.dsc; then
path=$(echo $info | grep -Po '"'"path"'"\s*:\s*"\K([^"]*)')
date=$(echo $in
package: devscripts
severity: wishlist
version: 2.14.6
tags: patch
I find myself often wanting to quickly diff two known package versions
(without the hassle of website navigation), so I wrote a script to do
it: snapdiff.
I think a good home for it would be devscripts. Let me know what you think
6 matches
Mail list logo