summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* For bug #160310, remove the line continuation syntax check since it's still p...Zac Medico2007-01-061-19/+0
* For bug #160310, allow \ inside `` quotes in order to prevent a false Line co...Zac Medico2007-01-061-2/+3
* force C locale for now when parsing gcc log files #160234Mike Frysinger2007-01-061-1/+2
* revert previous changes ... ruby.eclass is wrongly polluting env with nullglobMike Frysinger2007-01-061-12/+3
* Fix one more potential false glob match.Zac Medico2007-01-061-0/+1
* Fix shell glob logic that leads to false positives. Thanks to Flameeyes for ...Zac Medico2007-01-061-3/+11
* For bug #160299, make sure that emerge sees a somewhat valid COUNTER even whe...Zac Medico2007-01-051-0/+1
* For python-2.3 compatibility, don't pass an iterable into dict.update().Zac Medico2007-01-051-1/+2
* Make repoman use portage.normalize_path instead of os.path.normpath. This mi...Zac Medico2007-01-051-7/+7
* 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
* Implement distlocks for --getbinpkg so that it works properly when parallel-f...Zac Medico2007-01-041-8/+20
* 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-033-7/+98
* 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-022-8/+15
* Don't bother to list the contents of directories before they are unmerged sin...Zac Medico2007-01-021-14/+5
* merge all of the QA related checks togetherMike Frysinger2007-01-022-91/+96
* 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
* For bug #159224, use separate xmatch caches for each value of ACCEPT_KEYWORDS.Zac Medico2006-12-311-5/+11
* 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-302-21/+13
* 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
* Punt the abort_unpack() handler since it's pointless anyway.Zac Medico2006-12-301-10/+0
* Fix 'TypeError: unpack non-sequence' that occurs if myparent is None.Zac Medico2006-12-301-1/+4
* Do some small fixes to prevent slot collision nodes from interfering with the...Zac Medico2006-12-301-2/+8
* 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-302-3/+4
* Sort the --info USE flags for bug #159161.Zac Medico2006-12-301-0/+2
* For bug #159360, make sure that the highest available new-style virtual is se...Zac Medico2006-12-301-11/+48
* detect incorrect absolute symlinks in libdirsMike Frysinger2006-12-301-3/+13
* fixup styleMike Frysinger2006-12-301-5/+7
* Send stuff that's not a warning or error to stdout rather than stderr.Zac Medico2006-12-291-1/+3
* - keep things quiet when uninstallingNed Ludd2006-12-291-2/+1
* Do some minor cleanup in the dep_zapdeps downgrade avoidance logic (while wor...Zac Medico2006-12-291-9/+9
* For bug #159310, don't show a slot collision notice if there are unresolvable...Zac Medico2006-12-291-4/+28