summaryrefslogtreecommitdiff
path: root/db-list-unsigned-packages
AgeCommit message (Collapse)Author
2015-09-24remane main -> native (if not derivation) and native -> main (if not multilib)coadde [Márcio Alexandre Silva Delgado]
2015-09-24rename main_repositories -> native_repositoriescoadde [Márcio Alexandre Silva Delgado]
2015-09-24remove deprecated repositories variablescoadde [Márcio Alexandre Silva Delgado]
2015-09-23fix variablescoadde [Márcio Alexandre Silva Delgado]
2015-09-23mv dbscript configscoadde [Márcio Alexandre Silva Delgado]
2015-09-23fix sourcescoadde [Márcio Alexandre Silva Delgado]
2015-09-23rename FTP_BASE -> root_dircoadde [Márcio Alexandre Silva Delgado]
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