Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-19 | fix apt-key net-update test to use the buildin webserver | Michael Vogt | |
2013-12-15 | Danish translation update | Joe Dalton | |
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 | allow ':' in GetListOfFilesInDir | David Kalnischkies | |
run-parts doesn't allow this char in valid filenames, but we tend to have files with this character in e.g. /var/lib/apt/lists/ Git-Dch: Ignore | |||
2013-12-13 | query an empty pkgAcqIndexDiffs if index is up-to-date | David Kalnischkies | |
The previous code already did this, this is just being a hell of a lot more obvious, so that it isn't that easy to break in the future. Git-Dch: Ignore | |||
2013-12-13 | run autopkgtest against the installed apt | Michael Vogt | |
2013-12-12 | releasing package apt version 0.9.14.1 | 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-10 | Merge remote-tracking branch 'origin/feature/source-deb822' into ↵ | Michael Vogt | |
feature/source-deb822 Conflicts: apt-pkg/sourcelist.cc | |||
2013-12-10 | Merge remote-tracking branch 'upstream/debian/sid' into feature/source-deb822 | Michael Vogt | |
2013-12-09 | Merge remote-tracking branch 'origin/feature/deb-src-bts731102' into ↵ | Michael Vogt | |
feature/source-deb822 | |||
2013-12-09 | suppoer $(ARCH) in deb822 sources.list as well | Michael Vogt | |
2013-12-09 | add APT::Sources::Use-Deb822 to allow disabling the deb822 parser | Michael Vogt | |
2013-12-09 | more refactor | Michael Vogt | |
2013-12-09 | refactor deb822 reading into its own function | Michael Vogt | |
2013-12-07 | really release 0.9.140.9.14 | Michael Vogt | |
2013-12-07 | do not force a specific export-dir in the repository | David Kalnischkies | |
Git-Dch: Ignore | |||
2013-12-07 | ensure prepare-release works in the right directory | David Kalnischkies | |
Git-Dch: Ignore | |||
2013-12-07 | releasing package apt version 0.9.14 | Michael Vogt | |
2013-12-07 | update libapt-pkg4.12 symbols file | David Kalnischkies | |
also fixing the release script code to deal with 'set -e' mode while checking the symbols file. | |||
2013-12-07 | tell the release script that we use git now | David Kalnischkies | |
Git-Dch: Ignore | |||
2013-12-07 | fix release script to deal with vendors | David Kalnischkies | |
Call xmllint with each vendor to check if any vendor specific errors are present, but check the translations only with one vendor to check for translation specifics – vendor and translation specific isn't possible. Git-Dch: Ignore | |||
2013-12-06 | releasing package apt version 0.9.13.2 | Michael Vogt | |
2013-12-06 | fix build failure with the new apt-vendors stuff | Michael Vogt | |
2013-12-06 | Handle SIGWINCH in APT::Progress-Fancy=1 | Michael Vogt | |
2013-12-06 | vendor/debian/makefile: apply 6f3c4e33 for debian/makefile as well | Michael Vogt | |
2013-12-06 | vendor/makefile: fix build error for parallel builds | Michael Vogt | |
2013-12-05 | fix section adding | Michael Vogt | |
2013-12-05 | add unittest for new sourceslist parser as well | Michael Vogt | |
2013-12-05 | first version with test | Michael Vogt | |
2013-12-05 | * document Dpkg::Progress-Fancy (closes: 726169), thanks to James McCoy | Michael Vogt | |
2013-12-05 | * enable release based selection for deb-src (closes: 731102) | Michael Vogt | |
2013-12-05 | remove exposing {MetaIndexInfo,MetaIndexFile,MetaIndexURI} again as this is ↵ | Michael Vogt | |
package system specific | |||
2013-12-05 | add new LocalFileName() method to metaindex | Michael Vogt | |
2013-12-04 | refactor | Michael Vogt | |
2013-12-04 | add #ifdefed ABI break & cleaner solution once the abi break is in place | Michael Vogt | |
2013-12-04 | use MetaIndexFile() instead of MetaIndexURI() | Michael Vogt | |