summaryrefslogtreecommitdiffstats
path: root/test/t2100-mkpkglists.sh
AgeCommit message (Collapse)AuthorFilesLines
2017-08-01mkpkglists: Generate a list of user namesLukas Fleischer1-0/+18
In addition to the packages list and the package base list, also create a list of registered user names. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
2017-04-25Explicitly initialize PackageBases.FlaggerCommentLukas Fleischer1-4/+4
Since commit 09cb61a (schema: Remove invalid default values for TEXT columns, 2017-04-15), the PackageBases.FlaggerComment field no longer has a default value. Initialize this field explicitly whenever a new row is added to the PackageBases table. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
2016-09-29Add tests for mkpkglistsLukas Fleischer1-0/+47
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>