summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)AuthorFilesLines
2016-10-27Imported Upstream version 0.6.21upstream/0.6.21DongHun Kwak1-9/+92
Change-Id: Ie4bb940b0be2c8a3064162f4e8c40b241f2b1838 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.14upstream/0.6.14DongHun Kwak2-2/+2
Change-Id: I3e83c4ddc30f8d8cfa6f965a85ecca72781d89e4 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.13upstream/0.6.13DongHun Kwak42-3423/+4203
Change-Id: I9fed388d0b8658275d9089b22473596379566069 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.12upstream/0.6.12DongHun Kwak5-144/+946
Change-Id: I57ee1847c5c25f2602e0348213fa145f97cc3434 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.7upstream/0.6.7DongHun Kwak2-15/+5
Change-Id: I4903b1e04cf23c0c38f633e48a06732764ee6444 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.5upstream/0.6.5DongHun Kwak1-0/+1
Change-Id: If69a2170a61800e3f778ec1f78364531c9642950 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2014-04-03INCOMPATIBLE bindings change: modernize Dataiterator/Datamatch classesMichael Schroeder3-13/+13
Use attributes instead of methods to access the matched data (except for Datapos constructors). Also, while we're breaking the API, drop the solvid argument from the Dataiterator constructors. Add different constructors for the special cases. Also fix and document Datamatcher's 'binary' attribute.
2013-12-06solv example: add autopackages on SUSE systemsMichael Schroeder1-0/+17
2013-11-22pysolv: more python3 adaptionsMichael Schroeder1-11/+11
2013-11-19port to python3Michael Schroeder1-84/+92
2013-11-14Create a real type for a checksum handleMichael Schroeder1-3/+3
Should be completely compatible, as the handle was of type "void *" before.
2013-10-31do not rewrite the command line repoMichael Schroeder1-0/+2
2013-10-31solv example: always internalize the "installed" repo, support '-i' optionMichael Schroeder1-8/+15
2013-10-28support ADD_WITH_SUBKEYS/ADD_MULTIPLE_PUBKEYS/ADD_WITH_KEYSIGNATURESMichael Schroeder1-1/+1
2013-10-16remove trailing whitespaceMichael Schroeder1-1/+1
2013-10-16make 'solv info' work with command line packagesMichael Schroeder1-1/+3
2013-10-14parse appdata in solv exampleMichael Schroeder1-23/+48
Also support a '-d' option to increase the debug level.
2013-10-04add --type and --arch filter supportMichael Schroeder1-33/+88
2013-09-20bindings: add stringification shortcut for problemsMichael Schroeder3-9/+5
Also fixes bugs in the rbsolv example.
2013-09-09rename selection_make_deps to selection_make_matchdeps, add marker supportMichael Schroeder1-2/+7
Also add pool_intersect_evrs.
2013-09-04add pool_whatmatchesdep and selection_make_deps to query for packages ↵Michael Schroeder1-3/+18
intersecting a dependency
2013-08-28solv example: use gpgv instead of gpg to verify sigsMichael Schroeder1-1/+1
2013-08-23oops, revert unwanted commit chunksMichael Schroeder1-10/+0
2013-08-23solv_parse_sig: clear return values at the beginningMichael Schroeder1-0/+10
2013-07-25rename rpmdb_pubkey to pubkeyMichael Schroeder1-3/+3
2013-06-17pysolv: check applydeltarpm exit statusMichael Schroeder1-0/+3
2013-06-14bindings: add pool.errstr, make add_rpm/... return Solvable objectsMichael Schroeder1-3/+8
2013-06-07bindings consistency: rename new/keptpackages to new/keptsolvablesMichael Schroeder3-3/+3
We keep the old methods available for now to be backward compatible.
2013-06-05p5solv: missed one string in bareword translationMichael Schroeder1-1/+1
2013-06-05ok, no local in current perl code. Also, use ls instead of li as short form ↵Michael Schroeder3-6/+6
of list
2013-06-05adapt to modern perl and use barewords for hash keysMichael Schroeder1-108/+108
2013-06-05Apply first part of Thierry's patchesMichael Schroeder1-9/+9
2013-06-05solv: create cache in user's home dir if not run as rootMichael Schroeder1-10/+34
2013-06-04missed a changeMichael Schroeder1-1/+1
2013-06-04Make 'dep' attribute in Ruleinfo return an object, add fromstr/tostr ↵Michael Schroeder3-8/+8
attributes to TransactionClass and remove old fromdep()/todep() methods
2013-06-03add POOL_FLAG_ADDFILEPROVIDESFILTERED option to make pool_addfileprovides ↵Michael Schroeder1-1/+3
only add files in the standard locations Non-standard files are searched lazyly on demand.
2013-05-17allow SOLVID_META queries through SOLVID_POSMichael Schroeder3-15/+15
Add 'meta' attribute in repo bindings and get rid of no longer neededed lookup methods.
2013-05-15pysolv: do not import from solvMichael Schroeder1-54/+53
2013-04-24allow ls for list commandMichael Schroeder1-1/+1
2013-04-24use add_rpmdb_reffp in examplesMichael Schroeder3-3/+7
2013-04-24add SOLVER_TRANSACTION_OBSOLETE_IS_UPGRADE helper flagMichael Schroeder3-6/+6
Many users don't want to show the obsoletes as extra part of the classification. Only makes sense when SOLVER_TRANSACTION_SHOW_OBSOLETES is also specified.
2013-04-23add repo_add_rpmdb_reffp to easily add rpmdb content when there is an old ↵Michael Schroeder1-15/+5
solv file
2013-04-23remove "ref" argument from add_rpmdb() in the bindingsMichael Schroeder3-3/+3
This is done mainly for consistency reasons (plus nobody used the ref argument anyway). When we need the ref back, we'll add a new method.
2013-04-15split ugly pubkey handling into separate repo_rpmdb_pubkey.cMichael Schroeder1-0/+3
2013-04-15convert perror() and fprintf() calls to pool_error()Michael Schroeder1-1/+1
2013-04-15add pool parameter to rpm_state_create so that we can use pool_error for ↵Michael Schroeder1-2/+2
error reporting
2013-04-12support checking for directory aliases when searching for file conflictsMichael Schroeder1-1/+1
2013-04-10Reimplement state handling in rpm_by functionsMichael Schroeder1-16/+13
We now have rpm_state_create and rpm_state_free to create/free the state. API change, but should be pretty internal.
2013-04-08refactor solv demo a bitMichael Schroeder1-144/+187
2013-04-08fix bugs in fileconflicts code and prepare for aliased dirsMichael Schroeder1-2/+2
Breaks API but that should not be a problem as noone seems to use the function yet.