summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)AuthorFilesLines
2018-11-30Imported Upstream version 0.6.30upstream/0.6.30DongHun Kwak1-1/+17
Change-Id: I534bdf20ed04de7ba12fa6f3eabbc9bc7164de6e Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2018-11-30Imported Upstream version 0.6.29upstream/0.6.29DongHun Kwak5-18/+21
Change-Id: I9bac0213cb8a171344b94297e08c1c52595c0abe Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2018-11-30Imported Upstream version 0.6.28upstream/0.6.28DongHun Kwak7-8/+22
Change-Id: I7eea26ff3eb092805c915018606cc185fa47e21f Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2018-11-30Imported Upstream version 0.6.25upstream/0.6.25DongHun Kwak2-15/+20
Change-Id: I4c41182d0968927b2dc78980b41c0b7c2e931a4a Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2018-11-30Imported Upstream version 0.6.24upstream/0.6.24DongHun Kwak1-2/+4
Change-Id: I68f4d40b704c1ccd2a86576a3c03687922f023aa Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.23upstream/0.6.23DongHun Kwak1-1/+8
Change-Id: Idc1e282dc113b7350d8e123283f1a36097b76857 Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
2016-10-27Imported Upstream version 0.6.22upstream/0.6.22DongHun Kwak1-1/+11
Change-Id: Icb5f02bbb5483b043599397906113d6e6662ce3b Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
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.