summaryrefslogtreecommitdiff
path: root/tools/rpmdb2solv.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-27Imported Upstream version 0.6.15upstream/0.6.15DongHun Kwak1-1/+1
2014-01-28support ADD_NO_AUTOPRODUCTS in repo_autopattern, use in rpmdb2solvMichael Schroeder1-2/+1
2014-01-27rpmdb2solv: set repo to installed so that no autoproducts are generatedMichael Schroeder1-0/+1
2013-12-03support appdata parsing in tools, support SUSE auto-pattern generationMichael Schroeder1-2/+35
2013-10-28support ADD_WITH_SUBKEYS/ADD_MULTIPLE_PUBKEYS/ADD_WITH_KEYSIGNATURESMichael Schroeder1-1/+1
2013-07-25rename rpmdb_pubkey to pubkeyMichael Schroeder1-5/+5
2013-04-23add repo_add_rpmdb_reffp to easily add rpmdb content when there is an old sol...Michael Schroeder1-36/+8
2013-04-15split ugly pubkey handling into separate repo_rpmdb_pubkey.cMichael Schroeder1-1/+23
2012-10-23implement pool_set_rootdir/REPO_USE_ROOTDIR instead of passing a rootdir to v...Michael Schroeder1-13/+10
2012-04-13- add pool_error and pool_errstr. get rid of lots of exit() calls.Michael Schroeder1-9/+24
2012-03-01- rename repo_add_solv_flags to repo_add_solv. Should have done this a couple...Michael Schroeder1-1/+1
2012-01-24Fix compilation on Fedora.Ales Kozumplik1-1/+6
2011-07-12- rename all sat_ to solv_Michael Schroeder1-2/+2
2009-06-20- clean up ugly products handlingMichael Schroeder1-1/+1
2008-11-19- get rid of that horrible rpmdb2solv hack, it's not used any moreMichael Schroeder1-24/+23
2008-11-07document '-o'Klaus Kaempf1-0/+1
2008-10-31- add '-o <outfile>' supportMichael Schroeder1-1/+11
2008-10-31- add "-P" option to rpmdb2solv, prints percentage on stderrMichael Schroeder1-3/+6
2008-10-09- the big solv data changeMichael Schroeder1-17/+12
2008-09-03- switch /etc/products.d from .prod (ini format) to .xml (xml format)Klaus Kaempf1-3/+10
2008-08-15rpmdb2solv:Klaus Kaempf1-11/+21
2008-08-13document usageKlaus Kaempf1-0/+9
2008-08-13if -r (root dir) is given, its also honored by -p (product dir)Klaus Kaempf1-3/+25
2008-08-12adapt repo_products (/etc/products.d/*.prod parsing) to current definitionKlaus Kaempf1-5/+14
2008-08-11parse /etc/products.d/*.prod for installed productsKlaus Kaempf1-2/+3
2008-08-11prepare for parsing 'installed' productsKlaus Kaempf1-1/+29
2008-03-07Make rpmdb2solv reasonably fast again.Michael Matz1-0/+1
2008-03-05- do not try to open DB_CONFIG in current directory (I love berkeleydb...)Michael Schroeder1-3/+10
2008-03-03- add '-d' option to susetags2solv, reads all packages filesMichael Schroeder1-5/+11
2008-02-24exit if there is an error opening the old solvStephan Kulow1-11/+16
2008-02-22finish root supportStephan Kulow1-14/+21
2008-02-11Factor out the filter code in preparation for nicely configuring whereMichael Matz1-2/+2
2008-02-10Support for generating separate sub files and bugfixes in the readerMichael Matz1-1/+1
2008-01-29- add key filtering to repo_writeMichael Schroeder1-1/+1
2007-12-22prepare to pass rootdir for reading rpmdb from other directoryKlaus Kaempf1-1/+1
2007-11-17- changed repo interface a bit, now alloc/free handle repo pointer andMichael Schroeder1-0/+1
2007-11-14- allow repositories that don't consist of a single block of solvablesMichael Schroeder1-1/+1
2007-11-13- cleanup repo handlin APIMichael Schroeder1-6/+8
2007-11-08- add a licenseMichael Schroeder1-0/+7
2007-10-26to follow SUSE tools conventionsDuncan Mac-Vicar P1-8/+8
2007-10-02current state of 'sat-solver'Klaus Kaempf1-0/+51