summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updates for portage-2.3.35 releaseportage-2.3.35Zac Medico2018-05-032-1/+7
* LocationsManager: fix SYSROOT normalization to handle empty SYSROOTZac Medico2018-05-031-2/+2
* Updates for portage-2.3.34 releaseportage-2.3.34Zac Medico2018-05-032-1/+8
* special_env_vars: add ESYSROOT and SYSROOT to environ_whitelistZac Medico2018-05-031-2/+2
* config.environ: always strip slash from SYSROOT (bug 654600)Zac Medico2018-05-031-2/+7
* rsync: silence signature info for --quiet mode (bug 654664)Zac Medico2018-05-021-1/+4
* WriterPipeClosedTestCase: add_writer after pipe is filledZac Medico2018-05-021-1/+5
* bin/ebuild: selectively handle PortageKeyerror from doebuildZac Medico2018-05-021-2/+2
* Updates for portage-2.3.33 releaseportage-2.3.33Zac Medico2018-05-012-1/+8
* setup.py: fix sdist bztar format default for python3.6Zac Medico2018-05-012-4/+2
* BINPKG_COMPRESS: allow empty setting to disable compression (bug 654456)Zac Medico2018-05-014-8/+27
* Revert "phase-helpers.sh: fix best/has_version -b for cross-prefix"Zac Medico2018-05-012-4/+21
* Updates for portage-2.3.32 releaseportage-2.3.32Zac Medico2018-05-013-1/+28
* rsync: surface key refresh exceptions early (bug 649276)Zac Medico2018-05-011-1/+13
* Enable EAPI 7 (bug 654472)Zac Medico2018-05-015-9/+9
* phase-helpers.sh: fix best/has_version -b for cross-prefixZac Medico2018-05-012-1/+13
* SimpleEmergeTestCase: EAPI 7_pre1 has/best_version -bZac Medico2018-05-011-6/+12
* QueryCommand: handle empty *ROOT values for EAPI 7Zac Medico2018-05-011-2/+2
* emerge: Add --sysroot option to set SYSROOT environment variableJames Le Cuirot2018-05-011-0/+7
* man: emerge: Describe the SYSROOT environment variable for EAPI 7James Le Cuirot2018-05-011-9/+29
* phase-helpers.sh: Implement -r|-d|-b options for best/has_versionJames Le Cuirot2018-05-012-89/+63
* econf: Pass --with-sysroot="${ESYSROOT:-/}" under EAPI 7James Le Cuirot2018-05-012-1/+11
* Export BROOT to ebuild env in EAPI 7James Le Cuirot2018-05-0112-8/+49
* Export SYSROOT and ESYSROOT in ebuild env in EAPI 7James Le Cuirot2018-05-019-12/+63
* _PortageEventLoop: add _asyncio_* properties for internal useZac Medico2018-04-306-5/+27
* AbstractPollTask: change timeout units to secondsZac Medico2018-04-302-4/+4
* AbstractPollTask: remove deprecated _read_* event parameterZac Medico2018-04-307-11/+9
* AbstractPollTask: remove unused IO_* referencesZac Medico2018-04-301-9/+0
* etc-update: fix rpm get_basename_find_opt for rpmnewTomáš Chvátal2018-04-301-1/+1
* AbstractPollTask: add_reader asyncio compat (bug 654382)Zac Medico2018-04-295-56/+8
* PipeLogger: add_reader asyncio compat (bug 654382)Zac Medico2018-04-291-14/+6
* _MergeProcess: add_reader asyncio compat (bug 654382)Zac Medico2018-04-291-20/+7
* PipeReader: add_reader asyncio compat (bug 654382)Zac Medico2018-04-291-19/+8
* EbuildIpcDaemon: add_reader asyncio compat (bug 654382)Zac Medico2018-04-292-33/+15
* EbuildMetadataPhase: add_reader asyncio compat (bug 654382)Zac Medico2018-04-291-19/+12
* _LockProcess: add_reader asyncio compat (bug 654382)Zac Medico2018-04-291-17/+5
* FifoWriter: add_writer asyncio compat (bug 654382)Zac Medico2018-04-291-25/+19
* EventLoop: call add_reader/writer callbacks after pipe is closed (bug 654382)Zac Medico2018-04-292-2/+138
* AsyncScheduler: call_later asyncio compat (bug 591760)Zac Medico2018-04-292-3/+7
* Scheduler: call_later asyncio compat (bug 591760)Zac Medico2018-04-291-20/+19
* AbstractEbuildProcess: call_later asyncio compat (bug 591760)Zac Medico2018-04-292-8/+5
* SubProcess: add_child_handler asyncio compat (bug 654276)Zac Medico2018-04-293-68/+11
* MergeProcess: fix deprecated _set_returncode (bug 654276)Zac Medico2018-04-291-3/+7
* EbuildMetadataPhase: fix deprecated _set_returncode (bug 654276)Zac Medico2018-04-291-7/+10
* EbuildFetcher: fix deprecated _set_returncode (bug 654276)Zac Medico2018-04-291-5/+9
* BinpkgFetcher: fix deprecated _set_returncode (bug 654276)Zac Medico2018-04-291-2/+2
* AbstractEbuildProcess: fix deprecated _set_returncode (bug 654276)Zac Medico2018-04-291-3/+7
* SpawnProcess: fix deprecated _set_returncode (bug 654276)Zac Medico2018-04-291-5/+6
* AbstractPollTask: call _unregister in _async_wait (bug 654276)Zac Medico2018-04-291-3/+5
* PopenProcess: add_child_handler asyncio compat (bug 591760)Zac Medico2018-04-281-12/+19