Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-18 | Use 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-18 | use tab indent | Luke Shumaker | |
2014-01-08 | Fix some array quoting. | Luke Shumaker | |
2014-01-08 | Normalize to load config then local_config then db-functions | Luke Shumaker | |
2014-01-08 | Be very careful about using $0. | Luke Shumaker | |
2012-10-16 | db-list-unsigned-packages: Ignore missing packages, pass the repo name. | Parabola | |
2012-10-16 | db-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-13 | db-list-unsigned-packages: New script. | Michał Masłowski | |