summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Properly assign filenames for remote packagesSheng Yu2022-11-301-1/+1
* Revert "env-update: skip PATH in systemd user environment definition"Florian Schmaus2022-11-301-5/+0
* Fix some type errorsOskari Pirhonen2022-11-304-270/+248
* Add caching to _slot_operator_check_reverse_dependenciesPin-yen Lin2022-11-271-0/+1
* Move and rename check_reverse_dependenciesPin-yen Lin2022-11-271-113/+113
* testOverallTimeoutWithException: handle TimeoutErrorZac Medico2022-11-251-1/+6
* depgraph: Resolve atoms using the correct rootJames Le Cuirot2022-11-231-4/+10
* Fix definition of ESYSROOT to use SYSROOT's prefixJames Le Cuirot2022-11-232-3/+10
* Add support for a distinct SYSROOT locationJames Le Cuirot2022-11-232-7/+18
* Remove Jython compatOskari Pirhonen2022-11-224-22/+21
* GitSync.update: clobber changes to git repo as rsync doesJohn Helmert III2022-11-201-5/+29
* portage: sets: Fix DeprecationWarning.Arfrever Frehtes Taifersar Arahesis2022-11-201-3/+3
* portage: sets: Support sets.conf directories.Arfrever Frehtes Taifersar Arahesis2022-11-201-16/+22
* Add test case for VariableSetsJohn Helmert III2022-11-201-0/+33
* Do not drop default PATH in the package index (avoid Packages regeneration)Sheng Yu2022-11-081-18/+3
* Do not redirect stderr from gpkg subprocessSheng Yu2022-11-021-9/+5
* Unconditionally update first level of dir name in binpkgsSheng Yu2022-11-021-3/+33
* Use binpkg extensions and header to get formatSheng Yu2022-11-0211-135/+141
* sync: git: Fix sync printing local repo pathPhilipp Rösner2022-10-211-2/+4
* GitSync.update: default to "--depth 1" (bug 824782 comment 17)David Sardari2022-10-181-6/+8
* Add per format compression flags for binpkgSheng Yu2022-10-183-6/+36
* info: support more info compression suffixesSam James2022-10-181-1/+1
* xz: pass -q to xzSam James2022-10-171-1/+1
* portage: manifest: fix Manifest.addFile() call to renamed updateFileHashesSam James2022-10-172-8/+39
* xz: add workaround for < xz 5.3.3_alpha 32-bit issueSam James2022-10-171-1/+1
* binpkg: compress/decompress xz in parallel; compress zstd in parallelSam James2022-10-115-8/+46
* runTests.py: fix shebangJohn Helmert III2022-10-101-1/+1
* _global_updates.py: fix syntax errorVitaliy Perekhovy2022-09-291-1/+1
* lib: portage: gpkg: fix typo in commentSam James2022-09-291-1/+1
* portage: news: reformatted for PEP8; add docstrings; add type annotationDima S2022-09-291-5/+8
* portage: sets: VariableSet: parse *DEPEND in includes/excludesSam James2022-09-291-1/+18
* Add more error handling for binpkgsSheng Yu2022-09-292-16/+27
* data.py: fix PORTAGE_USERNAME default (bug 873088)Zac Medico2022-09-261-1/+1
* improvement(style): black issue fixedDavid Palao2022-09-251-1/+1
* test(actions): fixed little issue in UTDavid Palao2022-09-251-9/+4
* improvement(bintree)!: binarytree.populate has new default getbinpkg_refresh=...David Palao2022-09-253-1/+23
* test(actions): requiring that run_action calls binarytree.populate correctlyDavid Palao2022-09-252-1/+48
* chore(style): some minor stylistic issuesDavid Palao2022-09-252-27/+47
* test(bintree): added UTs for binarytree.populateDavid Palao2022-09-251-2/+66
* chore(bintree): removed useless ``if True:``David Palao2022-09-251-132/+131
* test(bintree): added some UTs for binarytree.__init__David Palao2022-09-251-0/+54
* _emerge: Scheduler: Use pkg_allocated_path in SchedulerSheng Yu2022-09-251-1/+5
* getbinpkg: fix command list with --getbinpkgonlySam James2022-09-201-1/+1
* GPKG quickpkg allow missing filesSheng Yu2022-09-201-3/+13
* gpkg-sign: add gpg configuration checkSheng Yu2022-09-201-0/+16
* Fix wrong creation of empty binpkg from binhostSheng Yu2022-09-201-1/+8
* Move pty setup from AbstractEbuildProcess to SpawnProcessMike Gilbert2022-09-182-9/+6
* Add test to cover portage.checksum._apply_hash_filterMike Gilbert2022-09-181-2/+25
* Revert changes to portage.checksum._apply_hash_filterMike Gilbert2022-09-181-3/+7
* Add BUILD_ID to metadata during binary packagingSheng Yu2022-09-098-105/+118