aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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