summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updates for a releasev2.2.23Brian Dolbec2015-10-072-1/+15
* doebuild.py: Remove unused imports and variablesBrian Dolbec2015-10-071-4/+2
* Add icecream supportIgor Savlook2015-10-073-1/+11
* _emerge/Scheduler.py: Add FAILURE enumJames Broadhead2015-10-071-7/+11
* _emerge/Scheduler.py: Indent and whitespace cleanupJames Broadhead2015-10-071-6/+6
* README: Update project page link (github pull request: #15)Brian Dolbec2015-10-071-5/+5
* repoman: fix del of out of scope name in hg_scanTom Daff2015-10-071-1/+2
* scanner.py: Fix options.output_style for column output (bug 534022)Brian Dolbec2015-10-071-7/+19
* apply_secpass_permissions: avoid accessing portage.data.secpass when possibleZac Medico2015-10-061-1/+3
* SyncRepos.async: group sync and callback as composite task (bug 562264)Zac Medico2015-10-061-4/+35
* repoman: suppress dependency.badmasked triggered by use.force and use.maskZac Medico2015-10-043-19/+24
* dohtml: handle unicode (bug 561846)Zac Medico2015-10-041-12/+35
* repoman/argparser.py: _unicode_decode the commitmsg (bug 562108)Brian Dolbec2015-10-041-1/+4
* repoman: Add file encoding sheband for py-2.7 compatibility (bug 562108)Brian Dolbec2015-10-0432-0/+32
* unpack: use chmod-lite helper for bug 554084Zac Medico2015-10-035-45/+92
* checksum._open_file: fix BytesWarningZac Medico2015-10-011-2/+2
* Revert "unpack: avoid useless chmods to improve speed"Mike Gilbert2015-09-281-2/+2
* AbstractEbuildProcess: remove cgroup with release_agent (bug 561264)Zac Medico2015-09-282-7/+9
* repoman/actions.py: Fix typo in function call (bug 561596)Brian Dolbec2015-09-261-1/+1
* repoman/repos.py: Add check that we need commit signing (bug 561474)Brian Dolbec2015-09-261-1/+1
* Add python 3.5 to the testsBrian Dolbec2015-09-241-0/+1
* 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