summaryrefslogtreecommitdiff
path: root/backends/conary/conaryBackend.py
AgeCommit message (Expand)AuthorFilesLines
2011-06-21conary: simplify _resolve_listJesse Zhang1-74/+38
2011-06-21conary: don't show redirected packagesJesse Zhang1-0/+8
2011-04-26conary: fix call of deleted method in conaryCallbackJesse Zhang1-13/+14
2011-04-18conary: make pylint happierJesse Zhang1-72/+79
2011-04-18conary: use ExceptionHandler againJesse Zhang1-73/+25
2011-04-14conary: handle stale jobs for updateallOg B. Maciel1-2/+9
2011-04-12conary: fix typo of conary operationJesse Zhang1-2/+3
2011-04-11conary: fix generating XMLCache for custom labelsJesse Zhang1-2/+2
2011-04-09conary: assorted fixesJesse Zhang1-61/+26
2011-04-08conary: remove some code duplicationJesse Zhang1-16/+23
2011-04-08conary: move the get-files function into conarypkJesse Zhang1-43/+5
2011-04-08conary: simplify and remove needless functionsJesse Zhang1-25/+14
2011-04-08conary: simplify _resolve_listJesse Zhang1-44/+58
2011-04-08conary: clean upJesse Zhang1-126/+7
2011-04-01conary: implement install/remove for system modelJesse Zhang1-62/+42
2011-04-01conary: trivial fixJesse Zhang1-1/+0
2011-04-01conary: add exception handling around get_updateall_jobJesse Zhang1-2/+12
2011-04-01conary: fix get-updatesJesse Zhang1-28/+15
2011-04-01conary: remove broken GetDepends implementationJesse Zhang1-21/+0
2011-04-01conary: move more code to conarypkJesse Zhang1-24/+5
2011-04-01conary: remove unused methodsJesse Zhang1-59/+0
2011-04-01conary: don't support UpdatePackagesJesse Zhang1-22/+0
2011-03-31conary: bring back exception handling around build_update_jobJesse Zhang1-2/+12
2011-03-31conary: show update jobs correctlyJesse Zhang1-12/+40
2011-03-31conary: fix exception processing of applyUpdateJobJesse Zhang1-3/+8
2011-03-31conary: move build_update_job to where it belongsJesse Zhang1-49/+4
2011-03-29conary: remove class scope variableJesse Zhang1-47/+13
2011-03-29conary: really implement simulate* and don't rely on conary --testJesse Zhang1-5/+13
2011-03-29conary: process packages update/erase in a single jobJesse Zhang1-30/+25
2011-03-29conary: remove unnecessary methodJesse Zhang1-7/+5
2011-03-29conary: reduce code duplication between get_updates and update_systemJesse Zhang1-53/+39
2011-03-29conary: add a method to reset callbackJesse Zhang1-4/+8
2011-03-29conary: move job caching methods to UpdateJobCacheJesse Zhang1-3/+4
2011-03-28conary: rename variables to better reflect the return typeJesse Zhang1-2/+4
2011-03-28conary: move get_arch to conarypk.pyJesse Zhang1-25/+11
2011-03-28conary: remove abundant importsJesse Zhang1-13/+9
2011-03-28conary: clean up trailing spacesJesse Zhang1-24/+24
2011-03-28conary: rename _get_update to _build_update_jobJesse Zhang1-12/+8
2011-03-24conary: initialize local variable before using itJesse Zhang1-0/+1
2011-03-24conary: remove duplicated codeJesse Zhang1-5/+1
2011-03-24conary: remove unused parameterJesse Zhang1-3/+3
2011-02-10conary: not need to call _get_package_update before _do_package_updateJesse Zhang1-4/+0
2011-02-10conary: make update-system fasterJesse Zhang1-14/+5
2011-02-10conary: fix get-updatesJesse Zhang1-3/+3
2011-02-01conary: fix get-filesJesse Zhang1-11/+5
2011-02-01conary: fix resolve to show all versions of installed pkgsJesse Zhang1-2/+2
2011-01-31conary: fix ~installed filterJesse Zhang1-11/+13
2011-01-31conary: fix search to show all versions of installed pkgsJesse Zhang1-21/+8
2011-01-31conary: fix resolve to not do repo_query if trove is found locallyJesse Zhang1-18/+25
2011-01-31conary: fix installed filterJesse Zhang1-23/+27