June 2010 Archives by thread
Starting: Tue Jun 1 15:35:32 UTC 2010
Ending: Wed Jun 30 22:26:29 UTC 2010
Messages: 239
- [Yum-devel] random todos
James Antill
- [Yum-devel] [PATCH 1/2] Deal with RHEL-5 loginuid damage
James Antill
- [Yum-devel] random todos
Tim Lauridsen
- [Yum-devel] [PATCH] in python 3k (and in the new rpm-python bindings) rpm is returning flags as LONGS not INTS - so this code breaks w/o this fix.
Seth Vidal
- [Yum-devel] [PATCH] Pick already installed packages as "best" with provide install
James Antill
- [Yum-devel] [PATCH] add exit_on_lock option for rh bug https://bugzilla.redhat.com/show_bug.cgi?id=598527
Seth Vidal
- [Yum-devel] Opt. for rpmdb.returnPackages(patterns=...). Drops about 30% from remove time.
James Antill
- [Yum-devel] [PATCH] Add prerepoconf, and use it to automagically setup .repos on access. This means we don't even need to read the config. files for repos. or set them up when we aren't using them.
James Antill
- [Yum-devel] [PATCH 1/2] Lazily load cElementTree, saves about 10% of "import yum" time.
James Antill
- [Yum-devel] [PATCH 2/2] Don't re-import saxutils for each call to to_xml().
James Antill
- [Yum-devel] [PATCH 1/5] Fix comment typo
James Antill
- [Yum-devel] [PATCH 1/9] Only import comps when we use it
James Antill
- [Yum-devel] [PATCH 2/9] Only import metalink, when needed
James Antill
- [Yum-devel] [PATCH 3/9] Only import rpmsack, when needed ... ha
James Antill
- [Yum-devel] [PATCH 4/9] Only import transactioninfo, when needed
James Antill
- [Yum-devel] [PATCH 6/9] Only import transactioninfo into depsolve, when needed
James Antill
- [Yum-devel] [PATCH] raise miscerror if the transaction-all file is garbage.
Seth Vidal
- [Yum-devel] Requesting feedback on some plans for yum
Hedayat Vatankhah
- [Yum-devel] [PATCH] make sure we add our '\n's in the right place to keep the xml output 'pretty'
Seth Vidal
- [Yum-devel] [PATCH 1/2] Speedup large list output, like "yum list installed"
James Antill
- [Yum-devel] Speed comparison with older versions, and analysis of overhead from rpm
James Antill
- [Yum-devel] None vs 0 Epoch in yum
Ville Skyttä
- [Yum-devel] [PATCH] Fix 0 vs None Epoch handling in compareEVR().
Ville Skyttä
- [Yum-devel] rangeCompare() incorrectly discards Epoch from provides
Ville Skyttä
- [Yum-devel] yum-utils 1.1.27 released
Tim Lauridsen
- [Yum-devel] [PATCH 1/3] Split each install/update/remove/reinstall/downgrade to their own test+print
James Antill
- [Yum-devel] [PATCH] Deal with local pkgs that only obsolete something installed, BZ 600969.
James Antill
- [Yum-devel] [PATCH] Add *verifytrans plugin hooks, so yumdb can be altered from plugins. BZ 602354.
James Antill
- [Yum-devel] possible leak in yum.YumBase()?
Paolo Abeni
- [Yum-devel] [PATCH] Tell the dsCallback() when ts_state==u that it's really an install, when it is.
James Antill
- [Yum-devel] [PATCH 1/4] Add caching getloginuid, so we can use it outside of history
James Antill
- [Yum-devel] [PATCH 2/4] Save loginuids of installed_by and changed_by to the yumdb
James Antill
- [Yum-devel] [PATCH 3/4] Make .reinstall a real txmbr attribute
James Antill
- [Yum-devel] [PATCH 4/4] Add a dsCallback "r" state for reinstalled, as we are doing downgrade
James Antill
- [Yum-devel] [PATCH] Don't return None when transaction is empty in resolveDeps, BZ 603002
James Antill
- [Yum-devel] [PATCH] - optionally collapse libc.so.6 requires into highest requires (default sort order)
Seth Vidal
- [Yum-devel] [yum-commits] repoquery.py
seth vidal
- [Yum-devel] small bugfix
BebiX kost
- [Yum-devel] [PATCH] Deal with putting non-en rpmdb problems in the history DB
James Antill
- [Yum-devel] [PATCH] when doing a localinstall check to see if the pkg we want to install is obsoleted by something already installed not just those things in the repos.
Seth Vidal
- [Yum-devel] [PATCH 2/2] add 'if self.conf.obsoletes' to the installed-pkg obsoletes check for localinstall
Seth Vidal
- [Yum-devel] [PATCH 1/2] Parse out the new private attribute for urls
James Antill
- [Yum-devel] [PATCH 2/2] Fix history recording installs, from the txmbr cleanup
James Antill
- [Yum-devel] [PATCH] fix for writing back out changes to a repo config and the repoid in the config has a $var in it
Seth Vidal
- [Yum-devel] [PATCH] Work around really long usernames, with no geocos fullname data, BZ 605039.
James Antill
- [Yum-devel] [PATCH] for rh bug 604529 - make sure when we compare mtime we're comparing the ints vs the ints and not extra trailing fractions of a second.
Seth Vidal
- [Yum-devel] [PATCH 1/3] for rh bug 604529 - make sure when we compare mtime we're comparing the ints vs the ints and not extra trailing fractions of a second.
Seth Vidal
- [Yum-devel] [PATCH 2/3] add getTsFlags() and isTsFlagSet() to rpmUtils.transaction.TransactionWrapper to make it less excruciating to see what is set in the rpm transaction flags
Seth Vidal
- [Yum-devel] [PATCH] Cleanup package state output in history info output.
James Antill
- [Yum-devel] [PATCH] Add nocollections tsflags option
James Antill
- [Yum-devel] [PATCH] Fix/allow reinstalls of installonly packages:
James Antill
- [Yum-devel] [PATCH] Allow correct translation of pkgAdded message
Hendrik Richter
- [Yum-devel] [PATCH] Make "yum list kmod\*" look better (ie. repoid is always overflowing)
James Antill
- [Yum-devel] Making yum a more `portable' package manager
Garrett Cooper
- [Yum-devel] [PATCH 1/3] Protect users from manually remove/reinstall the running kernel.
James Antill
- [Yum-devel] [PATCH] Add return_pids to return_running_packages, so we can lookup proc info.
James Antill
- [Yum-devel] [PATCH] - add historyend and historybegin plugin conduits - add history write_addon_data and an addon_data path so we can write out arbitrary data to a file stored per history file and per transaction id - add historypluginconduit which gives the user access to yumbase.history directly
Seth Vidal
- [Yum-devel] Which git to pull?
Garrett Cooper
- [Yum-devel] a few more repoquery docs
seth vidal
- [Yum-devel] [PATCH 1/2] GPG provides can have spaces: gpg(Fedora (13) <fedora at fedoraproject.org>).
James Antill
- [Yum-devel] [PATCH 2/2] Make the "installing gpg key" messages nicer, showing the owning package.
James Antill
- [Yum-devel] [PATCH] Fix the indentation on key_installed.
James Antill
- [Yum-devel] [PATCH 1/2] - add historyend and historybegin plugin conduits - add history write_addon_data and an addon_data path so we can write out arbitrary data to a file stored per history file and per transaction id - add historypluginconduit which gives the user access to yumbase.history directly
Seth Vidal
- [Yum-devel] [PATCH] - make sure when we have multiple identical updating pkgs that we don't look at them as complex updates
Seth Vidal
- [Yum-devel] [PATCH] - multiple checks to make sure we're not trying to install a deltarpm directly - also make sure no bogons filter in for localinstall.
Seth Vidal
- [Yum-devel] [PATCH] Say "must be root" instead of outputting empty results for history commands done as non-root.
Ville Skyttä
- [Yum-devel] Test suite errors ('FakeRpmDb' object has no attribute 'readOnlyTS')
Ville Skyttä
- [Yum-devel] [yum-commits] [yum] #517: Copyright Permission
seth vidal
- [Yum-devel] [PATCH 1/2] Recreate the comps. object when we enable/disable a repo. so we always have the correct set of groups.
James Antill
- [Yum-devel] [PATCH 2/2] Do the same enable/disable repos. recreation with tags
James Antill
- [Yum-devel] [PATCH] add yum config and enabled repos as additional history info - stored per transaction
Seth Vidal
- [Yum-devel] [PATCH 1/2] Save the full args. (including options) for the cmdline data.
James Antill
- [Yum-devel] reset transaction
Jack Neely
- [Yum-devel] [PATCH] display/retrieve additional history info we have stored
Seth Vidal
- [Yum-devel] [yum-commits] Branch 'yum-3_2_X' - output.py
seth vidal
- [Yum-devel] [PATCH 1/2] comment to think about a conditional to deal with y-c-t from rh bug #608984
Seth Vidal
- [Yum-devel] [PATCH] Giant change to pkg.verify, this is the first step to allow plugins to alter what we are going to verify. Of course 666 hours after starting this I realize we don't have a YumBase at this point ... so we'll need to create a yb.verify_pkg() or something so we can call the yb.plugins.run(). I knew I shouldn't have listened to Seth ; ).
James Antill
Last message date:
Wed Jun 30 22:26:29 UTC 2010
Archived on: Wed Jun 30 22:26:35 UTC 2010
This archive was generated by
Pipermail 0.09 (Mailman edition).