Re: how to retrieve bug reports for all installed packages ?

2009-06-04 Thread Peter Jordan

flomine, Thu Jun 04 2009 01:43:32 GMT+0200 (CEST):

Hi list,

I am using SID and I ask myself if there is a script or something to
list all critical bugs  from all installed packages. Maybe a script
using apt-listbugs  which retrieves bug reports on all packages present
in /var/cache/apt/arhives ? Or using the script  smxi?
The purpose is to be notified when critical bugs are reported after I
have done an upgrade of a package.
Thanks in advance for any idea.

flomine




try rc-alert from devscripts package

PJ


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: how to retrieve bug reports for all installed packages ?

2009-06-04 Thread flomine
Peter Jordan a écrit :
 flomine, Thu Jun 04 2009 01:43:32 GMT+0200 (CEST):
 Hi list,

 I am using SID and I ask myself if there is a script or something to
 list all critical bugs  from all installed packages. Maybe a script
 using apt-listbugs  which retrieves bug reports on all packages present
 in /var/cache/apt/arhives ? Or using the script  smxi?
 The purpose is to be notified when critical bugs are reported after I
 have done an upgrade of a package.
 Thanks in advance for any idea.

 flomine



 try rc-alert from devscripts package

 PJ


Thank you

flomine


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: how to retrieve bug reports for all installed packages ?

2009-06-04 Thread flomine
Peter Jordan a écrit :
 flomine, Thu Jun 04 2009 01:43:32 GMT+0200 (CEST):
 Hi list,

 I am using SID and I ask myself if there is a script or something to
 list all critical bugs  from all installed packages. Maybe a script
 using apt-listbugs  which retrieves bug reports on all packages present
 in /var/cache/apt/arhives ? Or using the script  smxi?
 The purpose is to be notified when critical bugs are reported after I
 have done an upgrade of a package.
 Thanks in advance for any idea.

 flomine



 try rc-alert from devscripts package

 PJ


And is it possible to list bugs only for the version of  the installed 
packages (not for the last versions) ?
I tried rc-alert but it seems not possible to do such thing.
Thanks


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: how to retrieve bug reports for all installed packages ?

2009-06-04 Thread Boyd Stephen Smith Jr.
In 4a27a34f.1010...@gmail.com, flomine wrote:
Peter Jordan a écrit :
 flomine, Thu Jun 04 2009 01:43:32 GMT+0200 (CEST):
 Hi list,

 I am using SID and I ask myself if there is a script or something to
 list all critical bugs  from all installed packages. Maybe a script
 using apt-listbugs  which retrieves bug reports on all packages present
 in /var/cache/apt/arhives ? Or using the script  smxi?
 try rc-alert from devscripts package
And is it possible to list bugs only for the version of  the installed
packages (not for the last versions) ?
I tried rc-alert but it seems not possible to do such thing.

1. Read 'man 1 rc-alert'.  Clearly, you can include/exclude distributions. 
Unless you are running a mixed or out-of-date system, that should be enough 
to filter to bugs that affect your system.

2. Read 'man 1 apt-listbugs'.  Clearly, you can limit the serveries of the 
bugs reported and, using either the 'apt' or 'list' command, control exactly 
which packages/versions are scanned for bugs.

This *might* do what you want:
aptitude search --disable-columns -F '%p/%V' '~i' | \
xargs /usr/sbin/apt-listbugs -s critical list

Please, the documentation wasn't made just to keep developers busy, read it 
sometime.
-- 
Boyd Stephen Smith Jr.   ,= ,-_-. =.
b...@iguanasuicide.net  ((_/)o o(\_))
ICQ: 514984 YM/AIM: DaTwinkDaddy `-'(. .)`-'
http://iguanasuicide.net/\_/



signature.asc
Description: This is a digitally signed message part.


Re: how to retrieve bug reports for all installed packages ?

2009-06-04 Thread flomine
Boyd Stephen Smith Jr. a écrit :
  flomine wrote:
   
 Peter Jordan a écrit :
 
 flomine, Thu Jun 04 2009 01:43:32 GMT+0200 (CEST):
   
 Hi list,

 I am using SID and I ask myself if there is a script or something to
 list all critical bugs  from all installed packages. Maybe a script
 using apt-listbugs  which retrieves bug reports on all packages present
 in /var/cache/apt/arhives ? Or using the script  smxi?
 
 try rc-alert from devscripts package
   
 And is it possible to list bugs only for the version of  the installed
 packages (not for the last versions) ?
 I tried rc-alert but it seems not possible to do such thing.
 

 1. Read 'man 1 rc-alert'.  Clearly, you can include/exclude distributions. 
 Unless you are running a mixed or out-of-date system, that should be enough 
 to filter to bugs that affect your system.
 2. Read 'man 1 apt-listbugs'.  Clearly, you can limit the serveries of the 
 bugs reported and, using either the 'apt' or 'list' command, control exactly 
 which packages/versions are scanned for bugs.

 This *might* do what you want:
 aptitude search --disable-columns -F '%p/%V' '~i' | \
   xargs /usr/sbin/apt-listbugs -s critical list

 Please, the documentation wasn't made just to keep developers busy, read it 
 sometime.
   
yes I know, I read 'man rc-alert' before asking this question. 
Indeed, the reason of my problem is that sometimes I have an out-of-date
system. That's why I can't use 'rc-alert -d U'.
Your solution is what I was looking for.
Thanks


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



how to retrieve bug reports for all installed packages ?

2009-06-03 Thread flomine
Hi list,

I am using SID and I ask myself if there is a script or something to
list all critical bugs  from all installed packages. Maybe a script
using apt-listbugs  which retrieves bug reports on all packages present
in /var/cache/apt/arhives ? Or using the script  smxi?
The purpose is to be notified when critical bugs are reported after I
have done an upgrade of a package.
Thanks in advance for any idea.

flomine


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org