aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* EbuildBuild: Execute EbuildFetchonly in subprocessZac Medico2024-02-121-0/+1
* */*: fix typosSam James2023-11-111-1/+1
* fetch: ignore force-mirror feature when try_mirrors is falseMike Gilbert2023-09-161-1/+1
* fetch: do not rely on os.stat() for DISTDIR write testMike Gilbert2023-06-141-11/+6
* */*: rerun black w/ 23.1.0Sam James2023-02-031-6/+0
* */*: run Black post-flyntSam James2023-01-101-6/+2
* */*: convert to f-strings (run flynt)Sam James2023-01-101-13/+10
* drop unused importsJohn Helmert III2022-12-031-1/+0
* pyupgrade everythingJohn Helmert III2022-12-031-16/+17
* cleanup: replace '!= None' with 'is not None'Thomas Bracht Laumann Jespersen2022-04-131-1/+1
* fetch: enable resume for digestgen caseZac Medico2021-11-041-3/+4
* Reformat to use spaces instead of tabs. Also, use blackWolfgang E. Sanyer2021-09-191-1596/+1922
* fetch: Fix AttributeError when no URL specifiedMichał Górny2021-06-201-2/+2
* Support GLEP 75 layout in GENTOO_MIRRORSDaniel M. Weeks2021-06-051-1/+1
* Support GLEP 75 layout in PORTAGE_RO_DISTDIRSDaniel M. Weeks2021-06-051-5/+14
* Support selective fetch/mirror restriction for EAPI 8Michał Górny2021-05-231-2/+12
* Refactor fetch() for selective restrictionsMichał Górny2021-05-231-28/+26
* emirrordist: add --content-db option required for content-hash layout (bug 75...Zac Medico2021-02-261-4/+4
* fetch.py: fix UnboundLocalError: local variable 'myfile'Zac Medico2021-02-251-2/+2
* fetch.py: fix UnboundLocalError: local variable 'myfile'Zac Medico2021-02-241-2/+2
* Add content-hash distfiles layout (bug 756778)Daniel Robbins2021-02-221-0/+97
* MirrorLayoutConfig: content digest support (bug 756778)Zac Medico2021-02-221-11/+87
* Make digests available to fetch commandDaniel M. Weeks2021-01-091-0/+6
* Fix varexpand, splitting in fetchDaniel M. Weeks2021-01-091-2/+3
* get_mirror_url: urlquote only for ftp, http, and https (bug 741474)Zac Medico2020-09-121-2/+6
* *: drop all import __future__ statementsAaron Bauman2020-08-061-2/+0
* Fix R1705.Alec Warner2020-07-291-6/+4
* Fix pylint R0205.Alec Warner2020-07-221-3/+3
* Remove py<3.4 import compatibilityMichał Górny2020-07-181-10/+2
* Escape percent-signs in portage.package.ebuild.fetch.get_mirror_url()Mike Gilbert2020-05-311-1/+6
* Revert "Escape percent-signs in filename when fetching from mirrors"Mike Gilbert2020-05-311-7/+2
* Escape percent-signs in filename when fetching from mirrorsMike Gilbert2020-05-311-2/+7
* _hide_url_passwd: replace all occurrences (bug 713726)Zac Medico2020-03-221-1/+1
* fetch: drop privileges early for NFS root_squash (bug 601252)Zac Medico2020-02-291-0/+31
* fetch: remove secpass import (bug 601252)Zac Medico2020-02-151-3/+3
* fetch: split out _ensure_distdir function (bug 601252)Zac Medico2020-02-151-47/+55
* fetch: skip _checksum_failure_temp_file in force modeZac Medico2019-12-081-1/+1
* fetch: remove symlink created by FETCHCOMMAND_RSYNC (bug 698046)Zac Medico2019-10-281-1/+2
* fetch: respect try_mirrors parameter for local mirrorsZac Medico2019-10-241-1/+1
* FilenameHashLayout.get_filenames: force UTF8 encoding for iglob argumentZac Medico2019-10-211-1/+1
* fetch: yield unicode from layout get_filenames methodsZac Medico2019-10-211-4/+14
* fetch: Use distfile fetching method to get layout.confMichał Górny2019-10-201-17/+16
* fetch: add force parameter (bug 697566)Zac Medico2019-10-201-4/+18
* fetch: add docstringZac Medico2019-10-191-1/+25
* get_mirror_url: do not cache after ConfigParserErrorZac Medico2019-10-141-5/+2
* get_mirror_url: do not cache negative resultsZac Medico2019-10-141-1/+2
* get_mirror_url: handle UnicodeDecodeErrorZac Medico2019-10-141-1/+1
* fetch: minimal skiprocheck fixes (bug 220533)Zac Medico2019-10-141-15/+23
* fetch: Make FlatLayout.get_filenames() not return directoriesMichał Górny2019-10-131-1/+4
* emirrordist: Implement mirror layout.conf supportMichał Górny2019-10-091-2/+29