summaryrefslogtreecommitdiffstats
path: root/test/runTest
AgeCommit message (Collapse)AuthorFilesLines
2010-08-18Fix cleanup of old packagesPierre Schmitz1-0/+43
* This should fix the cleanup of packages that were not within the pacakge pool before being updated. * a test case for this was added
2010-08-17Don't try to update no packagePierre Schmitz1-0/+6
Check if there are packages to update for given architecure. Previously db-update quit when only one arch of a package was available.
2010-08-15add test for testing2xPierre Schmitz1-0/+26
2010-08-15add test to check updating a packagePierre Schmitz1-0/+18
2010-08-15Move packages of all arches within one transactionPierre Schmitz1-16/+5
db-move does no longer need a specific architecture. It will move all architecures of a given package at once. testing2x has been rewritten to respect these changes and testing2x64 is no longer needed.
2010-08-14Prepare support for multiple packages in db-movePierre Schmitz1-5/+5
2010-08-14Rewrite of db-updatePierre Schmitz1-13/+13
* db-update now updates all repos with packages in its staging dirs * sanity checks are performed before any repo is touched * improved performance * less code; easier to maintain
2010-08-10Use more consitent naming for package poolPierre Schmitz1-5/+5
There are no longer architecture-specific subdirs and the structure was switch to this: ftp └── pool ├── community └── packages packages contains all packages from core, extra and testing; this naming is in sync with the svn repo naming: svn-packages and svn-community
2010-08-08Fix test and add some more checksPierre Schmitz1-4/+5
2010-08-08Reduce verbosityPierre Schmitz1-7/+7
Only inform of errors and processes that might take longer.
2010-08-08add transitions testsPierre Schmitz1-0/+86
Theses tests simulate the case of packages with the old repo layout and the new package pool layout.
2010-08-08add test for ftpdir-cleanupPierre Schmitz1-0/+97
2010-08-08Fix old callPierre Schmitz1-3/+3
2010-08-07Simplify tests and add tests for db-movePierre Schmitz1-10/+76
2010-08-07add test for db-removePierre Schmitz1-0/+78
2010-08-07add an initial set of testsPierre Schmitz1-0/+66