aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "repoman: fix unsafe string interpolation (bug 699508)"Zac Medico2019-11-071-4/+1
* repoman: fix unsafe string interpolation (bug 699508)Zac Medico2019-11-071-1/+4
* repoman: ebuild.absdosym check: Detect absolute paths starting with ${D}, ${ED} etc.Arfrever Frehtes Taifersar Arahesis2019-11-071-1/+3
* emaint: log FileCopier exceptionsZac Medico2019-11-062-5/+5
* FileCopier: capture exceptionsZac Medico2019-11-062-7/+53
* emirrordist: _make_layout_links msg UnboundLocalErrorZac Medico2019-11-061-0/+2
* emirrordist: _recycle_copier_exit UnboundLocalError (bug 699392)Zac Medico2019-11-051-1/+1
* Revert "install-qa-check.d: remove check that bans libtool files and static libs from /"Zac Medico2019-11-031-0/+10
* Revert "install-qa-check.d: handle libtool files and static libs from /"Zac Medico2019-11-031-2/+2
* install-qa-check.d: handle libtool files and static libs from /Zac Medico2019-11-031-2/+2
* install-qa-check.d: remove check that bans libtool files and static libs from /William Hubbs2019-11-031-10/+0
* fetch: remove symlink created by FETCHCOMMAND_RSYNC (bug 698046)Zac Medico2019-10-281-1/+2
* emerge: fix error message for unknown options (bug 673400)Zac Medico2019-10-271-5/+4
* fetch: respect try_mirrors parameter for local mirrorsZac Medico2019-10-241-1/+1
* Improve runtime performance of depgraph module functions.Justin Turner Arthur2019-10-231-156/+169
* Improve runtime performance of portage.dep module functions.Justin Turner Arthur2019-10-231-53/+55
* GetConfigTestCase: update FETCHCOMMAND_RSYNCZac Medico2019-10-211-2/+2
* Updates for portage-2.3.78 releaseportage-2.3.78Zac Medico2019-10-212-1/+10
* make.globals: Change FETCHCOMMAND_RSYNC to --copy-linksMichał Górny2019-10-211-2/+2
* FilenameHashLayout.get_filenames: force UTF8 encoding for iglob argumentZac Medico2019-10-211-1/+1
* emirrordist: Pass path from DeletionIterator to DeletionTaskMichał Górny2019-10-212-9/+7
* fetch: yield unicode from layout get_filenames methodsZac Medico2019-10-212-4/+40
* SlotOperatorRuntimePkgMaskTestCase: increase --backtrack to 14Zac Medico2019-10-211-1/+1
* emirrordist: Clean dangling symlinks upMichał Górny2019-10-211-3/+8
* emirrordist: Report all stat() errors instead of first oneMichał Górny2019-10-211-4/+4
* fetch: Use distfile fetching method to get layout.confMichał Górny2019-10-201-17/+16
* fetch: add force parameter (bug 697566)Zac Medico2019-10-202-7/+55
* fetch: add docstringZac Medico2019-10-191-1/+25
* testEbuildFetch: demonstrate fetch behavior with stale file and no digestsZac Medico2019-10-191-1/+30
* urlopen: eliminate deprecated urllib.parse.splituserZac Medico2019-10-181-4/+2
* testEbuildFetch: test emirrordist invocationZac Medico2019-10-181-1/+23
* testEbuildFetch: add mirror supportZac Medico2019-10-181-2/+23
* asyncio.start_unix_server: suppress DeprecationWarning for loop argumentZac Medico2019-10-171-1/+1
* asyncio.create_subprocess_exec: suppress DeprecationWarning for loop argumentZac Medico2019-10-171-2/+3
* emirrordist: Delete potential symlinks for all layoutsMichał Górny2019-10-171-1/+1
* Add python-3.8, drop python-3.4 from testingManuel Rüger2019-10-154-21/+15
* ChildWatcherTestCase: python3.8 compatZac Medico2019-10-141-7/+12
* Updates for portage-2.3.77 releaseportage-2.3.77Zac Medico2019-10-143-1/+20
* Default disable autounmask package.accept_keywords/mask changes (bug 658648)Zac Medico2019-10-145-13/+110
* 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-142-15/+45
* fetch: Make FlatLayout.get_filenames() not return directoriesMichał Górny2019-10-131-1/+4
* emirrordist: Refetch only if none of the layouts have the fileMichał Górny2019-10-131-23/+31
* man/emirrordist.1: document new optionsMichał Górny2019-10-121-0/+10
* emirrordist: Support specifying custom --layout-confMichał Górny2019-10-122-2/+10
* tests/resolver: specify --autounmask when appropriateZac Medico2019-10-103-4/+19
* emirrordist: Implement mirror layout.conf supportMichał Górny2019-10-096-34/+139
* fetch: Support GLEP 75 mirror structureMichał Górny2019-10-042-4/+250