summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* setup.py: release portage-3.0.44portage-3.0.44Sam James2023-01-151-1/+1
* NEWS: prepare for portage-3.0.44Sam James2023-01-151-1/+1
* lib/portage/process.py: show diag message if exec failed with E2BIGFlorian Schmaus2023-01-153-0/+71
* NEWS: add entry for Github #976Mike Gilbert2023-01-141-0/+2
* SCHEDULING_POLICY: switch to scheduler policy IDs rather than aliases.KARBOWSKI Piotr2023-01-143-19/+21
* man/portage.5: document portage skips files that begin with '.' or end '~'Jernej Jakob2023-01-141-4/+5
* NEWS: explain how 'volatile' default is determinedSam James2023-01-131-5/+7
* CI: add pre-commit Github ActionSam James2023-01-101-0/+14
* .pre-commit-config.yaml: add pyupgradeSam James2023-01-101-0/+5
* .pre-commit-config.yaml: add flyntSam James2023-01-101-1/+5
* */*: run Black again (post-pyupgrade)Sam James2023-01-102-6/+2
* */*: run pyupgrade --py37-plus againSam James2023-01-104-4/+4
* */*: run Black post-flyntSam James2023-01-1064-324/+122
* */*: convert to f-strings (run flynt)Sam James2023-01-10251-1590/+1398
* depgraph: Print dependency resolution timeMichał Górny2023-01-103-0/+11
* emerge: depgraph: Correctly detect installation from path for binpkgsSheng Yu2023-01-102-4/+15
* Update NEWS with PATH changesMike Gilbert2023-01-021-0/+7
* egencache: pass through PATH to fix tests with empty profile.envMike Gilbert2023-01-021-0/+4
* ResolverPlayground: include PATH in env passed to portage.create_trees()Mike Gilbert2023-01-021-1/+2
* _doebuild_path: simplify logic used to set PATHMike Gilbert2023-01-021-30/+14
* setup.py: prepare for 3.0.43portage-3.0.43Sam James2023-01-021-2/+2
* NEWS: prepare for 3.0.43Sam James2023-01-021-4/+1
* news: simplify isRelevant() checkSam James2023-01-022-5/+12
* news: fix value of profiles_baseSam James2023-01-021-1/+1
* Add a pre-commit configJohn Helmert III2023-01-012-0/+21
* bin: pass -S to file to disable seccompSam James2022-12-314-6/+16
* NEWS: updateSam James2022-12-311-2/+5
* git.py: fix "is-shallow-repository" check by stripping \nFlorian Schmaus2022-12-312-1/+3
* Report a warning when unaccelerated Whirlpool is being usedMichał Górny2022-12-311-0/+11
* checksum: Consider C implementation of Whirlpool acceleratedMichał Górny2022-12-312-16/+6
* Test C whirlpool implementation separately from Python implMichał Górny2022-12-312-6/+13
* Inline Whirlpool tests in test_whirlpoolMichał Górny2022-12-312-41/+22
* Rework signal handling in entry scriptsMike Gilbert2022-12-316-3361/+3381
* NEWS: update for Whirlpool fixesSam James2022-12-291-0/+13
* portage.util: Add C implementation of Whirlpool hashMichał Górny2022-12-293-1/+1187
* setup.py: release 3.0.42portage-3.0.42Sam James2022-12-261-1/+1
* NEWS: release 3.0.42Sam James2022-12-261-1/+1
* tox: add ./run-pylint to allowlist_externalsMike Gilbert2022-12-231-0/+2
* config: fix Pathlib attributeSam James2022-12-211-1/+1
* config: add missing Pathlib importSam James2022-12-211-0/+1
* Revert "porttree: skip metadata verification if repository is immutable (not ...Sam James2022-12-211-5/+2
* man/portage.5: expand on volatile configuration optionSam James2022-12-211-0/+3
* sync: git: only clobber changes if repository is marked as non-volatileSam James2022-12-212-18/+124
* sync: git: add GIT_CEILING_DIRECTORIES for update operationsJohn Helmert III2022-12-211-0/+23
* sync: git: `git clean` the repo before updatingJohn Helmert III2022-12-211-0/+18
* sync: git: allow truncating history if repository is marked volatileSam James2022-12-211-12/+17
* sync: git: only perform shallow updates if the repository is shallowFlorian Schmaus2022-12-212-5/+25
* porttree: skip metadata verification if repository is immutable (not volatile)Sam James2022-12-211-2/+5
* config: Add 'volatile' configuration optionSam James2022-12-212-1/+47
* logging: Write logs under BROOT, not EPREFIXJames Le Cuirot2022-12-154-3/+8