Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-18 | Merge remote-tracking branch 'mvo/feature/source-deb822' into ↵ | Michael Vogt | |
debian/experimental-no-abi-break | |||
2014-01-18 | Merge remote-tracking branch 'mvo/debian/sid' into ↵ | Michael Vogt | |
debian/experimental-no-abi-break | |||
2014-01-17 | implement suggestion by donkult (thanks!) | Michael Vogt | |
2014-01-17 | add missing integration test for "apt list" | Michael Vogt | |
2014-01-16 | merged mvo/feature/deb822 | Michael Vogt | |
2014-01-16 | support multiple "Suite:" entries | Michael Vogt | |
2014-01-16 | rename URL to Uri in deb822-sources | Michael Vogt | |
2014-01-16 | rename "distribution" in sources.list to "suite" | Michael Vogt | |
2014-01-16 | * refactor to have a new virtual ParseStanza | Michael Vogt | |
Have a similar ParseStanza() to the current ParseLine(). Rename the Architectures options in deb822 to make it more user friendly | |||
2014-01-16 | remove "," in components again | Michael Vogt | |
2014-01-15 | rework some testcases to not spit out text | David Kalnischkies | |
Rework also uncovers two FIXMEs Git-Dch: Ignore | |||
2014-01-15 | integrate Anthonys rred with POC for client-side merge | David Kalnischkies | |
Providing the benefits of both without the downsides :) (ABI breaks or external dependencies) For this Anthonys rred is equipped with: - magic-filename-pickup of patches rather than explicit messages - use of FileFd instead of FILE* to get on-the-fly uncompress of the gzip compressed pdiff patches The acquire code in turn stops checking for apt-file's helper as our own rred is now clever enough for our needs. | |||
2014-01-05 | Merge remote-tracking branch 'mvo/feature/source-deb822' into ↵ | Michael Vogt | |
debian/experimental-no-abi-break | |||
2014-01-05 | Merge remote-tracking branch 'donkult/feature/clientmergepdiffs' into ↵ | Michael Vogt | |
debian/experimental-no-abi-break | |||
2014-01-04 | improve error message | Michael Vogt | |
2014-01-04 | improve tests | Michael Vogt | |
2014-01-04 | Merge branch 'debian/sid' into feature/source-deb822 | Michael Vogt | |
2013-12-27 | fix APTWEBSERVERBINDIR default | Michael Vogt | |
2013-12-27 | Merge branch 'feature/tests-on-installed' into debian/sid | Michael Vogt | |
2013-12-27 | Merge branch 'feature/test-apt-key-net-update' into debian/sid | Michael Vogt | |
2013-12-27 | Merge branch 'feature/policy-parser-bts732746' into debian/sid | Michael Vogt | |
2013-12-24 | add integration test | Michael Vogt | |
2013-12-21 | make /etc/apt/preferences parser deal with comment only sections | Michael Vogt | |
2013-12-19 | fix apt-key net-update test to use the buildin webserver | Michael Vogt | |
2013-12-13 | make apt-key net-update actually testable | Michael Vogt | |
2013-12-13 | implement POC client-side merging of pdiffs via apt-file | David Kalnischkies | |
The idea of pdiffs is to avoid downloading the hole file by patching the existing index. This works very well, but becomes slow if a lot of patches needs to be applied to reconstruct an up-to-date index and in recent years more and more dinstall (or similar) runs are executed creating more and more pdiffs in the same amount of time, so pdiffs became less useful. The solution is simple: Reduce the amount of patches (which are very small) which need to be applied on top of the index we have available (which is usually pretty big). This can be done in two ways: Either merge the patches on the server-side so that the client has to download only one patch or the patches are all downloaded and merged on the client-side. The first needs a client who is doing one step at a time who can also skip patches if it needs (APT supports this for a long time now). The later is implemented by this commit, but depends on the server NOT merging the patches and the patches being in a strict order in which no patch is skipped. This is traditionally the case for dak, but other repository creators support merging – e.g. reprepro (which helpfully adds a flag indicating that the patches are merged). To support both or even mixes a client needs more information which isn't available for now. This POC uses the external diffindex-rred included in apt-file to do the heavy lifting of merging & applying all patches in one pass, hence to test this feature apt-file needs to be installed. | |||
2013-12-13 | run autopkgtest against the installed apt | Michael Vogt | |
2013-12-12 | Merge remote-tracking branch 'mvo/bugfix/conffile' into debian/sid | Michael Vogt | |
2013-12-12 | Fix conffile prompt regression (LP: #1260297) | Michael Vogt | |
This fixes a regression in the conffile prompt for the progress-fd and adds a testcase to ensure this does not regress again. | |||
2013-12-12 | fix test/integration/test-apt-key-net-update | Michael Vogt | |
2013-12-12 | clarify error message when apt-get source=ver fails, print a real error ↵ | Michael Vogt | |
message instead of "ignoring" | |||
2013-12-11 | fix test/integration/test-apt-key-net-update (code copy/DRY violation) | Michael Vogt | |
2013-12-11 | improve error message | Michael Vogt | |
2013-12-11 | improve error message for apt-get source pkg:arch{=ver,/release} | Michael Vogt | |
2013-12-11 | add support for "apt-get source pkg:arch" | Michael Vogt | |
2013-12-10 | user-requested version tag gets precedence in apt-get source -t dist ↵ | Michael Vogt | |
pkg=version requests | |||
2013-12-10 | fix typo | Michael Vogt | |
2013-12-10 | improve test for #731853 and comments | Michael Vogt | |
2013-12-10 | if there is only deb-src pick higest version in deb-src release matching | Michael Vogt | |
2013-12-10 | Merge remote-tracking branch 'mvo/feature/deb-src-bts731102' into debian/sid | Michael Vogt | |
2013-12-09 | Merge remote-tracking branch 'origin/feature/deb-src-bts731102' into ↵ | Michael Vogt | |
feature/source-deb822 | |||
2013-12-05 | fix section adding | Michael Vogt | |
2013-12-05 | first version with test | Michael Vogt | |
2013-12-04 | add test for aptget source for unavailable package | Michael Vogt | |
2013-12-04 | further refactor, extract GetReleaseForSourceRecord() out of FindSrc(), ↵ | Michael Vogt | |
write out the selection notice to c1out to be consistent with the rest of the source | |||
2013-12-04 | add test, deal with InRelease | Michael Vogt | |
2013-12-01 | cherry-pick ubuntus (disabled) net-update fixes | David Kalnischkies | |
With the net-update command a special keyring can be downloaded and imported into apt, which must be signed by a master key. Its is currently disabled because of security problems with it – and the only known user before that was Ubuntu. | |||
2013-11-30 | tests: add a webserverconfig method to abstract config | David Kalnischkies | |
The URI to use to set a config option is a bit arcane to write/remember and checking if the setting was successful doubly so. Git-Dch: Ignore | |||
2013-11-30 | tests: rm pkgcache.bin in 719263 test | David Kalnischkies | |
As testcases are running really fast it can happen that files which are changed in reality are considered unchanged as the modify time isn't changed. What we could do is disable those caches by default, but some tests actually depend on those and deriving too much from the default by default (pun intended) is not a good idea for tests after all. Git-Dch: Ignore | |||
2013-11-30 | tests: enhance https support in the testcases | David Kalnischkies | |
Git-Dch: Ignore |