summaryrefslogtreecommitdiff
path: root/db-import-archlinuxarm-pkg
AgeCommit message (Collapse)Author
2017-01-20Fix: `libreblacklist get-pkg` requires the full blacklist on stdin.Luke Shumaker
2017-01-17Switch to use libreblacklist.Luke Shumaker
2016-08-22remove some redundant logic from import-*-pkg scriptsIsaac David
repo-remove handles both .db and .files at once, there's no need to use it again. A second time produces the following error, it was hiding behind the pipe to sed: ERROR: '${_repo}.files.tar.gz' doesn't have a valid database archive extension.
2016-08-22create clean databases when importing arm packagesIsaac David
The package databases provided upstream contain mismatches (e.g. package descs with a %PGPSIG% field in .db but not in .files), which causes parabolaweb to fail to add file lists. A new database with whitelisted packages is created to work around this.
2016-04-17switch up the naming schem for the import scriptsLuke Shumaker