summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix typo for bug 111098 (patch by andre@fluffyspider.com.au)Zac Medico2006-02-111-1/+1
* use cached stat and lstat results to minimize the number of stat calls in dbl...Zac Medico2006-02-101-7/+17
* avoid unnecessary stat by catching ENOENT error instead of using os.path.exis...Zac Medico2006-02-101-1/+7
* fix KeyError: '.' in dblink.unmerge() from bug 100479Zac Medico2006-02-101-12/+12
* make repoman obey NOCOLOR for bug 77566 (patch by antarus)Zac Medico2006-02-101-0/+2
* for each fetch ensure correct permissions on both $DISTDIR and $DISTDIR/.lock...Zac Medico2006-02-091-29/+19
* use write_atomic for the counter fileZac Medico2006-02-091-6/+1
* use getattr instead of hasattr for detection of base class destructor (recomm...Zac Medico2006-02-091-3/+3
* eat the parent process with exec, YUMMike Frysinger2006-02-091-1/+1
* touchup styleMike Frysinger2006-02-091-4/+4
* use atomic_ofstream for mtimedb commitsZac Medico2006-02-091-2/+6
* use new write_atomic() function for all world file updatesZac Medico2006-02-094-15/+7
* add new atomic_ofstream class for safer writesZac Medico2006-02-091-6/+88
* cPickle import protection; fall back to pickle if cPickle is unavailable.Brian Harring2006-02-083-4/+18
* fix whitespace breakage introduced by writemsg_stdout() changesMike Frysinger2006-02-081-11/+11
* Remove references to --verbose and --quiet in depgraph.display() and makeJason Stubbs2006-02-071-6/+6
* wrap all relevant atexit usage due to incompatibility with os.execv (needed f...Zac Medico2006-02-064-8/+43
* use sys.argv[0] for the path to emerge rather then hard codingBrian Harring2006-02-061-1/+1
* when emerge restarts itself, make /usr/lib/portage/bin/emerge the first argum...Zac Medico2006-02-061-3/+2
* Make sure confcache files are writable by the portage group, not just the por...Marien Zwart2006-02-061-2/+2
* add CATEGORY to ebuild.5 and declare it readonly in ebuild.shZac Medico2006-02-052-1/+4
* do commit_mtimedb() after each merge for bug 100300Zac Medico2006-02-051-0/+4
* remove outdated "You may avoid the remerging of packages" messageZac Medico2006-02-051-2/+0
* replace existing "restarting emerge via exec()" functionality with a new appr...Zac Medico2006-02-051-28/+8
* document more stuffMike Frysinger2006-02-051-76/+202
* mention mirror, not nomirrorMike Frysinger2006-02-052-2/+2
* aparently someone never heard of rstrip...Brian Harring2006-02-041-6/+1
* Adding a comment about normpath, and why we use our own copy.Alec Warner2006-02-041-1/+9
* remove stray quote introduced in revision 2645Zac Medico2006-02-041-1/+1
* touchup code like dosymMike Frysinger2006-02-041-5/+5
* send error to stderrMike Frysinger2006-02-041-1/+1
* use much simpler code as inspired by agriffis' fowners workMike Frysinger2006-02-041-8/+2
* cleanup code and handle errors better as Simon Stelling says in Bug 121317Mike Frysinger2006-02-042-26/+35
* touchup code so we handle errors betterMike Frysinger2006-02-048-40/+40
* touchup code so we handle errors betterMike Frysinger2006-02-043-18/+15
* touchup code so we handle errors betterMike Frysinger2006-02-043-15/+15
* Simon Stelling writes in Bug 121317:Mike Frysinger2006-02-041-0/+5
* Remove all bug referencesJason Stubbs2006-02-044-7/+6
* Add back emerge list header hiding when --quiet is used.Jason Stubbs2006-02-041-1/+1
* Fix bug #86067. Thanks to J\xc3\xbcrgen H\xc3\xb6tzel <gentoo@hoetzel.info> ...Alec Warner2006-02-031-3/+7
* Fix for bug #119049Alec Warner2006-02-031-1/+3
* Shout out to RiverRat for reporting, fixup the output to use the correct verb...Alec Warner2006-02-031-4/+9
* Minor fixups with spelling, Thanks to Benno Schulenberg <benno@nietvergeten.n...Alec Warner2006-02-031-5/+5
* This should have been excluded...Alec Warner2006-02-031-36/+13
* Thanks to Benno Schulenberg <benno@nietvergeten.nl> for the spelling/grammar ...Alec Warner2006-02-033-36/+59
* confcache updates...Brian Harring2006-02-0311-0/+22
* confcache make.conf example...Brian Harring2006-02-031-0/+2
* FEATURES="confcache" additionBrian Harring2006-02-031-0/+4
* confcache, baby.Brian Harring2006-02-033-3/+61
* grab some fixes from prepstrip scriptMike Frysinger2006-02-031-2/+5