summaryrefslogtreecommitdiff
path: root/test/pre-upload-check.py
Commit message (Collapse)AuthorAgeFilesLines
* merged from lp:~donkult/apt/sidMichael Vogt2010-06-091-0/+14
|\
| * * apt-pkg/indexrecords.cc:David Kalnischkies2010-06-081-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)
* | merged from apt-authentication-reliablityMichael Vogt2008-02-081-5/+6
|\ \
| * | make the test-suit more reliableMichael Vogt2008-02-081-5/+6
| | |
* | | merged from apt-authentication-reliabilityMichael Vogt2008-02-041-3/+11
|\| |
| * | add APT::Update::Auth-Failure scriptMichael Vogt2008-02-041-5/+13
|/ /
* | test/authReliability/sources.list.good:Michael Vogt2008-01-021-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
* | implement AptAuthenticationReliabtlity specMichael Vogt2007-12-211-3/+91
|/
* test/pre-upload-check.py:Michael Vogt2007-11-291-16/+0
| | | | - remove bogus "testLocalRepo2" test case
* apt-pkg/acquire-item.cc:Michael Vogt2007-10-051-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/
* * test/pre-upload-check.py:Michael Vogt2007-08-281-1/+6
| | | | - add pointer to test-data-repo
* * apt-pkg/pkgcachegen.cc:Michael Vogt2007-08-091-20/+49
| | | | | - increase default mmap size * tests/local-repo: - added local repository testcase
* * make apt -Wall cleanMichael Vogt2007-08-031-0/+1
|
* * test/pre-upload-check.py:Michael Vogt2007-08-031-0/+118
- commit initial testsuit code to do a blackbox test on the generated binary to catch common problem before a upload