summaryrefslogtreecommitdiff
path: root/test/pre-upload-check.py
AgeCommit message (Collapse)Author
2008-02-08merged from apt-authentication-reliablityMichael Vogt
2008-02-08make the test-suit more reliableMichael Vogt
2008-02-04merged from apt-authentication-reliabilityMichael Vogt
2008-02-04add APT::Update::Auth-Failure scriptMichael Vogt
2008-01-02test/authReliability/sources.list.good:Michael Vogt
- add missing file to make the test/pre-upload-check.py work again apt-pkg/acquire-item.cc: - fix auth-reliable code when file:// uris are used test/pre-upload-check.py: - use the standard apt, not "../bin/apt-get" by default - make the error messages more useful on test-failure
2007-12-21implement AptAuthenticationReliabtlity specMichael Vogt
2007-11-29test/pre-upload-check.py:Michael Vogt
- remove bogus "testLocalRepo2" test case
2007-10-05apt-pkg/acquire-item.cc:Michael Vogt
- do not unlink() on normal i-m-s hit, this fixes the problem that local repository files got a i-m-s hit too and got removed test/pre-upload-check.py - add test for local Packages.gz file removal - add test for leftover files in partial/
2007-08-28* test/pre-upload-check.py:Michael Vogt
- add pointer to test-data-repo
2007-08-09* apt-pkg/pkgcachegen.cc:Michael Vogt
- increase default mmap size * tests/local-repo: - added local repository testcase
2007-08-03* make apt -Wall cleanMichael Vogt
2007-08-03* test/pre-upload-check.py:Michael Vogt
- commit initial testsuit code to do a blackbox test on the generated binary to catch common problem before a upload