You are not logged in.

#1 2012-01-25 17:50:46

wideeye
Member
Registered: 2006-09-30
Posts: 32

sigstats: a script to show the progress of signed packages

In response to the repeated irc question of how many packages are signed, I made a script to answer it.
This uses your pacman.conf to show the percentage of signed packages for each repo you have enabled, or -1% if the repo is empty. It depends on pyalpm.
Get it here: https://github.com/JohnFrazier/sigstats

$ ./sigstats.py 
core               100%
community-testing  100%
extra               74%
testing            100%
multilib            71%
community           51%
multilib-testing    -1%

John_f

Last edited by wideeye (2012-01-25 17:54:14)

Offline

#2 2012-01-25 20:42:23

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: sigstats: a script to show the progress of signed packages

https://bbs.archlinux.org/viewtopic.php … 5#p1045255 :-)

for i in core extra community testing community-testing; do echo $i; ./signrepo $i; done

Offline

Board footer

Powered by FluxBB