summaryrefslogtreecommitdiffstats
path: root/test/test.d
AgeCommit message (Collapse)AuthorFilesLines
2015-05-27add some TODOsgitpkgsv2Florian Pritz2-0/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2015-05-27add new tests; miscFlorian Pritz3-8/+44
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2015-05-27make tests.d/testing2x workFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2015-05-27db-remove: output architectureFlorian Pritz1-0/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2015-05-27make tests.d/ftpdir-cleanup workFlorian Pritz1-2/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2015-05-27make tests.d/db-remove workFlorian Pritz1-3/+17
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2015-05-27remove test for db-repo-remove which no longer existsFlorian Pritz1-58/+0
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2015-05-27make tests.d/db-add workFlorian Pritz3-55/+57
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2015-05-27INCOMPLETE: make tests.d/db-update.sh workFlorian Pritz1-4/+3
This depends on my setup so it can call an adjusted archrelease. Needs to be fixed properly. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2015-05-27be more quiet unless errors occurFlorian Pritz1-2/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2015-05-27make test.d/db-move.sh passFlorian Pritz1-5/+5
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-01-31db-update: Ignore forgeign staging packages20130131Pierre Schmitz1-0/+10
2012-10-27Add the possibility to run all svn commands with a different userPierre Schmitz2-3/+3
* 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 Schmitz2-3/+3
2012-06-10Remove support for packages that are not in the package poolPierre Schmitz1-48/+0
2012-06-10Remove support for packages in legacy $repo/os/any directoriesPierre Schmitz1-104/+0
2012-02-19Add at least one positive signing testPierre Schmitz1-0/+5
2011-12-19Avoid calls to basenamePierre Schmitz4-10/+10
2011-12-18Validate package signatures on db-updatePierre Schmitz1-1/+19
2011-11-05Add simple tests for db-repo-add and db-repo-removePierre Schmitz2-0/+112
2011-11-05Add test for moving multiple packages at oncePierre Schmitz1-0/+24
2011-11-05db-remove: support removing multiple packages at oncePierre Schmitz1-0/+25
2011-11-05Adjust tests to use new db-remove interfacePierre Schmitz4-8/+8
2011-07-24Fix test for use with recent namcap releasesPierre Schmitz1-2/+2
2011-04-02Add simple checks for handling signed packages20110409Pierre Schmitz1-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-26Use repo-add to create the files database for each repo20110326Pierre Schmitz1-15/+10
2011-03-26Adjust test for latest devtools; Be less generic with package extensionPierre Schmitz5-15/+15
2011-03-23Add support for packages which use the epoch variablePierre Schmitz6-3/+59
2011-01-27test: add testUpdateSameAnyPackageToSameRepositoryPierre Schmitz1-3/+12
2010-12-02db-update: Fail if a set of split packages is incompletePierre Schmitz1-0/+23
2010-11-25Rewrote create-filelistsPierre Schmitz1-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-25sourceballs no longer depends on ftpdir-cleanup being runPierre Schmitz1-1/+0
2010-11-25Split tests into several filesPierre Schmitz8-0/+623
* tests can be run seperatly * runTest will run all tests that have the x bit set