Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-06-20 | add a simple webserver for our testcases | David Kalnischkies | |
APT needs to acquire data in a secure fashion over an inherently unsecure way, known as the internet, while communicating with unreliable partners, known as webservers and proxies. For your integration tests we so far relied on 'normal' webservers, but all of them have certain quirks and none is able to provide us with all quirks which can be observed in the wild and we therefore have to test with, so this webserver isn't trying to be fast, secure or feature complete, but to provide all the quirks we need in a consistent way. This webserver also makes the APT project self-contained, as it is now able to generate, serve as well as acquire package indexes. ;) Git-Dch: Ignore | |||
2013-06-09 | stop building l10n if strings are unchanged | David Kalnischkies | |
The buildsystem tried to build l10n for test applications which never produced the output it expected causing it to try building it all the time. | |||
2012-03-22 | * apt-inst/database.{cc,h}, apt-inst/deb/dpkgdb.{cc,h}: | David Kalnischkies | |
- drop instead of fix as it is only needed if you want to reimplement dpkg and comes straight from the beginning of last decade (Closes: #663372) * apt-inst/deb/debfile.cc: - {Extract,Merge}Control() is another instance of "lets reimplement dpkg" so shot of this code before someone ends up using this… | |||
2011-08-17 | move the interactive helper to a subdirectory of test | David Kalnischkies | |