summaryrefslogtreecommitdiffstats
path: root/pym
Commit message (Expand)AuthorAgeFilesLines
* Use startwith to simplify =* matching.Zac Medico2007-01-101-2/+1
* Minor fixes for the =* operator (I hope we're done now :).Zac Medico2007-01-101-3/+6
* I hate this thingMarius Mauch2007-01-101-1/+4
* minor performance improvementMarius Mauch2007-01-101-5/+5
* also sanitize mycpv for =* handlingMarius Mauch2007-01-101-0/+2
* =* operator sucksMarius Mauch2007-01-101-8/+5
* Documenting the loop a bitMarius Mauch2007-01-101-0/+3
* Make the =* operator more robustMarius Mauch2007-01-101-2/+7
* Attach the problematic data to the exception for debuggingMarius Mauch2007-01-101-1/+1
* Stupid me, shouldn't jsut move a part of the patchMarius Mauch2007-01-102-13/+12
* Always use vercmp for cpv comparisonsMarius Mauch2007-01-102-4/+15
* create symlinks to html documentation if DOC_SYMLINK_DIR is set, original pat...Marius Mauch2007-01-101-1/+1
* make.globals has no business in profilesMarius Mauch2007-01-101-3/+1
* For bug #161003, disallow virtuals in package.provided and document it. Than...Zac Medico2007-01-091-1/+19
* For bug #161103, don't skip collision-protect checks in cases where the begin...Zac Medico2007-01-091-3/+6
* Make digestgen() force fetch unless all required digest types are available. ...Zac Medico2007-01-091-2/+12
* Split PORTAGE_ELOG_CLASSES outside the loop for better efficiency.Zac Medico2007-01-091-2/+3
* This file apparently uses spaces to line everything up pretty (I have weird t...Alec Warner2007-01-091-2/+2
* Add new eqawarn function and QA loglevel to be used for QA messagesMarius Mauch2007-01-091-1/+5
* Make PORTAGE_BASE_PATH dynamic based on __file__Marius Mauch2007-01-091-1/+4
* For bug #160893, ignore a KeyError during cache cleansing since that key isn'...Zac Medico2007-01-081-1/+4
* Don't swallow an IOError if it is thrown from the aux_get call in portdbapi.g...Zac Medico2007-01-061-1/+1
* For python-2.3 compatibility, don't pass an iterable into dict.update().Zac Medico2007-01-051-1/+2
* Use -G instead of -g (typo from the previous commit).Zac Medico2007-01-041-1/+1
* As a workaround for bug #147625, spawn `id -g portage` in order to get a list...Zac Medico2007-01-041-4/+13
* Make sure that myid is defined for the previous commit.Zac Medico2007-01-041-1/+2
* When fetching metadata from a binhost, reconnect if the http server closes th...Zac Medico2007-01-041-2/+14
* Export EBUILD_PHASE="" when running misc-function.sh in order to prevent bogu...Zac Medico2007-01-041-1/+3
* Make sure stderr is flushed since os._exit doesn't flush stdio buffers.Zac Medico2007-01-031-0/+1
* Make sure stderr is flushed since os._exit doesn't flush stdio buffers.Zac Medico2007-01-031-0/+1
* Use os._exit instead of sys.exit in a forked child process.Zac Medico2007-01-031-1/+1
* When using the spawn's returnpid parameter, manually remove the returned pids...Zac Medico2007-01-031-0/+1
* undoMarius Mauch2007-01-035-1280/+0
* Allow - in elog module namesMarius Mauch2007-01-036-0/+1282
* add support for scanning of build logs for common issues #111436Mike Frysinger2007-01-031-0/+2
* Try to create DISTDIR before disabling fetch due to it's nonexistence. Thank...Zac Medico2007-01-021-7/+7
* Optimize dep_zapdeps to work without a vartree when called by repoman.Zac Medico2007-01-021-7/+14
* Don't bother to list the contents of directories before they are unmerged sin...Zac Medico2007-01-021-14/+5
* Fix the writemsg noiselevel from the previous commit.Zac Medico2007-01-021-1/+1
* For bug #159638, fix the UnboundLocalError in vartree.getprovide().Zac Medico2007-01-021-5/+8
* Use slot atom matching to simplify detection of downgrades relative to instal...Zac Medico2006-12-311-14/+12
* For bug #159518, increase the "database is locked" timeout.Zac Medico2006-12-311-1/+7
* Send errors in elog_process() to stderr via writemsg.Zac Medico2006-12-311-4/+6
* Use return values instead of direct sys.exit(123) calls when a merge fails.Zac Medico2006-12-301-19/+11
* Use a try/finally block to ensure that the alarm will always be cancelled app...Zac Medico2006-12-301-2/+4
* For bug #141361, use an alarm signal to implement a 1 minute timeout for proc...Zac Medico2006-12-301-0/+9
* Correct the package.mask lookup order in getmaskingreason().Zac Medico2006-12-301-4/+4
* For bug #151326, prevent invalid comments from being returned by portage.getm...Zac Medico2006-12-301-3/+10
* Improve the logic for bug #159360 to ensure that an actual upgrade is selecte...Zac Medico2006-12-301-6/+9
* Be slightly more defensive when loading the vdb/blockers caches.Zac Medico2006-12-301-1/+2