summaryrefslogtreecommitdiff
path: root/test/integration/test-releasefile-valid-until
Commit message (Collapse)AuthorAgeFilesLines
* add chronic-like testsuccess/testfailure helpersDavid Kalnischkies2013-08-121-16/+16
| | | | | | | | | | For many commands the output isn't stable (like then dpkg is called) but the exitcode is, so this helper enhances the common && msgpass || msgfail by generating automatically a msgtest and showing the output of the command in case of failure instead of discarding it unconditionally, the later being chronic-like behaviour Git-Dch: Ignore
* fix bashism (local outside function) and releasefile creation in testcasesDavid Kalnischkies2011-09-091-0/+5
|
* - add an Acquire::Min-ValidTime option (Closes: #640122)David Kalnischkies2011-09-051-0/+24
| | | | | * doc/apt.conf.5.xml: - reword Acquire::Max-ValidTime documentation to make clear that it doesn't provide the new Min-ValidTime functionality
* * apt-pkg/indexrecords.cc:David Kalnischkies2011-09-051-0/+66
- fix Acquire::Max-ValidTime option by interpreting it really as seconds as specified in the manpage and not as days