summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-07-03test: Fix typoed variablesarchlinux/2018060320180603Luke Shumaker
2018-06-27hoist $tarch handling above $pkgname, since it is more efficientEli Schwartz
2018-06-27db-move: Don't store filepaths as a string with whitespace splittingEli Schwartz
2018-06-19test: BUILDDIR must be owned by build userEli Schwartz
2018-05-28pacman 5.1 compatibilityEli Schwartz
2018-04-08devlist-mailer: Make LIST and FROM configurableLuke Shumaker
2018-04-08Consistently use "$(dirname "$(readlink -e "$0")")"Luke Shumaker
2018-04-08Fixup quoting around variables, especially arraysLuke Shumaker
2018-04-08test/: Verify that db-update won't release duplicate packages in the same tra...Luke Shumaker
2018-04-02README.md: Write an overview of the programs includedLuke Shumaker
2018-04-02README.md: fix spelling mistake: "overriden"->"overridden"Luke Shumaker
2018-03-21Clean up printf-formatters for user messagesLuke Shumaker
2018-03-21Fixups near unquoted variablesLuke Shumaker
2018-03-19Remove uses of the "v=true; if $v ..." anti-patternLuke Shumaker
2018-03-19Don't use `grep -q` when operating on piped stdinLuke Shumaker
2018-03-19Add "#!/hint/bash" to the beginning of several filesLuke Shumaker
2018-03-19Normalize to tab indentLuke Shumaker
2018-03-19Export TMPDIR, and use mktemp -t instead of making it part of the templateLuke Shumaker
2018-03-16fixup! Update messages to make fuller use of printf formattersEli Schwartz
2018-03-15test: Fixup glob matchingLuke Shumaker
2018-03-15test: common.bash:__getCheckSum: Don't rely on IFSLuke Shumaker
2018-03-15Update messages to make fuller use of printf formattersLuke Shumaker
2018-02-26db-functions: unify the repo-add/repo-remove callerEli Schwartz
2018-02-22Globally set $PKGEXT to a bash extended glob representing valid choices.Eli Schwartz
2018-02-20ftpdir-cleanup,sourceballs: replace external find command with bash globbingEli Schwartz
2018-02-20db-update: replace external find command with bash globbingEli Schwartz
2018-02-20test: db-update: verify that PKGEXT(S) is treated as a globLuke Shumaker
2018-02-20Fix overloading PKGEXT to mean two things.Eli Schwartz
2018-02-20Use even more bashisms.Eli Schwartz
2018-02-15Add usage testsPierre Schmitz
2018-02-15PR-2: Default to x86_64 for check_packagesPierre Schmitz
2018-02-15PR-2: Allow i686 for testsPierre Schmitz
2018-02-15Remove i686 from configFlorian Pritz
2018-02-15db-functions: deduplicate some repeated logicEli Schwartz
2018-02-15Use more bashismsEli Schwartz
2018-02-15Use modern bash to append to strings/arrays.Eli Schwartz
2018-02-15ARCHES is an array, do not attempt to call it as a stringEli Schwartz
2018-02-15Update messages to make full use of printf formattersEli Schwartz
2018-02-15Use return codes properly when checking for failed commands.Eli Schwartz
2017-11-01Install required packages for testingPierre Schmitz
2017-07-11Use archlinux/base imagePierre Schmitz
2017-05-30config: add GPL3/LGPL3 to ALLOWED_LICENSESJohannes Löthberg
2017-04-23Add travis build status to README.mdPierre Schmitz
2017-04-23Add initial README filePierre Schmitz
2017-04-23Document test cases in a more readable formatPierre Schmitz
2017-04-23Move test cases and fixtures to more meaningful directoriesPierre Schmitz
2017-04-23Move package and db checks from test cases to libraryPierre Schmitz
2017-04-21Correctly use checkRemovedPackagePierre Schmitz
2017-04-20Reduce test dependenciesPierre Schmitz
2017-04-20Remove dependency on devtoolsPierre Schmitz