summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-08-11packaging: remove documenttizen_3.0_ivi_releasetizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasetizen_3.0.m14.3_ivi_releasetizen_3.0.2014.q3_common_releasesubmit/tizen_wearable/20170112.012744submit/tizen_unified/20170308.100414submit/tizen_tv/20170112.012737submit/tizen_mobile/20170112.012756submit/tizen_mobile/20141120.000000submit/tizen_ivi/20170112.012729submit/tizen_ivi/20160217.000006submit/tizen_ivi/20160217.000000submit/tizen_common/20170111.184617submit/tizen_common/20151019.135620submit/tizen_common/20151015.190624submit/tizen_3.0_wearable/20161015.000003submit/tizen_3.0_tv/20161015.000003submit/tizen_3.0_mobile/20161015.000004submit/tizen_3.0_ivi/20161010.000004submit/tizen_3.0_common/20161104.104000submit/tizen_3.0.m2/20170104.093753submit/tizen/20140828.075250submit/tizen/20140825.083136submit/tizen/20140819.071133submit/tizen/20140818.012827submit/tizen/20140814.030256accepted/tizen/wearable/20170112.013819accepted/tizen/unified/20170309.040100accepted/tizen/tv/20170112.013700accepted/tizen/mobile/20170112.013533accepted/tizen/ivi/20170112.013347accepted/tizen/ivi/20160218.025236accepted/tizen/ivi/20140903.143347accepted/tizen/common/20170111.194317accepted/tizen/common/20140828.082656accepted/tizen/3.0/wearable/20161015.083228accepted/tizen/3.0/tv/20161016.004922accepted/tizen/3.0/mobile/20161015.033651accepted/tizen/3.0/ivi/20161011.050546accepted/tizen/3.0/common/20161114.111041accepted/tizen/3.0.m2/wearable/20170105.025035accepted/tizen/3.0.m2/tv/20170105.024911accepted/tizen/3.0.m2/mobile/20170105.024731upgrade_libzypptizen_3.0_tvtizen_3.0_ivitizen_3.0.m2tizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.m14.3_ivitizen_3.0.2015.q2_commontizen_3.0.2015.q1_commontizen_3.0.2014.q4_commontizen_3.0.2014.q3_commontizen_3.0accepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_commonaccepted/tizen_3.0_wearableaccepted/tizen_3.0_tvaccepted/tizen_3.0_mobileaccepted/tizen_3.0_iviaccepted/tizen_3.0_commonaccepted/tizen_3.0.m2_wearableaccepted/tizen_3.0.m2_tvaccepted/tizen_3.0.m2_mobileaccepted/tizen_3.0.m14.3_iviaccepted/tizen_3.0.2014.q3_commonChanho Park1-0/+2
This patch removes document files. Change-Id: Ic18090ab7af5f44b75c31e5f04d6a0001c3c0bf7 Signed-off-by: Vyacheslav Barinov <v.barinov@samsung.com> Signed-off-by: Chanho Park <chanho61.park@samsung.com>
2014-08-11update to 0.6.4Chanho Park2-1/+4
Change-Id: Ieb9dcb6af9facf7c3c870503261cc8a702f5cf10 Signed-off-by: Chanho Park <chanho61.park@samsung.com>
2014-08-11resetting manifest requested domain to floorAlexandru Cornea2-0/+13
2014-08-11Update to 0.3.0Anas Nashif1-0/+3
2014-08-11Update to 0.3.0Anas Nashif1-3/+3
2014-08-11Cleanup spec per rpmlintAnas Nashif2-44/+16
2014-08-11Update to 0.2.4Anas Nashif1-0/+3
2014-08-11Update to 0.2.4Anas Nashif1-1/+1
2014-08-11bump version to 0.2.3Anas Nashif1-2/+1
2014-08-11add packagingAnas Nashif1-0/+190
2014-07-08add changes, bump versionupstream/0.6.4Michael Schroeder2-1/+10
2014-07-08tweak solver_identical so that applications ignore requiresMichael Schroeder1-3/+7
Fixes bug 885830.
2014-07-08fix instbuddy generation codeMichael Schroeder1-2/+2
we iterated over the wrong array, thus the rpm -> buddy link did not work.
2014-06-24add '-m' option to test the solution callbackMichael Schroeder1-1/+51
2014-06-24rework branch handling so that the old decisions are still availableMichael Schroeder3-62/+140
This allows us to auto-minimize packages that got supplemented later on.
2014-06-23support -X option in rpmmd2solv, make add_autopattern available in bindingsMichael Schroeder3-10/+34
2014-06-13changes 0.6.3Michael Andres2-4/+10
2014-06-13[hotfix] Relax solvable_identical check for producs [bnc#881493]Michael Andres1-1/+9
2014-06-06changes 0.6.2Michael Andres2-1/+7
2014-06-06Provide PRODUCT_REGISTER_TARGET for available products [bnc#881320]Michael Andres2-1/+3
2014-06-03fix bugs in solver_describe_decision and solver_describe_weakdep_decisionMichael Schroeder1-2/+2
2014-05-16repo_appdata: add missing break statementMichael Schroeder1-0/+1
2014-05-15add the SOLVER_FLAG_FOCUS_INSTALLED solver flagMichael Schroeder5-65/+139
Setting this flag means that the solver will prefer picking a package version that fits the other installed packages over updating installed packages.
2014-05-14add a 'g' to the sed lineMichael Schroeder1-1/+1
2014-05-14use sed instead of grep to get rid of the <?xml...> lineMichael Schroeder1-1/+1
This allows us to parse files with no newlines.
2014-05-07opencode some values in pool_id2rel (thanks Thierry Vignaud)Michael Schroeder1-7/+9
2014-05-02add #ifdef FEDORA linesMichael Schroeder1-8/+14
2014-05-02Merge pull request #44 from akozumpl/archsMichael Schroeder1-1/+7
Add a couple of architectures.
2014-04-30Add a couple of architectures.Ales Kozumplik1-1/+7
The Fedora rel-eng team missed ia32e, amd64, athlon, geode, ppc64iseries and ppc64pseries.
2014-04-22obey droporphaned map in keep_orhans modeMichael Schroeder2-17/+16
2014-04-17add changes, bump versionMichael Schroeder2-1/+10
2014-04-17implement SOLVER_FLAG_BREAK_ORPHANSMichael Schroeder5-1/+127
2014-04-17adapt to AppStream 0.6Michael Schroeder1-0/+2
2014-04-16add KEEP_ORPHANS and BREAK_ORPHANS solver flagsMichael Schroeder4-10/+29
BREAK_ORPHANS is not implemented yet
2014-04-16repodata_swap_attrs: make sure src and dest are in the repodataMichael Schroeder1-0/+5
2014-04-16remove unneded repodata_extend callsMichael Schroeder2-4/+0
2014-04-15also check for read-only rpm db in /usr/share/rpm (ostree)Michael Schroeder1-2/+7
2014-04-14fix type introduced in commit #bbdec95bMichael Schroeder1-4/+2
Also makes the code deal correctly with non-canonicalized filename dependencies.
2014-04-14add a single spaceMichael Schroeder1-1/+1
2014-04-14small optimization for pool_addfileprovidesMichael Schroeder1-38/+28
Should use less memory and be a tiny bit faster. The code is a bit simpler as well.
2014-04-09use less memory when just writing the filelistMichael Schroeder1-17/+90
2014-04-08free memory on the fly in repodata_internalizeMichael Schroeder1-2/+115
makes the code only slightly slower, but helps a lot with oversized repositories like Fedora Everything...
2014-04-08make repodata_stringify return the result stringMichael Schroeder4-22/+22
This is in preparation of stringify no longer patching the str element in the kv.
2014-04-07add changes, bump versionMichael Schroeder2-2/+11
2014-04-07use "implicitobsoleteusescolors" to limit our update/feature rulesMichael Schroeder1-3/+11
We will only consider packages of the same color as update candidate. This currently also is true for the feature rules, thus the solver will not offer to use replacement packages of a different color. Let's see how this works out in real life...
2014-04-07add "just in case" code if our multiplier gets too bigMichael Schroeder1-0/+2
I don't think that this can happen the way we use the modulo code, but I feel somewhat safer with the check in place...
2014-04-07also simplify solvable_copy_cb's checksum handlingMichael Schroeder1-8/+5
2014-04-07simplyfy checksum codeMichael Schroeder4-68/+34
Also change dumpsolv to use solv_chksum_type2str instead of printing the internal type.
2014-04-07support "notbyuser" in testcasesMichael Schroeder1-0/+1
2014-04-04do not count problem resolution install jobs as userinstalledMichael Schroeder4-3/+9