Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-29 | fix apt-get download truncation (closes: #736962) | Michael Vogt | |
2014-01-28 | add test for Suite with path | Michael Vogt | |
2014-01-26 | enable deb822 sources for associated testcase | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-01-26 | fixup merge issues introduced in 796673c | David Kalnischkies | |
Issues in doc/po/de.po (fixed by Chris already) and test/integration/framework Git-Dch: Ignore | |||
2014-01-26 | Merge remote-tracking branch 'donkult/debian/sid' into debian/sid | Michael Vogt | |
Conflicts: apt-private/private-list.cc doc/po/de.po test/integration/framework | |||
2014-01-25 | Merge remote-tracking branch 'mvo/debian/sid' into debian/sid | Michael Vogt | |
2014-01-25 | support " " in deb822 source options | Michael Vogt | |
2014-01-24 | Merge remote-tracking branch 'mvo/feature/apt-show-nice' into ↵ | Michael Vogt | |
debian/experimental-no-abi-break Conflicts: apt-private/private-cmndline.cc | |||
2014-01-24 | Merge remote-tracking branch 'mvo/debian/sid' into ↵ | Michael Vogt | |
debian/experimental-no-abi-break | |||
2014-01-24 | Merge remote-tracking branch 'ajt/better-pdiffs-dk' into debian/sid | Michael Vogt | |
2014-01-24 | hide more from apt show | Michael Vogt | |
Hide the Hashes,Filename,Multi-Arch,Architecture by default from "apt show". The information is still available via apt-cache show. Also improve the output of the Size- | |||
2014-01-24 | Show "Manual-Installed: {yes|no}" in apt show | Michael Vogt | |
2014-01-24 | add "apt full-upgrade" and tweak "apt upgrade" | Michael Vogt | |
There is a new "apt full-upgrade" that performs a apt-get dist-upgrade. "apt dist-upgrade" is still supported as a alias. The "apt upgrade" code is changed so that it mirrors the behavior of "apt-get upgrade --with-new-pkgs" and also honors "apt uprade --no-new-pkgs". | |||
2014-01-23 | include "Archive-Origin" in the apt show output | Michael Vogt | |
2014-01-22 | Merge remote-tracking branch 'mvo/debian/sid' into ↵ | Michael Vogt | |
debian/experimental-no-abi-break | |||
2014-01-22 | "apt show" show user friendly size info | Michael Vogt | |
The size/installed-size is displayed via SizeToStr() and Size is rewriten to "Download-Size" to make clear what size is refered to here. | |||
2014-01-22 | add test for apt show | Michael Vogt | |
2014-01-22 | add integration test for apt search | Michael Vogt | |
2014-01-21 | Merge remote-tracking branch 'upstream/debian/experimental-no-abi-break' ↵ | Michael Vogt | |
into feature/source-deb822 Conflicts: test/integration/test-apt-sources-deb822 | |||
2014-01-20 | add support for multipl types in one line | Michael Vogt | |
2014-01-20 | add support for multiple URIs in deb822 style sources.list | Michael Vogt | |
2014-01-20 | add support for Enabled: no in deb822 sources.list | Michael Vogt | |
2014-01-20 | add Description tag for deb822 sources | Michael Vogt | |
2014-01-18 | Merge remote-tracking branch 'mvo/feature/source-deb822' into ↵ | Michael Vogt | |
debian/experimental-no-abi-break | |||
2014-01-18 | rename "Suite/Section" to plural | Michael Vogt | |
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 | get color/msglevel handling for tests in line | David Kalnischkies | |
Without a PTY attached do not use color, but use the same MSGLEVEL with or without a PTY. The level is better adjust via flags – especially as it is likely that without a PTY you want fullblown logs instead of the reduced display you get with -q otherwise. Git-Dch: Ignore | |||
2014-01-17 | implement suggestion by donkult (thanks!) | Michael Vogt | |
2014-01-17 | ensure the right permissions as dpkg-deb ensists | David Kalnischkies | |
otherwise you get with pickier umasks errors like: dpkg-deb: error: control directory has bad permissions 700 (must be >=0755 and <=0775) so we just force a 755 for the control directory and dpkg is happy. Git-Dch: Ignore | |||
2014-01-17 | use our tmpdir instead of creating tmpfiles | David Kalnischkies | |
Maintaining (mainly the deletion of them) is a pain and they litter /tmp while the testcase is run for no good reason as we could just as well drop it into our tmpdir we have anyway and let them be deleted with the rest automatically Git-Dch: Ignore | |||
2014-01-17 | correct some quoting offenses | David Kalnischkies | |
also avoids redirecting messages from dpkg-deb to /dev/null as it might fail (as it is quiet picky) and we should know why if it does. Git-Dch: Ignore | |||
2014-01-17 | add missing integration test for "apt list" | Michael Vogt | |
2014-01-17 | improve stdout/stderr usage correctness in test framework | David Kalnischkies | |
Also adds a friendly note about how many tests were run/passed so that the end of the testrun isn't all that negative by just showing fails. (It now tells us that we have 111 tests at the moment!) Git-Dch: Ignore | |||
2014-01-16 | use our own homedir for gpg in testcases | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-01-16 | merged mvo/feature/deb822 | Michael Vogt | |
2014-01-16 | show the error message if the webserver start failed | David Kalnischkies | |
Can happen e.g. if port 8080 is already used by something else Git-Dch: Ignore | |||
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-15 | test apt-get source release selection with suite and codename | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-01-15 | tests: default to 'sid' codename for 'unstable' | David Kalnischkies | |
Git-Dch: Ignore | |||
2014-01-15 | use C.UTF-8 in testcases as locale | David Kalnischkies | |
Git-Dch: Ignore | |||
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 | |