Plugin GPG signature verification script
Wed, 06 Aug 2008

Just had to write a quick script in order to regularly check the repository, wanted to share it. It can be used after having imported the AV VRT verification key.
for i in *.asc; do gpg --verify $i 2>/dev/null; if [ $? == 1 ]; then echo; echo "Bad Sig: $i"; read; else echo -n "."; fi; done
PS: I'd suggest checking out Jaime's Blog (we work together at AV), he's starting to share a bunch of interesting things :-)

posted at: 11:36 | path: /feed | permanent link to this entry | 0 comments |
Tags: , , ,



Name:


E-mail:


URL:


Comment:


Categories

/ (37)
    code/ (1)
    feed/ (1)
    ossim/ (24)
        installer/ (3)
        plugins/ (2)
        tuning/ (3)
        tutorials/ (7)
    personal/ (10)
        campus/ (2)
        opinion/ (1)
        travel/ (1)
    rants/ (1)




RSS




< August 2008 >
MoTuWeThFrSaSu
     1 2 3
4 5 6 7 8 910
11121314151617
18192021222324
25262728293031




Archives

2008-Dec
2008-Oct
2008-Aug
2008-Jul
2008-May
2008-Mar
2008-Feb
2008-Jan
2007-Dec
2007-Nov




Tags




Made with PyBlosxom