summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* NEWS, meson.build: prepare for portage-3.0.51portage-3.0.51Sam James2023-08-202-2/+2
* sync: git: don't log on OK signature with --quietSam James2023-08-192-1/+5
* misc/emerge-delta-webrsync: fix incorrect warning in --helpSam James2023-08-191-1/+1
* NEWS: add -Oline fixOskari Pirhonen2023-08-191-0/+2
* doebuild: gate -Oline behind MAKEFLAGS checkOskari Pirhonen2023-08-191-1/+1
* emerge-webrsync: drop dead --keyserver codeSam James2023-08-191-6/+0
* misc/emerge-delta-webrsync: drop dead --keyserver codeSam James2023-08-191-5/+0
* misc/emerge-delta-webrsync: sync with emerge-webrsync for proxy supportSam James2023-08-191-2/+8
* make.conf.5: mention https_proxySam James2023-08-192-1/+3
* NEWS: update for proxy fixesSam James2023-08-191-0/+6
* save-ebuild-env.sh, special_env_vars.py: add https_proxySam James2023-08-192-1/+2
* sync: handle https_proxy tooSam James2023-08-191-0/+2
* emerge-webrsync: pass --proxy to gemato if http_proxy or https_proxy is setSam James2023-08-191-0/+7
* emerge-webrsync: handle https_proxy tooSam James2023-08-191-2/+2
* misc/emerge-delta-webrsync: fix copyright header, whitespaceSam James2023-08-191-2/+1
* misc/emerge-delta-webrsync: fix pgp verificationSam James2023-08-192-57/+242
* sync: git: fix debugging line leftoverSam James2023-08-171-1/+0
* sync: git: dump gpg output if verification fails with --debugSam James2023-08-171-0/+8
* sync: rsync, git: respect --debug for gematoSam James2023-08-173-8/+30
* lib: _emerge: call portage.util.initialize_logger()Sam James2023-08-172-0/+13
* NEWS: add another news entrySam James2023-08-101-0/+2
* NEWS: add missing entry for compgen removalSam James2023-08-101-0/+3
* NEWS: fix entry for cgroup removalSam James2023-08-101-5/+4
* NEWS, meson.build: prepare for portage-3.0.50portage-3.0.50Sam James2023-08-092-2/+2
* NEWS: updateSam James2023-08-081-0/+2
* portage(5): fix description of volatile attributeChristian Becke2023-08-081-5/+5
* Define BROOT in pkg_* phases following PMS changeJames Le Cuirot2023-08-063-3/+6
* Fix risc vs riscv typo in Meson fileJames Le Cuirot2023-08-031-2/+2
* Fix Meson CPU detection for make.confJames Le Cuirot2023-08-031-1/+1
* _reflink_linux_file_copy: initialize error to 0Mike Gilbert2023-08-021-0/+1
* Respect TMPDIR instead of hardcoding /tmp in test_bintree.pyJames Le Cuirot2023-08-021-11/+17
* Use the correct library path when launching scripts directly from a venvJames Le Cuirot2023-08-022-13/+8
* Make non-Python (s)bin scripts use other scripts from the same directoryJames Le Cuirot2023-08-023-15/+18
* Fix the test_doebuild_fd_pipes.py test under CIJames Le Cuirot2023-08-021-0/+1
* Drop custom test runner bits in favour of pytestJames Le Cuirot2023-08-0234-617/+49
* Patch Meson in GitHub CI to fix pypy-3.9 detectionJames Le Cuirot2023-08-021-0/+4
* Migrate from setuptools to Meson and meson-pythonJames Le Cuirot2023-08-02138-1060/+2087
* Linting fixesJames Le Cuirot2023-08-028-28/+31
* Drop FEATURES=cgroup, i.e., v1 cgroup usageFlorian Schmaus2023-07-296-170/+5
* dbapi: add some typingAndrew Udvare2023-07-292-22/+39
* versions: add basic typingAndrew Udvare2023-07-291-40/+48
* install-qa-check.d/60openrc: be explicit about OpenRCFlorian Schmaus2023-07-291-1/+1
* env_update: drop os.waitstatus_to_exitcodeMike Gilbert2023-07-261-1/+0
* runtests: update supported Python versionsSam James2023-07-261-3/+3
* Run `flynt`Sam James2023-07-2610-41/+29
* Run `pyupgrade --py39-plus`Sam James2023-07-266-33/+28
* CI: update tool versionsSam James2023-07-261-4/+4
* CI: allow pyupgrade to use >= 3.9 syntaxSam James2023-07-261-1/+1
* lib: env_update: use more f-stringsSam James2023-07-261-6/+4
* lib: env_update: port to subprocessSam James2023-07-261-9/+15