June 2010 Archives by subject
Starting: Tue Jun 1 15:35:32 UTC 2010
Ending: Wed Jun 30 22:26:29 UTC 2010
Messages: 239
- [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 1/2] comment to think about a conditional to deal with y-c-t from rh bug #608984
Seth Vidal
- [Yum-devel] [PATCH 1/2] Deal with RHEL-5 loginuid damage
James Antill
- [Yum-devel] [PATCH 1/2] Deal with RHEL-5 loginuid damage
Tim Lauridsen
- [Yum-devel] [PATCH 1/2] GPG provides can have spaces: gpg(Fedora (13) <fedora at fedoraproject.org>).
James Antill
- [Yum-devel] [PATCH 1/2] Lazily load cElementTree, saves about 10% of "import yum" time.
James Antill
- [Yum-devel] [PATCH 1/2] Lazily load cElementTree, saves about 10% of "import yum" time.
Ville Skyttä
- [Yum-devel] [PATCH 1/2] Lazily load cElementTree, saves about 10% of "import yum" time.
seth vidal
- [Yum-devel] [PATCH 1/2] Lazily load cElementTree, saves about 10% of "import yum" time.
James Antill
- [Yum-devel] [PATCH 1/2] Opt. for rpmdb.returnPackages(patterns=...). Drops about 30% from remove time.
James Antill
- [Yum-devel] [PATCH 1/2] Opt. for rpmdb.returnPackages(patterns=...). Drops about 30% from remove time.
Ville Skyttä
- [Yum-devel] [PATCH 1/2] Opt. for rpmdb.returnPackages(patterns=...). Drops about 30% from remove time.
James Antill
- [Yum-devel] [PATCH 1/2] Parse out the new private attribute for urls
James Antill
- [Yum-devel] [PATCH 1/2] Parse out the new private attribute for urls
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 1/2] Recreate the comps. object when we enable/disable a repo. so we always have the correct set of groups.
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 1/2] Recreate the comps. object when we enable/disable a repo. so we always have the correct set of groups.
seth vidal
- [Yum-devel] [PATCH 1/2] Save the full args. (including options) for the cmdline data.
James Antill
- [Yum-devel] [PATCH 1/2] Save the full args. (including options) for the cmdline data.
seth vidal
- [Yum-devel] [PATCH 1/2] Speedup large list output, like "yum list installed"
James Antill
- [Yum-devel] [PATCH 1/2] Speedup large list output, like "yum list installed"
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 1/3] Protect users from manually remove/reinstall the running kernel.
James Antill
- [Yum-devel] [PATCH 1/3] Protect users from manually remove/reinstall the running kernel.
seth vidal
- [Yum-devel] [PATCH 1/3] Split each install/update/remove/reinstall/downgrade to their own test+print
James Antill
- [Yum-devel] [PATCH 1/3] Split each install/update/remove/reinstall/downgrade to their own test+print
Seth Vidal
- [Yum-devel] [PATCH 1/4] Add caching getloginuid, so we can use it outside of history
Tim Lauridsen
- [Yum-devel] [PATCH 1/4] Add caching getloginuid, so we can use it outside of history
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 1/9] Only import comps when we use it
seth vidal
- [Yum-devel] [PATCH 1/9] Only import comps when we use it
Tim Lauridsen
- [Yum-devel] [PATCH 2/2] - move historyend call to before history.end() - fix a couple of typos - check to make sure we're not saving _nothing_
Seth Vidal
- [Yum-devel] [PATCH 2/2] - move historyend call to before history.end() - fix a couple of typos - check to make sure we're not saving _nothing_
James Antill
- [Yum-devel] [PATCH 2/2] add 'if self.conf.obsoletes' to the installed-pkg obsoletes check for localinstall
Seth Vidal
- [Yum-devel] [PATCH 2/2] add 'if self.conf.obsoletes' to the installed-pkg obsoletes check for localinstall
James Antill
- [Yum-devel] [PATCH 2/2] add compare_providers plugin hook
Seth Vidal
- [Yum-devel] [PATCH 2/2] add compare_providers plugin hook
James Antill
- [Yum-devel] [PATCH 2/2] add compare_providers plugin hook
seth vidal
- [Yum-devel] [PATCH 2/2] Always try searchNames() in rpm, because .dbMatch('name') is so damn fast
James Antill
- [Yum-devel] [PATCH 2/2] Always try searchNames() in rpm, because .dbMatch('name') is so damn fast
Seth Vidal
- [Yum-devel] [PATCH 2/2] Do the same enable/disable repos. recreation with tags
James Antill
- [Yum-devel] [PATCH 2/2] Don't re-import saxutils for each call to to_xml().
James Antill
- [Yum-devel] [PATCH 2/2] Fix "remove name-version", really minor API bug before last patch
James Antill
- [Yum-devel] [PATCH 2/2] Fix history recording installs, from the txmbr cleanup
James Antill
- [Yum-devel] [PATCH 2/2] Fix history recording installs, from the txmbr cleanup
seth vidal
- [Yum-devel] [PATCH 2/2] Fix pkgs. that are excluded after being put in yb.up ... BZ#597853
Tim Lauridsen
- [Yum-devel] [PATCH 2/2] Fix pkgs. that are excluded after being put in yb.up ... BZ#597853
James Antill
- [Yum-devel] [PATCH 2/2] Fix the not possible yet, edge case slots deadlock.
James Antill
- [Yum-devel] [PATCH 2/2] Fix the not possible yet, edge case slots deadlock.
seth vidal
- [Yum-devel] [PATCH 2/2] Make the "installing gpg key" messages nicer, showing the owning package.
James Antill
- [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 2/3] Don't do chain removals on downgrades, just fail, BZ 592726.
James Antill
- [Yum-devel] [PATCH 2/3] Don't do chain removals on downgrades, just fail, BZ 592726.
Seth Vidal
- [Yum-devel] [PATCH 2/3] Protect kernel from any kind of removal, in the protection code.
James Antill
- [Yum-devel] [PATCH 2/3] Protect kernel from any kind of removal, in the protection code.
seth vidal
- [Yum-devel] [PATCH 2/4] Save loginuids of installed_by and changed_by to the yumdb
James Antill
- [Yum-devel] [PATCH 2/4] Save loginuids of installed_by and changed_by to the yumdb
Tim Lauridsen
- [Yum-devel] [PATCH 2/5] Don't auto needfiles, when we are just looking at installed
James Antill
- [Yum-devel] [PATCH 2/9] Only import metalink, when needed
James Antill
- [Yum-devel] [PATCH 3/3] Add a downgrade state, for users (changes what dsCallback.pkgAdded() gets).
James Antill
- [Yum-devel] [PATCH 3/3] Add a downgrade state, for users (changes what dsCallback.pkgAdded() gets).
Seth Vidal
- [Yum-devel] [PATCH 3/3] check for this being a test transaction before updating the yum history db
Seth Vidal
- [Yum-devel] [PATCH 3/3] check for this being a test transaction before updating the yum history db
James Antill
- [Yum-devel] [PATCH 3/3] Document the semi-special running kernel protection.
James Antill
- [Yum-devel] [PATCH 3/3] Document the semi-special running kernel protection.
seth vidal
- [Yum-devel] [PATCH 3/4] Make .reinstall a real txmbr attribute
James Antill
- [Yum-devel] [PATCH 3/4] Make .reinstall a real txmbr attribute
Tim Lauridsen
- [Yum-devel] [PATCH 3/5] Use prerepoconf, if available
James Antill
- [Yum-devel] [PATCH 3/9] Only import rpmsack, when needed ... ha
James Antill
- [Yum-devel] [PATCH 4/4] Add a dsCallback "r" state for reinstalled, as we are doing downgrade
Tim Lauridsen
- [Yum-devel] [PATCH 4/4] Add a dsCallback "r" state for reinstalled, as we are doing downgrade
James Antill
- [Yum-devel] [PATCH 4/5] Use .arch.archlist if available, also don't call .doTsSetup
James Antill
- [Yum-devel] [PATCH 4/9] Only import transactioninfo, when needed
James Antill
- [Yum-devel] [PATCH 5/5] Don't explicitly call doRepoSetup()
James Antill
- [Yum-devel] [PATCH 5/9] Only import rpmUtils.updates, when needed
James Antill
- [Yum-devel] [PATCH 6/9] Only import transactioninfo into depsolve, when needed
James Antill
- [Yum-devel] [PATCH 7/9] Only import history, when needed
James Antill
- [Yum-devel] [PATCH 8/9] Only import pkgtag_db, when needed
James Antill
- [Yum-devel] [PATCH 9/9] Fix recursive importing problem, between yumRepo and sqlitesack
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] 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.
seth vidal
- [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] [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
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] [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
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] [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] - make sure when we have multiple identical updating pkgs that we don't look at them as complex updates
James Antill
- [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] - multiple checks to make sure we're not trying to install a deltarpm directly - also make sure no bogons filter in for localinstall.
James Antill
- [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] - multiple checks to make sure we're not trying to install a deltarpm directly - also make sure no bogons filter in for localinstall.
James Antill
- [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.
Panu Matilainen
- [Yum-devel] [PATCH] - optionally collapse libc.so.6 requires into highest requires (default sort order)
Seth Vidal
- [Yum-devel] [PATCH] - optionally collapse libc.so.6 requires into highest requires (default sort order)
James Antill
- [Yum-devel] [PATCH] - optionally collapse libc.so.6 requires into highest requires (default sort order)
seth vidal
- [Yum-devel] [PATCH] Add *verifytrans plugin hooks, so yumdb can be altered from plugins. BZ 602354.
James Antill
- [Yum-devel] [PATCH] Add *verifytrans plugin hooks, so yumdb can be altered from plugins. BZ 602354.
Seth Vidal
- [Yum-devel] [PATCH] add exit_on_lock option for rh bug https://bugzilla.redhat.com/show_bug.cgi?id=598527
Seth Vidal
- [Yum-devel] [PATCH] add exit_on_lock option for rh bug https://bugzilla.redhat.com/show_bug.cgi?id=598527
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] [PATCH] Add nocollections tsflags option
James Antill
- [Yum-devel] [PATCH] Add nocollections tsflags option
seth vidal
- [Yum-devel] [PATCH] Add nocollections tsflags option
Panu Matilainen
- [Yum-devel] [PATCH] Add return_pids to return_running_packages, so we can lookup proc info.
James Antill
- [Yum-devel] [PATCH] Add return_pids to return_running_packages, so we can lookup proc info.
seth vidal
- [Yum-devel] [PATCH] Add return_pids to return_running_packages, so we can lookup proc info.
James Antill
- [Yum-devel] [PATCH] Add return_pids to return_running_packages, so we can lookup proc info.
seth vidal
- [Yum-devel] [PATCH] add yum config and enabled repos as additional history info - stored per transaction
Ville Skyttä
- [Yum-devel] [PATCH] add yum config and enabled repos as additional history info - stored per transaction
Seth Vidal
- [Yum-devel] [PATCH] add yum config and enabled repos as additional history info - stored per transaction
James Antill
- [Yum-devel] [PATCH] add yum config and enabled repos as additional history info - stored per transaction
seth vidal
- [Yum-devel] [PATCH] Allow correct translation of pkgAdded message
Hendrik Richter
- [Yum-devel] [PATCH] Cleanup package state output in history info output.
James Antill
- [Yum-devel] [PATCH] Cleanup package state output in history info output.
seth vidal
- [Yum-devel] [PATCH] Deal with local pkgs that only obsolete something installed, BZ 600969.
James Antill
- [Yum-devel] [PATCH] Deal with local pkgs that only obsolete something installed, BZ 600969.
Seth Vidal
- [Yum-devel] [PATCH] Deal with local pkgs that only obsolete something installed, BZ 600969.
James Antill
- [Yum-devel] [PATCH] Deal with putting non-en rpmdb problems in the history DB
Tim Lauridsen
- [Yum-devel] [PATCH] Deal with putting non-en rpmdb problems in the history DB
James Antill
- [Yum-devel] [PATCH] Deal with putting non-en rpmdb problems in the history DB
seth vidal
- [Yum-devel] [PATCH] display/retrieve additional history info we have stored
Seth Vidal
- [Yum-devel] [PATCH] display/retrieve additional history info we have stored
James Antill
- [Yum-devel] [PATCH] display/retrieve additional history info we have stored
seth vidal
- [Yum-devel] [PATCH] Don't return None when transaction is empty in resolveDeps, BZ 603002
James Antill
- [Yum-devel] [PATCH] Don't return None when transaction is empty in resolveDeps, BZ 603002
seth vidal
- [Yum-devel] [PATCH] Fix 0 vs None Epoch handling in compareEVR().
Jon Stanley
- [Yum-devel] [PATCH] Fix 0 vs None Epoch handling in compareEVR().
Jon Stanley
- [Yum-devel] [PATCH] Fix 0 vs None Epoch handling in compareEVR().
Ville Skyttä
- [Yum-devel] [PATCH] Fix 0 vs None Epoch handling in compareEVR().
Ville Skyttä
- [Yum-devel] [PATCH] Fix 0 vs None Epoch handling in compareEVR().
Ville Skyttä
- [Yum-devel] [PATCH] Fix 0 vs None Epoch handling in compareEVR().
Seth Vidal
- [Yum-devel] [PATCH] Fix 0 vs None Epoch handling in compareEVR().
seth vidal
- [Yum-devel] [PATCH] Fix 0 vs None Epoch handling in compareEVR().
Panu Matilainen
- [Yum-devel] [PATCH] Fix 0 vs None Epoch handling in compareEVR().
seth vidal
- [Yum-devel] [PATCH] Fix 0 vs None Epoch handling in compareEVR().
Panu Matilainen
- [Yum-devel] [PATCH] Fix 0 vs None Epoch handling in compareEVR().
seth vidal
- [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] fix for writing back out changes to a repo config and the repoid in the config has a $var in it
James Antill
- [Yum-devel] [PATCH] Fix make check, due to rpmdb.readOnlyTS() not being in FakeRpmDb.
James Antill
- [Yum-devel] [PATCH] Fix make check, due to rpmdb.readOnlyTS() not being in FakeRpmDb.
seth vidal
- [Yum-devel] [PATCH] Fix the indentation on key_installed.
James Antill
- [Yum-devel] [PATCH] Fix the indentation on key_installed.
seth vidal
- [Yum-devel] [PATCH] Fix the indentation on key_installed.
James Antill
- [Yum-devel] [PATCH] Fix the indentation on key_installed.
seth vidal
- [Yum-devel] [PATCH] Fix/allow reinstalls of installonly packages:
James Antill
- [Yum-devel] [PATCH] Fix/allow reinstalls of installonly packages:
seth vidal
- [Yum-devel] [PATCH] Fix/allow reinstalls of installonly packages:
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] 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
- [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] 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.
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.
Mike Bonnet
- [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.
Mike Bonnet
- [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] Make "yum list kmod\*" look better (ie. repoid is always overflowing)
James Antill
- [Yum-devel] [PATCH] Make "yum list kmod\*" look better (ie. repoid is always overflowing)
seth vidal
- [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] Make the callback ts_state var name less confusing :)
James Antill
- [Yum-devel] [PATCH] Make the callback ts_state var name less confusing :)
seth vidal
- [Yum-devel] [PATCH] Pick already installed packages as "best" with provide install
James Antill
- [Yum-devel] [PATCH] Pick already installed packages as "best" with provide install
James Antill
- [Yum-devel] [PATCH] Pick already installed packages as "best" with provide install
seth vidal
- [Yum-devel] [PATCH] raise miscerror if the transaction-all file is garbage.
Seth Vidal
- [Yum-devel] [PATCH] raise miscerror if the transaction-all file is garbage.
James Antill
- [Yum-devel] [PATCH] Say "must be root" instead of outputting empty results for history commands done as non-root.
Ville Skyttä
- [Yum-devel] [PATCH] Say "must be root" instead of outputting empty results for history commands done as non-root.
Ville Skyttä
- [Yum-devel] [PATCH] Say "must be root" instead of outputting empty results for history commands done as non-root.
James Antill
- [Yum-devel] [PATCH] Show a nice error message when a user tries to access history
Ville Skyttä
- [Yum-devel] [PATCH] Show a nice error message when a user tries to access history
James Antill
- [Yum-devel] [PATCH] Show a nice error message when a user tries to access history
seth vidal
- [Yum-devel] [PATCH] Tell the dsCallback() when ts_state==u that it's really an install, when it is.
James Antill
- [Yum-devel] [PATCH] Tell the dsCallback() when ts_state==u that it's really an install, when it is.
Tim Lauridsen
- [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] 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.
James Antill
- [Yum-devel] [PATCH] Work around really long usernames, with no geocos fullname data, BZ 605039.
James Antill
- [Yum-devel] [PATCH] Work around really long usernames, with no geocos fullname data, BZ 605039.
seth vidal
- [Yum-devel] [yum-commits] [yum] #517: Copyright Permission
seth vidal
- [Yum-devel] [yum-commits] Branch 'yum-3_2_X' - output.py
seth vidal
- [Yum-devel] [yum-commits] Branch 'yum-3_2_X' - output.py
seth vidal
- [Yum-devel] [yum-commits] repoquery.py
seth vidal
- [Yum-devel] a few more repoquery docs
seth vidal
- [Yum-devel] Making yum a more `portable' package manager
Garrett Cooper
- [Yum-devel] Making yum a more `portable' package manager
BebiX kost
- [Yum-devel] Making yum a more `portable' package manager
seth vidal
- [Yum-devel] Making yum a more `portable' package manager
James Antill
- [Yum-devel] Making yum a more `portable' package manager
Tim Lauridsen
- [Yum-devel] Making yum a more `portable' package manager
Garrett Cooper
- [Yum-devel] Making yum a more `portable' package manager
James Antill
- [Yum-devel] Making yum a more `portable' package manager
Garrett Cooper
- [Yum-devel] None vs 0 Epoch in yum
Ville Skyttä
- [Yum-devel] None vs 0 Epoch in yum
Seth Vidal
- [Yum-devel] None vs 0 Epoch in yum
Ville Skyttä
- [Yum-devel] None vs 0 Epoch in yum
Seth Vidal
- [Yum-devel] Opt. for rpmdb.returnPackages(patterns=...). Drops about 30% from remove time.
James Antill
- [Yum-devel] Opt. for rpmdb.returnPackages(patterns=...). Drops about 30% from remove time.
seth vidal
- [Yum-devel] possible leak in yum.YumBase()?
Paolo Abeni
- [Yum-devel] possible leak in yum.YumBase()?
James Antill
- [Yum-devel] random todos
James Antill
- [Yum-devel] random todos
Tim Lauridsen
- [Yum-devel] random todos
Tim Lauridsen
- [Yum-devel] random todos
seth vidal
- [Yum-devel] random todos
Tim Lauridsen
- [Yum-devel] random todos
Ville Skyttä
- [Yum-devel] random todos
seth vidal
- [Yum-devel] random todos
James Antill
- [Yum-devel] random todos
Ville Skyttä
- [Yum-devel] random todos
Ville Skyttä
- [Yum-devel] rangeCompare() incorrectly discards Epoch from provides
Ville Skyttä
- [Yum-devel] rangeCompare() incorrectly discards Epoch from provides
Ville Skyttä
- [Yum-devel] rangeCompare() incorrectly discards Epoch from provides
James Antill
- [Yum-devel] rangeCompare() incorrectly discards Epoch from provides
Seth Vidal
- [Yum-devel] rangeCompare() incorrectly discards Epoch from provides
James Antill
- [Yum-devel] rangeCompare() incorrectly discards Epoch from provides
Panu Matilainen
- [Yum-devel] Requesting feedback on some plans for yum
Hedayat Vatankhah
- [Yum-devel] Requesting feedback on some plans for yum
Seth Vidal
- [Yum-devel] Requesting feedback on some plans for yum
Hedayat Vatankhah
- [Yum-devel] Requesting feedback on some plans for yum
Seth Vidal
- [Yum-devel] Requesting feedback on some plans for yum
Seth Vidal
- [Yum-devel] Requesting feedback on some plans for yum
Hedayat Vatankhah
- [Yum-devel] Requesting feedback on some plans for yum
Seth Vidal
- [Yum-devel] Requesting feedback on some plans for yum
Hedayat Vatankhah
- [Yum-devel] Requesting feedback on some plans for yum
Seth Vidal
- [Yum-devel] Requesting feedback on some plans for yum
Hedayat Vatankhah
- [Yum-devel] Requesting feedback on some plans for yum
seth vidal
- [Yum-devel] reset transaction
Jack Neely
- [Yum-devel] reset transaction
seth vidal
- [Yum-devel] reset transaction
James Antill
- [Yum-devel] small bugfix
BebiX kost
- [Yum-devel] small bugfix
James Antill
- [Yum-devel] small bugfix
BebiX kost
- [Yum-devel] Speed comparison with older versions, and analysis of overhead from rpm
Tim Lauridsen
- [Yum-devel] Speed comparison with older versions, and analysis of overhead from rpm
James Antill
- [Yum-devel] Test suite errors ('FakeRpmDb' object has no attribute 'readOnlyTS')
Ville Skyttä
- [Yum-devel] Which git to pull?
Garrett Cooper
- [Yum-devel] Which git to pull?
James Antill
- [Yum-devel] yum-utils 1.1.27 released
Tim Lauridsen
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).