summaryrefslogtreecommitdiff
path: root/cmdline
AgeCommit message (Expand)AuthorFilesLines
2014-02-22Add support for data.tar, control.tar and control.tar.xzGuillem Jover1-14/+4
2014-02-22Fix typos in documentation (codespell)Michael Vogt4-8/+8
2014-02-22remove auto-generated apt-key and sources.list on clean (closes: 739749)Michael Vogt1-14/+19
2014-02-13trivial indent fixMichael Vogt1-1/+1
2014-02-12Merge remote-tracking branch 'mvo/debian/sid' into debian/sidMichael Vogt2-6/+0
2014-02-12Use a APT::VersionSet instead of a VersionListMichael Vogt1-3/+3
2014-02-12apt-cdrom should succeed if any drive succeedsJohn Ogness1-17/+59
2014-02-10use VersionSet in download to handle repeatsDavid Kalnischkies1-3/+3
2014-02-05move isatty() check into InitOutput()Michael Vogt2-6/+0
2014-01-29fix apt-get download truncation (closes: #736962)Michael Vogt1-3/+6
2014-01-26Merge remote-tracking branch 'donkult/debian/sid' into debian/sidMichael Vogt1-13/+14
2014-01-24apt-mark help shows all commands nowMichael Vogt1-0/+5
2014-01-24add "apt full-upgrade" and tweak "apt upgrade"Michael Vogt2-23/+17
2014-01-22add test for apt showMichael Vogt1-1/+2
2014-01-17add purge to the apt cmdlineMichael Vogt1-1/+5
2014-01-17add missing integration test for "apt list"Michael Vogt1-10/+13
2014-01-17reword !isatty() warningMichael Vogt1-4/+3
2014-01-17add apt upgrade --distMichael Vogt1-1/+10
2014-01-16use gpg --homedir instead of explicit file placementDavid Kalnischkies1-13/+14
2013-12-27Merge branch 'feature/test-apt-key-net-update' into debian/sidMichael Vogt1-6/+13
2013-12-22factor GetTempDir outMichael Vogt2-14/+7
2013-12-19fix apt-key net-update test to use the buildin webserverMichael Vogt1-1/+1
2013-12-13make apt-key net-update actually testableMichael Vogt1-6/+13
2013-12-12Merge remote-tracking branch 'mvo/bugfix/conffile' into debian/sidMichael Vogt1-1/+1
2013-12-12clarify error message when apt-get source=ver fails, print a real error messa...Michael Vogt1-1/+1
2013-12-11improve error messageMichael Vogt1-3/+6
2013-12-11improve error message for apt-get source pkg:arch{=ver,/release}Michael Vogt1-4/+14
2013-12-11add support for "apt-get source pkg:arch"Michael Vogt1-10/+50
2013-12-10user-requested version tag gets precedence in apt-get source -t dist pkg=vers...Michael Vogt1-4/+4
2013-12-10fix typoMichael Vogt1-1/+1
2013-12-10if there is only deb-src pick higest version in deb-src release matchingMichael Vogt1-3/+5
2013-12-05* enable release based selection for deb-src (closes: 731102)Michael Vogt1-25/+97
2013-12-01generate apt-key script with vendor info about keysDavid Kalnischkies2-5/+13
2013-12-01cherry-pick ubuntus (disabled) net-update fixesDavid Kalnischkies1-13/+31
2013-11-28move EditSources into its own fileMichael Vogt1-37/+1
2013-11-26add check when sources.list changedMichael Vogt1-6/+14
2013-11-26add syntax check for sources.listMichael Vogt1-3/+16
2013-11-25add basic "edit-sources" commandMichael Vogt2-18/+25
2013-10-22Merge remote-tracking branch 'mvo/feature/upgrade-api' into debian/sidMichael Vogt2-26/+2
2013-10-08Merge remote-tracking branch 'mvo/feature/upgrade-with-new' into debian/sidMichael Vogt1-1/+1
2013-10-05rename FORBID_NEW_INSTALL_PACKAGES to FORBID_INSTALL_NEW_PACKAGESMichael Vogt1-66/+41
2013-10-05* move upgrade releated code into upgrade.{cc,h}Michael Vogt2-1/+2
2013-10-05cleanup upgrade API some more (thanks for the feedback from David)Michael Vogt1-26/+0
2013-10-03use pkgAcqArchive in 'download' for proper errorsDavid Kalnischkies1-45/+35
2013-10-03put fetch errors in 'source' on our errorstackDavid Kalnischkies1-22/+6
2013-09-03fix vim-style foldmarkerDavid Kalnischkies1-6/+2
2013-08-28Merge remote-tracking branch 'upstream/debian/sid' into feature/upgrade-with-newMichael Vogt1-3/+4
2013-08-28add man-page, improve option, use --with-new-pkgs as the flagMichael Vogt1-1/+1
2013-08-27allow pkg manipulation in the upgrade/dist-upgrade commandline, e.g. apt-get ...Michael Vogt1-3/+4
2013-08-22do chdir("/") after chroot()Michael Vogt1-2/+2