Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-03 | test: Do not suppress devtools output | Pierre Schmitz | 2 | -3/+3 | |
2012-06-10 | Remove support for packages that are not in the package pool | Pierre Schmitz | 1 | -48/+0 | |
2012-06-10 | Remove support for packages in legacy $repo/os/any directories | Pierre Schmitz | 1 | -104/+0 | |
2012-02-19 | Add at least one positive signing test | Pierre Schmitz | 1 | -0/+5 | |
2011-12-19 | Avoid calls to basename | Pierre Schmitz | 4 | -10/+10 | |
2011-12-18 | Validate package signatures on db-update | Pierre Schmitz | 1 | -1/+19 | |
2011-11-05 | Add simple tests for db-repo-add and db-repo-remove | Pierre Schmitz | 2 | -0/+112 | |
2011-11-05 | Add test for moving multiple packages at once | Pierre Schmitz | 1 | -0/+24 | |
2011-11-05 | db-remove: support removing multiple packages at once | Pierre Schmitz | 1 | -0/+25 | |
2011-11-05 | Adjust tests to use new db-remove interface | Pierre Schmitz | 4 | -8/+8 | |
2011-07-24 | Fix test for use with recent namcap releases | Pierre Schmitz | 1 | -2/+2 | |
2011-04-02 | Add simple checks for handling signed packages20110409 | Pierre Schmitz | 1 | -0/+13 | |
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-26 | Use repo-add to create the files database for each repo20110326 | Pierre Schmitz | 1 | -15/+10 | |
2011-03-26 | Adjust test for latest devtools; Be less generic with package extension | Pierre Schmitz | 5 | -15/+15 | |
2011-03-23 | Add support for packages which use the epoch variable | Pierre Schmitz | 6 | -3/+59 | |
2011-01-27 | test: add testUpdateSameAnyPackageToSameRepository | Pierre Schmitz | 1 | -3/+12 | |
2010-12-02 | db-update: Fail if a set of split packages is incomplete | Pierre Schmitz | 1 | -0/+23 | |
2010-11-25 | Rewrote create-filelists | Pierre Schmitz | 1 | -0/+110 | |
* use correct locking of the repos * added test case * removes file lists of deleted packages * add compression independent symlink to files db | |||||
2010-11-25 | sourceballs no longer depends on ftpdir-cleanup being run | Pierre Schmitz | 1 | -1/+0 | |
2010-11-25 | Split tests into several files | Pierre Schmitz | 8 | -0/+623 | |
* tests can be run seperatly * runTest will run all tests that have the x bit set |