summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updates for a releasev2.2.22Brian Dolbec2015-09-243-1/+18
* fakedbapi.cpv_exists: handle KeyError from _instance_keyZac Medico2015-09-241-2/+6
* repository/config.py: Fix propogation of module_specific_options (bug 561240)Brian Dolbec2015-09-241-1/+1
* repoman/qa_data.py: Update docstringsBrian Dolbec2015-09-241-10/+13
* repoman/qa_data.py: Re-apply mgorny's "mark errors with explicit '[fatal']" p...Brian Dolbec2015-09-241-1/+6
* repoman: Remve the redundant repoman_settings initialaztion parameterBrian Dolbec2015-09-242-3/+3
* repoman/checks/ebuilds/fetches.py: Remove the incorrectly cached digestsBrian Dolbec2015-09-241-15/+11
* repoman/actions.py: Adjust indent in thick_manifest()Brian Dolbec2015-09-241-48/+48
* SyncManager.async: initialize attributes before fork (bug 561234)Zac Medico2015-09-231-4/+4
* man/ebuild.5: Update description of =* operator.Ulrich Müller2015-09-221-6/+3
* repoman: Add missed print_function, unicode_literals imports to files using p...Brian Dolbec2015-09-226-0/+12
* repoman: Move the pythonpath modification code back into the repoman binBrian Dolbec2015-09-212-6/+3
* repoman/actions.py: Split out get_new_commit_message()Brian Dolbec2015-09-211-17/+22
* repoamn/actions.py: Split out sign_manifest()Brian Dolbec2015-09-211-13/+18
* repoman/actions.py: Splitout clear_attic()Brian Dolbec2015-09-211-17/+21
* repoman/actions.py: Split out thick_manifest()Brian Dolbec2015-09-211-49/+52
* repoman/actions.py: Split out priming_commit()Brian Dolbec2015-09-211-43/+48
* repoman/actions.py: Remove unused variableBrian Dolbec2015-09-211-2/+0
* repoman/actions.py: split out a manifest functionBrian Dolbec2015-09-211-53/+57
* repoman/actions.py: Split out the changelog code to it's own functionBrian Dolbec2015-09-211-92/+99
* repoman/actions.py: Split out the commit footer to a functionBrian Dolbec2015-09-211-46/+49
* repoman/actions.py: Break out changes detectection into sudo vcs pluginsBrian Dolbec2015-09-211-95/+120
* repoman: Move the remaining actions to an Actions classBrian Dolbec2015-09-212-732/+798
* repoman: Move the primary checks loop to it's own class and fileBrian Dolbec2015-09-212-728/+743
* repoman: Create repoman_main()Brian Dolbec2015-09-212-1371/+1362
* repoman: Change name of dev_keywords() due to variable name conflictBrian Dolbec2015-09-212-3/+3
* repoamn/repos.py: Indent fixBrian Dolbec2015-09-211-23/+23
* repoman/repos.py: Fix a regression where the repo is not in repos.confBrian Dolbec2015-09-211-5/+5
* repoman/main.py: Move some functions out of the main code definitionBrian Dolbec2015-09-212-71/+86
* repoman/main.py: Update dependency.perlcore error to us qatrackerBrian Dolbec2015-09-211-1/+3
* repoman/main.py: Split RESTRICT checks to checks/ebuild/variables/Tom Wijsman2015-09-212-19/+47
* repoman/main.py: Split LICENSE checks to checks/ebuild/variables/Tom Wijsman2015-09-212-16/+52
* repoman/main.py: Split DESCRIPTION checks to checks/ebuild/variables/Tom Wijsman2015-09-212-7/+38
* repoman/main.py: Split EAPI checks to checks/ebuilds/variables/eapi.pyTom Wijsman2015-09-213-7/+49
* repoman: Apply PEP 8 guidelines again (except for W191)Tom Wijsman2015-09-2123-179/+163
* repoman/main.py: More KEYWORDS checks to checks/ebuilds/keywords.pyTom Wijsman2015-09-212-37/+59
* repoman/main.py: Split Ruby checks to checks/ebuild/eclass/ruby.pyTom Wijsman2015-09-213-13/+37
* repoman/main.py: Split "Live" checks to checks/ebuilds/eclass/live.pyTom Wijsman2015-09-212-27/+57
* repoman/main.py: Split KEYWORDS checks to checks/ebuilds/keywords.pyTom Wijsman2015-09-212-25/+77
* repoman.../use_flags.py: Reset state variables for each check() runBrian Dolbec2015-09-211-1/+10
* repoman/main.py: Move the check class instantiations out of the xpkg loopBrian Dolbec2015-09-211-11/+14
* Repoman: Refactor PkgMetadata and XmlLint classes for variable data passed inBrian Dolbec2015-09-212-15/+30
* Repoman: Refactor VCSStatus to pass non consistent data to the check()Brian Dolbec2015-09-212-23/+20
* repoman/main.py: Remove some temporary dubug print()Brian Dolbec2015-09-211-5/+1
* Repoman: Refactor repos.RepoSettings class, fix the repoman_settings not bein...Brian Dolbec2015-09-212-44/+80
* repoman: Fix up pyflakes imports and undefined functions or valuesTom Wijsman2015-09-215-13/+9
* repoman/main.py: Refactor "RepoMan Sez"Tom Wijsman2015-09-212-19/+16
* repoman/main.py: Split USE flag checks to checks/ebuilds/use_flags.pyTom Wijsman2015-09-213-44/+95
* Repoman: Create repoman/_portage.py to centrally import portage for all modulesBrian Dolbec2015-09-2117-23/+85
* repoman: Fix up commit imports and callsTom Wijsman2015-09-214-13/+19