summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-25Merge branch 'lukeshu/step-1'parabola/20180425Luke Shumaker
2018-04-24db-import-*: Split UPSTREAM=archlinux => UPSTREAM=packages and UPSTREAM=commu...Luke Shumaker
2018-04-24db-import-pkg: Check variables separately for each config fileLuke Shumaker
2018-04-24db-import-pkg: Add commentsLuke Shumaker
2018-04-24db-import-pkg: Generate the complete list of repo-arch pairs to process befor...Luke Shumaker
2018-04-24db-import-pkg: Tidy interaction with libreblacklistLuke Shumaker
2018-04-24db-import-pkg: Don't mess with ${FTP_BASE}/lastsyncLuke Shumaker
2018-04-24db-import-pkg: Tidy "usage:" textLuke Shumaker
2018-04-24db-import-pkg: Fiddle around with initialization orderLuke Shumaker
2018-04-24db-import-pkg: Clean up indentationLuke Shumaker
2018-04-24db-import-pkg: Do option-parsing/initialization in main()Luke Shumaker
2018-04-24db-import-pkg: Use messages.sh:setup_traps, instead of duplicating the codeLuke Shumaker
2018-04-24Remove missed references to DockerLuke Shumaker
2018-04-24README: Add notes about the test suiteLuke Shumaker
2018-04-24Makefile: Fiddle around to have `make check` and `make check-coverage` workLuke Shumaker
2018-04-24HACKING.org: Remove items related to clean_repo.pyLuke Shumaker
2018-04-23rm -r db-check-nonfree-in-db tests-xihh/Luke Shumaker
2018-04-23README: Update the listings of db-import-*Luke Shumaker
2018-04-20Merge branch 'lukeshu/pierre-tests-v3'parabola/20180420Luke Shumaker
2018-04-11test: common.bash: Fix syntax mistake: $pkgarches[@] -> ${pkgarches[@]}Luke Shumaker
2018-04-11test: ftpdir-cleanup: Fix variable name mistake: ${pkg[0]} -> ${pkgs[0]}Luke Shumaker
2018-04-11Move package and db checks from test cases to libraryPierre Schmitz
2018-04-09Correctly use checkRemovedPackagePierre Schmitz
2018-04-06Reduce test dependenciesPierre Schmitz
2018-04-06Allways build packages for all supported architecturesPierre Schmitz
2018-04-06test: common.bash: Move __buildPackage() up in the fileLuke Shumaker
2018-04-06Remove useless codePierre Schmitz
2018-04-06Move common checks to functionsPierre Schmitz
2018-04-06Extend check functions to handle 'any' packages as wellPierre Schmitz
2018-04-06test: Don't direct {pushd,popd,svn,ftpdir-cleanup} to /dev/nullLuke Shumaker
2018-04-06test: Prefer to check status with 'run' and $statusLuke Shumaker
2018-04-06test: ftpdir-cleanup: "cleanup split packages": Correctly iterateLuke Shumaker
2018-04-06Mark private test functionsPierre Schmitz
2018-04-06Remove test for file database as this feature was moved to pacman/repo-add a ...Pierre Schmitz
2018-04-06Move package build and update functions to common libraryPierre Schmitz
2018-04-06test: common.bash: Move __buildPackage() down in the fileLuke Shumaker
2018-04-06db-update: Test package validationPierre Schmitz
2018-04-06db-update: Test if package cannot be added if svn is inconsistentPierre Schmitz
2018-04-06Avoid replacing the temporary dir by accidentPierre Schmitz
2018-04-06db-update: Disallow invalid package names [ci skip]Pierre Schmitz
2018-04-06ftpdir-cleanup: Test removal of old packagesPierre Schmitz
2018-04-06db-repo-remove: Test removal of 'any' packagesPierre Schmitz
2018-04-06db-repo-add: Fix adding of 'any' packagesPierre Schmitz
2018-04-06Use a minimal travis environmentPierre Schmitz
2018-04-06Add editor configurationPierre Schmitz
2018-04-06Add travis configurationPierre Schmitz
2018-04-06.gitignore: TidyLuke Shumaker
2018-04-06test: common.bash: Do better quoting when setting xbs-abs.conf:ARCHESLuke Shumaker
2018-04-06test: common.bash: checkPackageDB(): Require the DB file to existLuke Shumaker
2018-04-06Merge branch 'lukeshu/faster-tests'Luke Shumaker