summaryrefslogtreecommitdiff
path: root/test/pre-upload-check.py
AgeCommit message (Collapse)AuthorFilesLines
2011-08-17remove the python testcases as this is covered by integration/David Kalnischkies1-266/+0
2010-06-09merged from lp:~donkult/apt/sidMichael Vogt1-0/+14
2010-06-08* apt-pkg/indexrecords.cc:David Kalnischkies1-0/+14
- backport forgotten Valid-Until patch from the obsolete experimental branch to prevent replay attacks better, thanks to Thomas Viehmann for the initial patch! (Closes: #499897)
2008-02-08merged from apt-authentication-reliablityMichael Vogt1-5/+6
2008-02-08make the test-suit more reliableMichael Vogt1-5/+6
2008-02-04merged from apt-authentication-reliabilityMichael Vogt1-3/+11
2008-02-04add APT::Update::Auth-Failure scriptMichael Vogt1-5/+13
2008-01-02test/authReliability/sources.list.good:Michael Vogt1-3/+4
- 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 Vogt1-3/+91
2007-11-29test/pre-upload-check.py:Michael Vogt1-16/+0
- remove bogus "testLocalRepo2" test case
2007-10-05apt-pkg/acquire-item.cc:Michael Vogt1-2/+19
- 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 Vogt1-1/+6
- add pointer to test-data-repo
2007-08-09* apt-pkg/pkgcachegen.cc:Michael Vogt1-20/+49
- increase default mmap size * tests/local-repo: - added local repository testcase
2007-08-03* make apt -Wall cleanMichael Vogt1-0/+1
2007-08-03* test/pre-upload-check.py:Michael Vogt1-0/+118
- commit initial testsuit code to do a blackbox test on the generated binary to catch common problem before a upload