summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Don't automatically fix digests in --pretend mode.Zac Medico2007-01-071-2/+5
* Fix the digestentry.unused check so that it works properly when old-style fil...Zac Medico2007-01-061-4/+9
* 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
* Make repoman use portage.normalize_path instead of os.path.normpath. This mi...Zac Medico2007-01-051-7/+7
* Implement distlocks for --getbinpkg so that it works properly when parallel-f...Zac Medico2007-01-041-8/+20
* add support for scanning of build logs for common issues #111436Mike Frysinger2007-01-032-7/+96
* Optimize dep_zapdeps to work without a vartree when called by repoman.Zac Medico2007-01-021-1/+1
* merge all of the QA related checks togetherMike Frysinger2007-01-022-91/+96
* For bug #159224, use separate xmatch caches for each value of ACCEPT_KEYWORDS.Zac Medico2006-12-311-5/+11
* Use return values instead of direct sys.exit(123) calls when a merge fails.Zac Medico2006-12-301-2/+2
* 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
* Be slightly more defensive when loading the vdb/blockers caches.Zac Medico2006-12-301-2/+2
* Sort the --info USE flags for bug #159161.Zac Medico2006-12-301-0/+2
* 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
* For bug #159310, don't show a slot collision notice if there are unresolvable...Zac Medico2006-12-291-4/+28
* Add some docs for the blockers cache format.Zac Medico2006-12-291-1/+9
* For bug #159161, make emerge --info show USE_EXPAND flags similar to the way ...Zac Medico2006-12-291-2/+18
* Use a pickle to cache blockers for all installed packages so that dep_check d...Zac Medico2006-12-291-6/+115
* For bug #159252, don't preserve file attributes when copying files for instal...Zac Medico2006-12-281-1/+1
* Use a pickle to cache vdb metadata. This greatly improves the performance fo...Zac Medico2006-12-281-0/+1
* For bug #148603, when an ebuild dies, print eclasses that are from overlays. ...Zac Medico2006-12-251-0/+16
* Use a SIGTERM signal to support a die call inside of a subshell.Zac Medico2006-12-251-0/+7
* When the user has insufficient access privileges, specify whether superuser a...Zac Medico2006-12-251-7/+21
* Prevent the regen action from running in --pretend mode.Zac Medico2006-12-251-11/+8
* Show the "Calculating dependencies .. done!" message with --resume since the ...Zac Medico2006-12-231-0/+4
* Only write repo.stats and repo.fails when the repoman user has write access t...Zac Medico2006-12-231-12/+8
* Fix inverted EAPI default logic.Zac Medico2006-12-231-1/+1
* Use a pipe instead of a temp file for the depend phase.Zac Medico2006-12-221-29/+23
* Revert the default choice for --ask --unmerge (bug #158354) because people ar...Zac Medico2006-12-221-2/+1
* For bug #158649, allow --buildpkgonly to bypass the fakedb population like --...Zac Medico2006-12-221-1/+2
* Fix the "help" phase so that it works without build dirs.Zac Medico2006-12-221-1/+3
* Make emerge enable backward compatibility mode for dep_check() calls on insta...Zac Medico2006-12-211-9/+25
* For installed packages with invalid depstrings, tell the user the location of...Zac Medico2006-12-211-1/+5
* When a removal phase fails, tell the user where the ebuild is and advise them...Zac Medico2006-12-211-0/+21
* For bug #158558, ignore invalid depstrings for packages that are being replac...Zac Medico2006-12-201-12/+19
* For bug #158649, minimize portdb cache pulls for installed packages when --no...Zac Medico2006-12-201-19/+37
* Fix broken exception handling syntax causing strange exception reported in bu...Zac Medico2006-12-201-1/+1
* Fix the invalid dependency message so there's no confusion about which packag...Zac Medico2006-12-201-2/+3
* Give the user some advice whenever an invalid dependency string is encountered.Zac Medico2006-12-201-9/+38