Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-08-15 | add test for testing2x | Pierre Schmitz | 1 | -0/+26 | |
2010-08-15 | add test to check updating a package | Pierre Schmitz | 1 | -0/+18 | |
2010-08-15 | Move packages of all arches within one transaction | Pierre Schmitz | 1 | -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-14 | Prepare support for multiple packages in db-move | Pierre Schmitz | 1 | -5/+5 | |
2010-08-14 | Rewrite of db-update | Pierre Schmitz | 1 | -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-10 | Use more consitent naming for package pool | Pierre Schmitz | 1 | -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-08 | Fix test and add some more checks | Pierre Schmitz | 1 | -4/+5 | |
2010-08-08 | Reduce verbosity | Pierre Schmitz | 1 | -7/+7 | |
Only inform of errors and processes that might take longer. | |||||
2010-08-08 | add transitions tests | Pierre Schmitz | 1 | -0/+86 | |
Theses tests simulate the case of packages with the old repo layout and the new package pool layout. | |||||
2010-08-08 | add test for ftpdir-cleanup | Pierre Schmitz | 1 | -0/+97 | |
2010-08-08 | Fix old call | Pierre Schmitz | 1 | -3/+3 | |
2010-08-07 | Simplify tests and add tests for db-move | Pierre Schmitz | 1 | -10/+76 | |
2010-08-07 | add test for db-remove | Pierre Schmitz | 1 | -0/+78 | |
2010-08-07 | add an initial set of tests | Pierre Schmitz | 1 | -0/+66 | |