aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* portage.package.ebuild.fetch.fetch(): Clean setting of variables.Arfrever Frehtes Taifersar Arahesis2015-12-011-5/+4
* fetch(): fix support for digest size=NoneMichał Górny2015-04-051-3/+4
* update LOGNAME variable when appropriate (534722)Zac Medico2015-01-191-1/+6
* Update dates in recently changed files.Arfrever Frehtes Taifersar Arahesis2014-02-281-1/+1
* Always warn about unknown mirrors (bug 501352)Sebastian Luther2014-02-171-2/+3
* Refer to /etc/portage/make.conf in messages.Zac Medico2013-07-251-2/+2
* Add cross-prefix supportRuud Koolen2013-06-181-2/+2
* fetch: correctly handle file name without schemeZac Medico2013-05-231-1/+12
* Support PORTAGE_SSH_OPTS, bug #470002.Zac Medico2013-05-181-2/+7
* Handle closed sys.__stdin__, for multiprocessingZac Medico2012-12-151-1/+1
* fetch: preserve SRC_URI order for primaryuriv2.2.0_alpha136Zac Medico2012-10-081-1/+4
* primaryuri: prefer thirdpartymirrors in SRC_URIZac Medico2012-09-211-11/+10
* Use sys.__std*.fileno() in case of overrides.Zac Medico2012-08-221-3/+3
* _apply_hash_filter: make hash_filter simplerZac Medico2012-08-211-2/+6
* Implement PORTAGE_CHECKSUM_FILTER for bug #432170Zac Medico2012-08-211-4/+9
* Skip whirlpool digest check when unaccelerated.Zac Medico2012-07-121-6/+7
* Split out _hide_url_passwd() and use it more.Zac Medico2012-05-131-2/+5
* portage.package.ebuild.fetch.fetch(): Fix ResourceWarning with Python 3.2.Arfrever Frehtes Taifersar Arahesis2012-02-171-9/+10
* Handle missing os.setgroups for PyPy.Zac Medico2012-02-131-1/+2
* fetch: don't apply permissions to symlinksZac Medico2011-12-221-9/+16
* Use portage.shutil for safer unicode handling.Zac Medico2011-12-101-2/+1
* fetch: tweak space msg for bug #386797Zac Medico2011-10-111-12/+14
* fetch: remove stray print for bug 383859Zac Medico2011-09-221-1/+0
* Remove unused Manifest imports.v2.2.0_alpha58Zac Medico2011-09-141-1/+0
* Bind all manifest access through repoconfigsBrian Harring2011-09-121-1/+2
* fetch: handle non-essential statvfs failureZac Medico2011-08-061-1/+10
* debuild: pass dist digests to fetch()Zac Medico2011-07-131-1/+1
* fetch: fix ebuild --skip-manifest behaviorZac Medico2011-07-131-0/+2
* Migrate from codecs.open() to io.open().Zac Medico2011-07-101-3/+3
* Update timestamps in headers of modified files.Zac Medico2011-04-131-1/+1
* Add force-mirror FEATURE.David James2011-04-071-5/+5
* emerge: spawn nofetch for --pretend --fetchZac Medico2011-01-311-0/+1
* fetch: don't require g+s mode on $DISTDIRZac Medico2010-12-291-1/+1
* fetch: fix listonly/allow_missing_digests logicZac Medico2010-12-281-4/+2
* EbuildFetcher: bail out if missing digestZac Medico2010-12-281-2/+31
* EbuildFetcher: pass digests to fetch()Zac Medico2010-12-281-3/+6
* Substitute bash builtin >> for touch command.Zac Medico2010-12-191-1/+1
* fetch: pass full env to fetcher (for proxy vars)Zac Medico2010-11-251-1/+12
* Remove pkg_nofetch code from the fetch() function since it's currently broken...Zac Medico2010-09-101-49/+0
* always apply EPREFIX prepending to GLOBAL_CONFIG_PATHFabian Groffen2010-09-051-2/+7
* Remove unused imports found by pylint.Arfrever Frehtes Taifersar Arahesis2010-08-291-1/+1
* Unify ebuild spawing some more. All proper ebuild phases which executeZac Medico2010-08-171-9/+3
* Dispose of lock object after calling unlockfile(), in order to ensureZac Medico2010-08-151-0/+1
* Remove code related to $DISTDIR/.locks since that directory isZac Medico2010-08-031-10/+0
* Remove all svn $Id keywords.Zac Medico2010-03-241-1/+0
* Fix imports doebuild_environment and prepare_build_dirs imports to import fromZac Medico2010-03-041-5/+12
* Bug #307707 - Fix fetch() to use the correct spawn function when callingZac Medico2010-03-041-1/+2
* Move imports to top.Zac Medico2010-03-021-4/+4
* Split doebuild and related code to the portage.package.ebuild module.Zac Medico2010-02-251-2/+7
* Move portage.fetch() to portage.package.ebuild.fetch.fetch().Zac Medico2010-02-221-0/+1123