summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* Rename 'Last Sync' to 'Timestamp of tree' to clarify the meaning (bug #150051)Marius Mauch2007-01-111-1/+1
* Rename depgraph._invalid_depgraph_is_acceptable() to _accept_collisions() for...Zac Medico2007-01-101-2/+2
* Don't allow slot collision nodes to block other packages since blocker valida...Zac Medico2007-01-101-1/+6
* For bug #161422, make slot collisions non-fatal in cases where an invalid dep...Zac Medico2007-01-101-26/+31
* create symlinks to html documentation if DOC_SYMLINK_DIR is set, original pat...Marius Mauch2007-01-101-0/+24
* For bug #160075, send all 'QA Notice' messages to eqawarn. Also, modify eqaw...Zac Medico2007-01-107-70/+68
* Misc typo fixes, patch by Benno Schulenberg (bug #157812)Marius Mauch2007-01-101-11/+11
* For bug #160971, rename dir.gz to dir.gz.old when necessary to avoid problems...Zac Medico2007-01-091-6/+8
* Okies this works locally for me now (and Zac)Alec Warner2007-01-091-3/+3
* Add new eqawarn function and QA loglevel to be used for QA messagesMarius Mauch2007-01-091-1/+7
* Zac pointed out that the retcodes would be wrong if stuff failed...Yeah...Alec Warner2007-01-091-2/+2
* Disable qa_source usage until it actually worksMarius Mauch2007-01-091-3/+3
* Always run src_test when calling 'ebuild foo test'Marius Mauch2007-01-092-1/+6
* Antarus sucks at bash, thanks for Genone for reporting this major bug.Alec Warner2007-01-081-1/+3
* Implement QA checks that attempt to detect changed shopts and IFS in ebuild/e...Alec Warner2007-01-081-31/+57
* 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