summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make repoman ebuild.invalidname message a bit more usefulMarius Mauch2006-02-132-2/+2
* misc atomic_ofstream and write_atomic updates in portage.pyZac Medico2006-02-131-29/+14
* use write_atomic for move_ent CATEGORY updatesZac Medico2006-02-121-6/+2
* fix dirsonly handling in listdirMarius Mauch2006-02-121-1/+1
* use write_atomic for fixdbentriesZac Medico2006-02-121-4/+3
* fix perform_checksum.perform_checksum() so that it wraps FileNotFound exceptionsZac Medico2006-02-122-10/+12
* add a new emerge --ignore-default-opts option for bug 121695Zac Medico2006-02-123-3/+10
* catch possible ENOENT error from portage_checksum.perform_md5 for bug 24374Zac Medico2006-02-121-2/+10
* import errno at the top of portage.pyZac Medico2006-02-121-4/+1
* - add portage to MULTILIB_STRICT_EXEMPTNed Ludd2006-02-111-1/+1
* 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