summaryrefslogtreecommitdiff
path: root/db-list-unsigned-packages
AgeCommit message (Collapse)Author
2014-06-18Use printf formatters instead of string interpolation.Luke Shumaker
I used this command to find them: egrep -r --exclude-dir={test,.git} '(plain|msg|msg2|warning|error|stat_busy|stat_done|abort|die)\s+"?[^"]*\$'
2014-06-18use tab indentLuke Shumaker
2014-01-08Fix some array quoting.Luke Shumaker
2014-01-08Normalize to load config then local_config then db-functionsLuke Shumaker
2014-01-08Be very careful about using $0.Luke Shumaker
2012-10-16db-list-unsigned-packages: Ignore missing packages, pass the repo name.Parabola
2012-10-16db-list-unsigned-packages: rewrite using a helper Python script.Michał Masłowski
The previous implementation parsed each tarball multiple times having quadratic time complexity in the number of packages. It was too slow for a complete run.
2012-10-13db-list-unsigned-packages: New script.Michał Masłowski