aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* man/portage.5: Add userpatch documentationNekun2021-04-241-1/+32
* portage/tests: Be a bit more fancy with argparserMarco Sirabella2021-04-241-6/+9
* portage/tests: Use pathlib for path handlingMarco Sirabella2021-04-241-26/+21
* tests: Remove unused assertExists helperMarco Sirabella2021-04-242-33/+1
* emerge: use parse_intermixed_args when available (bug 784566)Zac Medico2021-04-202-2/+10
* repoman/setup.py: update sdist for xz supportZac Medico2021-04-191-2/+5
* tests: lazily evaluate cnf_* vars (bug 783957)Zac Medico2021-04-183-19/+83
* SimpleRepomanTestCase: update portage.const.EPREFIX after forkZac Medico2021-04-111-0/+1
* man/emerge.1: fix typosThomas Deutschmann2021-04-051-1/+1
* repoman: fix --version TypeErrorZac Medico2021-04-042-2/+3
* SimpleRepomanTestCase: use -vvvv for debug modeZac Medico2021-03-311-0/+2
* repoman: fix ModuleConfig _not_installed path (bug 779055)Zac Medico2021-03-311-2/+2
* repoman/lib/repoman/argparser.py: W0611: Unused import sys (unused-import)Zac Medico2021-03-301-1/+0
* repoman: correct parse_args local sys.argv referenceZac Medico2021-03-301-2/+2
* repoman: Update for a repoman-3.0.3 releaserepoman-3.0.3Zac Medico2021-03-292-1/+7
* Updates for portage-3.0.18 releaseportage-3.0.18Zac Medico2021-03-293-1/+12
* SyncRepos: suppress portage update message if PYTHON_TARGETS changedZac Medico2021-03-282-7/+48
* repoman: add variable.phase check like pkgcheck VariableScopeCheck (bug 608664)Zac Medico2021-03-287-12/+162
* SimpleRepomanTestCase: compare QATracker results to expected valuesZac Medico2021-03-281-7/+22
* glsa-check: suppress line 293 newline for --quiet (bug 719260)Zac Medico2021-03-281-1/+2
* SimpleRepomanTestCase: collect results from subprocessesZac Medico2021-03-281-6/+67
* repoman: change sys.exit in actions.py to return in main.pyZac Medico2021-03-282-1/+2
* SimpleRepomanTestCase: use asyncioZac Medico2021-03-281-23/+66
* repoman: split up repoman_mainZac Medico2021-03-281-3/+36
* repoman: fix argv inconsistencyZac Medico2021-03-282-3/+3
* BuildIdProfileFormatTestCase: add package.unmaskZac Medico2021-03-281-0/+1
* Add profile format extension for repo atomsFelix Bier2021-03-283-6/+18
* Atom: Decouple eapi and allow_repoFelix Bier2021-03-2811-35/+102
* emerge: add -W option short for --deselectGreg Kubaryk2021-03-273-2/+4
* ResolverPlayground: enable package.use.{force,mask}Zac Medico2021-03-271-2/+8
* _get_eapi_attrs: cache eapi_* function calls via decoratorZac Medico2021-03-271-26/+81
* _test_lock_fn: remove temp file (bug 775239)Zac Medico2021-03-111-0/+4
* Use atomic_ofstream as Context Manager i.e., with-statement contextsFlorian Schmaus2021-03-113-12/+11
* setup.py: fix GLOBAL_CONFIG_PATH double prefixZac Medico2021-03-091-3/+6
* Updates for portage-3.0.17 releaseportage-3.0.17Zac Medico2021-03-072-1/+6
* setup.py: prefix paths in repos.conf and make.globals for pip venv installZac Medico2021-03-071-0/+4
* bin_entry_point: fix sys.argv[0] for non-python programsZac Medico2021-03-071-0/+1
* EbuildPhase: Use async and await syntaxZac Medico2021-03-072-22/+16
* BuildLogger: Use async and await syntaxZac Medico2021-03-071-7/+5
* PipeLogger: Use async and await syntaxZac Medico2021-03-071-7/+5
* _writer: Use async and await syntaxZac Medico2021-03-071-8/+5
* _test_lock_fn: use _lock_manager and call unlockZac Medico2021-03-071-29/+30
* dblink: add _format_contents_line methodZac Medico2021-03-071-5/+37
* AsyncioEventLoop: remove obsolete supports_multiprocessing attributeZac Medico2021-03-071-6/+1
* Remove unused _PortageEventLoop and _PortageChildWatcherZac Medico2021-03-061-112/+0
* Removed unused portage.util.futures.eventsZac Medico2021-03-062-209/+3
* Remove unused _EventLoopFuture classZac Medico2021-03-061-155/+1
* Removed unused portage.util.futures.transportsZac Medico2021-03-062-577/+2
* Removed unused portage.util.futures._asyncio.tasksZac Medico2021-03-062-123/+19
* Remove unused PollSelectAdapter and PollConstants classesZac Medico2021-03-062-91/+0