yum.git
2011-11-23 James AntillMerge branch 'master' into yum-3_2_X yum-3_2_X
2011-11-14 Dennis Gilmoreinitial arm hardfp support
2011-11-14 Alfred LandrumCall PackageSackBase.init from PackageSack, for added.
2011-11-14 James AntillWhen a repo. fails in repolist, manually populate the...
2011-11-05 Ville SkyttäOffer --options only when completing something that...
2011-11-02 Zdeněk PavlasFix a corner case in exception2msg(). BZ 749239.
2011-11-01 James AntillMerge branch 'yum-3_2_X' of ssh://yum.baseurl.org/srv...
2011-10-18 James AntillDo complete automated transifx target.
2011-10-18 Zdeněk PavlasIgnore lock held by a zombie process. BZ 746004, 745281.
2011-10-18 James AntillTurn reset_nice on by default, works around BZ 552279...
2011-10-17 James AntillAdd random transifex targets, so I don't have to look...
2011-10-17 James AntillRe-generate yum.pot file for transifex push.
2011-10-17 James AntillIgnore .tx dir. for transfex, and docs/sphinxdocs/_buil...
2011-10-17 James AntillTransifex update.
2011-10-17 James AntillAdd reset_nice configuration.
2011-10-17 James AntillMerge branch 'yum-3_2_X' of ssh://yum.baseurl.org/srv...
2011-10-15 Ville SkyttäImprove history subcommand completion.
2011-10-14 Ville SkyttäCompletion code cleanups.
2011-10-14 James AntillFix test "regression" in inst_require_obsoletes1 for...
2011-10-14 James AntillAdd fix for upgrade with same reqs. "Forces" upgrade...
2011-10-14 James AntillAdd testcases for upgrade with same reqs. BZ 745217.
2011-10-13 James AntillIgnore time skew by using sqlite IDs instead to order...
2011-10-13 James AntillOutput the GPG fingerprint when showing the GPG key...
2011-10-13 James AntillAdd helper function to access the fingerprint in the...
2011-10-11 Ken DreyerMan page grammar fix
2011-10-06 James AntillUpdate bugtracker URL back to redhat, as trac. is now...
2011-10-03 James AntillMerge branch 'yum-3_2_X' of ssh://yum.baseurl.org/srv...
2011-09-30 James AntillAllow reinstall and remove arguments to history redo...
2011-09-29 Ville SkyttäRemove resolvedep from suggested completions now that...
2011-09-29 James AntillMerge branch 'yum-3_2_X' of ssh://yum.baseurl.org/srv...
2011-09-28 James AntillSolve some of the obsoletes are conflicts mess. testObs...
2011-09-28 James AntillMake resolvedep a hidden command.
2011-09-28 Nils Philippsenuse USER_HZ value reported by OS
2011-09-28 James AntillLet resolvedep look for installed packages, output...
2011-09-28 James AntillAdd returnInstalledPackageByDep() to pair with returnPa...
2011-09-27 Ville SkyttäFix comment, log output, and else block of cwd read...
2011-09-22 James AntillAdd all the missing nevra attrs people could ever want...
2011-09-21 James AntillFix most of the tests due to missing FakeConf value.
2011-09-20 James AntillUse SQL rollback, on syncdb failure, even though it...
2011-09-20 James AntillUse the correct test to see if the INSERT worked, neede...
2011-09-15 Zdeněk PavlasReport IOError while setting self.conf. BZ 734907
2011-09-14 Seth Vidalmake sure we handle signatures which are not directly...
2011-08-25 James AntillDon't try to show repos. for skipped packages in histor...
2011-08-24 James AntillFix problems with using old generated data (groups...
2011-08-24 James AntillSpeedup upgrade_requirements_on_install=true significantly.
2011-08-24 James AntillTweak the output for transaction summary some more...
2011-08-24 Matthew MillerMinor changes to PIDFILE handling.
2011-08-24 Matthew Millerrename YUMTMP to more accurate YUMOUTPUT
2011-08-24 Matthew MillerOnly remove YUMTMP if we actually finish and send it.
2011-08-24 Matthew MillerRework yum-cron.sysvinit to only use the single lock...
2011-08-23 James AntillCheck the installed pkg. before the remote one, so...
2011-08-23 James AntillSeparate out dep. pkgs from pkgs. in trans. summary.
2011-08-23 James AntillRemove JDBG line.
2011-08-23 James AntillAdd summary data for skipped/not installed/available.
2011-08-23 James AntillMerge branch 'yum-3_2_X' of ssh://yum.baseurl.org/srv...
2011-08-23 Seth Vidalupdate all the translations
2011-08-22 James Antill Add upgrade_requirements_on_install config. Based...
2011-08-22 James AntillDon't traceback on --setopt=foo and --setopt=foo=1=1.
2011-08-19 James AntillFix return values from sync_anydb_key()
2011-08-19 James AntillConvert rpm/yumdb values to unicode, or python/sqlite...
2011-08-18 James AntillDon't look for the releasever, if we are overridding...
2011-08-18 Zdeněk PavlasNoMoreMirrorsRepoError is a RepoError
2011-08-18 James AntillSet _depsolving_failed as soon as buildTransaction...
2011-08-16 Zdeněk PavlasSmall fix in RPMDBAdditionalData init. BZ 730793
2011-08-16 Zdeněk PavlasExpose and document the ip_resolve option. BZ 730533
2011-08-15 Nick JacekAdds and modifies documentation for the yum.plugins...
2011-08-11 Nick JacekAdds and modifies documentation for the yum.__init__...
2011-08-10 Zdeněk PavlasSome more str(e) => exception2msg(e) fixes.
2011-08-10 Zdeněk PavlasMove exception2msg() from utils.py to i18n.py
2011-08-09 Zdeněk PavlasRearrange the free space checking code, BZ 728848
2011-08-08 Zdeněk PavlasSimplify error handling when obtaining a lock
2011-08-08 Zdeněk PavlasHandle ENOSPC when creating a lock file.
2011-08-05 James AntillMerge yum.spec with Fedora, for sanity. Add %check...
2011-08-05 James AntillAdd some unit testcases for BZ 721170.
2011-08-05 James AntillLots of langs use y/n, so ignore testing for that ...
2011-08-05 Nick Jacek Sick hack to work around python readline changes....
2011-08-04 James AntillAdd ui_evr, like ui_nevra ... for "yum list" like output.
2011-08-04 James AntillAccept old outputs of "-q history addon-info saved_tx...
2011-08-04 James AntillMake "yum -q history addon-info last saved_tx" valid...
2011-08-03 James AntillAdd some docs. for the new history commands.
2011-08-03 James Antill Add stats/pkg-info/sync history commands, so we can...
2011-08-03 James Antill Add extra history DB data, rpmdb and yumdb. BZ 662243.
2011-08-01 James AntillAdd comment explaining pkg_warn indirection.
2011-08-01 James AntillAdd load-ts to yum man page.
2011-07-29 Nick JacekAdds and modifies documentation for the yum/failover...
2011-07-29 Matthew MillerSet MAILTO to root by default.
2011-07-29 James AntillUse pkg_warn in groupinstall, so we don't get 666 error...
2011-07-29 James AntillAdd a pkg_warn to install, for groupinstall.
2011-07-29 Matthew MillerAdd a TODO list for yum-cron
2011-07-29 Matthew MillerFix possible endless loop in yum-cron
2011-07-29 Matthew MillerChange internal variable LOCKFILE (which it isn't)...
2011-07-29 Matthew MillerChange "[" builtins in yum-cron to use bash "[[ ]]...
2011-07-29 Matthew MillerFix a random mis-indent in yum-cron.sh
2011-07-29 Matthew MillerAdd comments to yum-cron.sh
2011-07-29 Matthew MillerAdd comments documenting options in sysconfig file.
2011-07-29 Matthew MillerCosmetic changes to init script.
2011-07-29 Matthew MillerBetter comments for the cron scripts.
2011-07-29 Nick JacekGet the version number for the documentation from yum...
2011-07-28 James AntillFix echo'd path to api docs.
2011-07-28 Matthew MillerPreviously, the entire yum-cron shell script lived...
next