summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2013-12-31Merge branch 'cleanup' into master-mergeLuke Shumaker
Conflicts: config cron-jobs/sourceballs db-functions db-move db-remove db-update
2013-06-29use the get_full_version from libremessages (actually, common.sh)Luke Shumaker
It works properly when split packages have different versions.
2013-06-17use xbs, not svnLuke Shumaker
2013-06-17fix testsLuke Shumaker
- properly set SRCPOOL - have SVNREPO point to the checkout, not the server repo - in case TMPDIR has a symlink in it, use `readlink -e` on both sides of inspecting symlinks. - use `grep {pattern} &>/dev/null` instead of `grep -q {pattern}`. Because `grep -q` is able to bail early, a program being piped in to it may spit out a message about a write error to stderr.
2013-06-16fix TMPDIRLuke Shumaker
2013-06-16Don't make assumptions about the host architecture.Luke Shumaker
2013-06-12test/: use libremakepkg instead of arch-*buildLuke Shumaker
2013-01-31db-update: Ignore forgeign staging packagesPierre Schmitz
2012-10-27Add the possibility to run all svn commands with a different userPierre Schmitz
* A SVNUSER can be configured in the config file * This user needs to be able to call svn without a password
2012-10-03test: Do not suppress devtools outputPierre Schmitz
2012-06-10Make repositories for testing2x configurablePierre Schmitz
2012-06-10Remove support for packages that are not in the package poolPierre Schmitz
2012-06-10Remove support for packages in legacy $repo/os/any directoriesPierre Schmitz
2012-04-29Source the config before the functions as the latter references the formerPierre Schmitz
2012-04-29Respect TMPDIR config when creating the working directoryPierre Schmitz
2012-02-19Fix typo and leftover shm usagePierre Schmitz
2012-02-19Add at least one positive signing testPierre Schmitz
2012-01-08Merge branch 'master' of https://projects.archlinux.org/git/dbscriptsNicolás Reynolds
Conflicts: db-remove
2011-12-19Avoid calls to basenamePierre Schmitz
2011-12-18Validate package signatures on db-updatePierre Schmitz
2011-11-05Add simple tests for db-repo-add and db-repo-removePierre Schmitz
2011-11-05Add test for moving multiple packages at oncePierre Schmitz
2011-11-05Split package database test functions from check* functionsPierre Schmitz
This way we can check consitency of databases independent from a svn repo
2011-11-05check svn entry for any packagesPierre Schmitz
2011-11-05db-remove: support removing multiple packages at oncePierre Schmitz
2011-11-05Adjust tests to use new db-remove interfacePierre Schmitz
2011-10-30Merge branch 'master' of https://projects.archlinux.org/git/dbscriptsNicolás Reynolds
2011-08-13update shunit to 2.1.6Pierre Schmitz
2011-08-03Merge branch 'master' of https://projects.archlinux.org/git/dbscriptsNicolás Reynolds
2011-07-24Fix test for use with recent namcap releasesPierre Schmitz
2011-07-24Use /tmp instead of /dev/shm for temporary filesPierre Schmitz
2011-04-16Merge branch 'master' of git://projects.archlinux.org/dbscriptsJoshua Ismael Haase Hernández
Conflicts: db-functions
2011-04-16Merge branch 'master' of ~/packages/dbscripts into pruebaJoshua Ismael Haase Hernández
Conflicts: .gitignore db-functions
2011-04-15Python parts ready for bash usage in python 2 and 3Joshua Ismael Haase Hernández
2011-04-13Fixed more errors and refactoringJoshua Ismael Haase Hernández
2011-04-11bash-port ready for testing.Joshua Ismael Haase Hernández
2011-04-02Add simple checks for handling signed packagesPierre Schmitz
In addition to this dbscripts wont accept unsigned pacakges when REQUIRE_SIGNATURE is set to true. Note: At this point no signature verification is performed at all.
2011-03-26Use repo-add to create the files database for each repoPierre Schmitz
2011-03-26Adjust test for latest devtools; Be less generic with package extensionPierre Schmitz
2011-03-23Add support for packages which use the epoch variablePierre Schmitz
2011-03-21* Changed sync_all_repo to adress bug83Joshua Ismael Haase Hernández
2011-03-05* Added «depends» field to Package class.Joshua Ismael Haase Hernández
* Merged tests for filter functions in test_filter.py * Added testfiles for test_filter.py in test directory * Added pkginfo_from_desc function to filter.py
2011-02-14* Added test for generate_exclude_list_from_blacklistJoshua Ismael Haase Hernández
* Fixed listado to strip spaces
2011-02-14* Added debug action to generate_exclude_list_from_blacklistJoshua Ismael Haase Hernández
* Added test data to test_pkginfo_from_rsync_output.py
2011-02-14* TestCase for pkginfo_from_rsync_outputJoshua Ismael Haase Hernández
* Corrected __eq__ method in Package class * Corrected pkginfo_from_rsync_output
2011-02-14idemJoshua Ismael Haase Hernández
2011-02-14renamed test1 to be informativeJoshua Ismael Haase Hernández
2011-02-14Added test for pkginfo_from_fileJoshua Ismael Haase Hernández
2011-02-14* pkginfo functionsJoshua Ismael Haase Hernández
2011-02-14* Changed get_file_list_ for pkginfo in function namesJoshua Ismael Haase Hernández
* Added pkginfo_from_... funcions