summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updates for portage-3.0.15 releaseportage-3.0.15Zac Medico2021-02-223-2/+19
* make.globals: default enable FEATURES=binpkg-multi-instanceZac Medico2021-02-223-2/+4
* man/make.conf.5: mention eclean-pkg for binpkg-multi-instanceZac Medico2021-02-221-2/+2
* Add content-hash distfiles layout (bug 756778)Daniel Robbins2021-02-222-0/+133
* MirrorLayoutConfig: content digest support (bug 756778)Zac Medico2021-02-222-17/+114
* make.defaults: prevent USE="${USE} ..." misbehaviorZac Medico2021-02-211-3/+14
* ci: upgrade to pypy-3.7-v7.3.3Zac Medico2021-02-212-2/+2
* testEbuildFetch: refactor to test multiple layout preferencesZac Medico2021-02-211-32/+83
* PopenProcess: use call_soon for _async_waipid in _startZac Medico2021-02-141-2/+2
* portage.getpid: call os.getpid() lazilyZac Medico2021-02-071-1/+3
* emerge: disable --autounmask-license by defaultZac Medico2021-02-073-13/+31
* emaint --fix merges: add -y, --yes optionZac Medico2021-02-073-7/+24
* man/make.conf.5: FETCHCOMMAND DIGESTS placeholder uses colonsDaniel M. Weeks2021-02-011-2/+2
* emirrordist: prevent distfiles_db _pkg_str pickle problemsZac Medico2021-01-211-1/+2
* Updates for portage-3.0.14 releaseportage-3.0.14Zac Medico2021-01-192-1/+14
* binarytree.move_ent: copy on write for package moveZac Medico2021-01-193-16/+48
* repoman: fix DeprecationWarning: invalid escape sequence \sZac Medico2021-01-181-1/+1
* tox.ini: fix pylint commandZac Medico2021-01-181-1/+1
* bin: misc pylint fixesZac Medico2021-01-1810-44/+43
* repoman: misc pylint fixesZac Medico2021-01-1866-120/+80
* ProxyManager: remove unused loop parameterZac Medico2021-01-181-1/+1
* ProxyManager: Use async and await syntaxZac Medico2021-01-182-8/+5
* man/make.conf.5: Fix typo in markupUlrich Müller2021-01-181-1/+1
* RepoStorageInterface: Use async and await syntaxZac Medico2021-01-185-96/+56
* repoman: Use async and await syntaxZac Medico2021-01-181-13/+9
* SubprocessExecTestCase: Use async and await syntaxZac Medico2021-01-181-18/+14
* ChildWatcherTestCase: Use async and await syntaxZac Medico2021-01-181-6/+4
* AsyncFunctionTestCase: Use async and await syntaxZac Medico2021-01-181-6/+4
* SimpleEmergeTestCase: Use async and await syntaxZac Medico2021-01-181-9/+7
* AuxdbTestCase: Use async and await syntaxZac Medico2021-01-181-7/+5
* RetryTestCase: Use async and await syntaxZac Medico2021-01-181-19/+9
* PipeLoggerTestCase: Use async and await syntaxZac Medico2021-01-181-12/+10
* coroutine: do not require loop parameterZac Medico2021-01-181-5/+1
* bindbapi.aux_update: fix spurious package file renamesZac Medico2021-01-181-1/+1
* bindbapi.move_ent: use cpv_exists instead of getnameZac Medico2021-01-171-1/+1
* doebuild: use NamedTemporaryFile for PORTAGE_BINPKG_TMPFILEZac Medico2021-01-171-5/+8
* Add @changed-subslot package setMatt Turner2021-01-173-2/+50
* bindbapi.move_ent: remove redundant self._pkg_str callsZac Medico2021-01-171-7/+3
* vardbapi.move_ent: remove redundant self._pkg_str callsZac Medico2021-01-171-6/+2
* Updates for portage-3.0.13 releaseportage-3.0.13Zac Medico2021-01-113-1/+14
* global_event_loop: return running loop for current threadZac Medico2021-01-112-34/+24
* AsyncioEventLoop: wrap child watcher for thread safety (bug 764905)Zac Medico2021-01-101-1/+29
* check_reverse_dependencies: dereference virtual expansions (bug 764764)Zac Medico2021-01-102-1/+23
* Add unit test demonstrating bug 764764Zac Medico2021-01-101-1/+97
* Make digests available to fetch commandDaniel M. Weeks2021-01-092-1/+19
* Fix varexpand, splitting in fetchDaniel M. Weeks2021-01-091-2/+3
* _Retry: Use ensure_future for self._current_taskZac Medico2021-01-041-2/+2
* test_retry: use context manager to cancel pending futuresZac Medico2021-01-041-75/+106
* ci: enable repoman testsZac Medico2021-01-023-3/+4
* ci: upgrade workflow to ubuntu-20.04Zac Medico2021-01-011-1/+1