summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* More String deprecationAlec Warner2007-01-127-28/+26
| | | | svn path=/main/trunk/; revision=5597
* For bug #88485, show the location of the build log whenever a build fails.Zac Medico2007-01-121-0/+1
| | | | svn path=/main/trunk/; revision=5590
* For bug #147512, don't print a cryptic error message when an ↵Zac Medico2007-01-121-0/+2
| | | | | | EnvironmentError occurs. Also, allow the user to get a traceback via --debug. svn path=/main/trunk/; revision=5580
* drop lazy bindings check once and for all ... the system ldso should have ↵Mike Frysinger2007-01-121-14/+0
| | | | | | the logic #71609 svn path=/main/trunk/; revision=5579
* Fix ebuild environment color.map support so that it works properly through ↵Zac Medico2007-01-121-7/+9
| | | | | | exec calls (since the color variables can not be directly exported due to env pollution). svn path=/main/trunk/; revision=5578
* use cached suffix value and if it is not valid, lets warnMike Frysinger2007-01-111-2/+5
| | | | svn path=/main/trunk/; revision=5576
* dont compress files that are already compressed and dont do sanity checking ↵Mike Frysinger2007-01-111-8/+3
| | | | | | on the link dest as we cant properly verify things like absolute symlinks svn path=/main/trunk/; revision=5575
* For bug #50738, inform the user about the location of the timestamp file and ↵Zac Medico2007-01-111-0/+4
| | | | | | that it can be removed to force sync. svn path=/main/trunk/; revision=5565
* add support for user-customizable compression #9870Mike Frysinger2007-01-1110-126/+154
| | | | svn path=/main/trunk/; revision=5555
* Rename 'Last Sync' to 'Timestamp of tree' to clarify the meaning (bug #150051)Marius Mauch2007-01-111-1/+1
| | | | svn path=/main/trunk/; revision=5545
* Rename depgraph._invalid_depgraph_is_acceptable() to _accept_collisions() ↵Zac Medico2007-01-101-2/+2
| | | | | | for a better description. svn path=/main/trunk/; revision=5536
* Don't allow slot collision nodes to block other packages since blocker ↵Zac Medico2007-01-101-1/+6
| | | | | | validation is only able to account for one package per slot. svn path=/main/trunk/; revision=5535
* For bug #161422, make slot collisions non-fatal in cases where an invalid ↵Zac Medico2007-01-101-26/+31
| | | | | | depgraph is acceptable (--fetchonly, for example). svn path=/main/trunk/; revision=5534
* create symlinks to html documentation if DOC_SYMLINK_DIR is set, original ↵Marius Mauch2007-01-101-0/+24
| | | | | | patch by TGL <degrenier@easyconnect.fr> (bug #67130) svn path=/main/trunk/; revision=5509
* For bug #160075, send all 'QA Notice' messages to eqawarn. Also, modify ↵Zac Medico2007-01-107-70/+68
| | | | | | eqawarn to use vecho and send ouput to stderr. svn path=/main/trunk/; revision=5507
* Misc typo fixes, patch by Benno Schulenberg (bug #157812)Marius Mauch2007-01-101-11/+11
| | | | svn path=/main/trunk/; revision=5504
* For bug #160971, rename dir.gz to dir.gz.old when necessary to avoid ↵Zac Medico2007-01-091-6/+8
| | | | | | problems with install-info. Thanks to Ed Catmur <ed@catmur.co.uk> for the initial patch. svn path=/main/trunk/; revision=5503
* Okies this works locally for me now (and Zac)Alec Warner2007-01-091-3/+3
| | | | svn path=/main/trunk/; revision=5492
* Add new eqawarn function and QA loglevel to be used for QA messagesMarius Mauch2007-01-091-1/+7
| | | | svn path=/main/trunk/; revision=5490
* Zac pointed out that the retcodes would be wrong if stuff failed...Yeah...Alec Warner2007-01-091-2/+2
| | | | svn path=/main/trunk/; revision=5489
* Disable qa_source usage until it actually worksMarius Mauch2007-01-091-3/+3
| | | | svn path=/main/trunk/; revision=5488
* Always run src_test when calling 'ebuild foo test'Marius Mauch2007-01-092-1/+6
| | | | svn path=/main/trunk/; revision=5487
* Antarus sucks at bash, thanks for Genone for reporting this major bug.Alec Warner2007-01-081-1/+3
| | | | svn path=/main/trunk/; revision=5485
* Implement QA checks that attempt to detect changed shopts and IFS in ↵Alec Warner2007-01-081-31/+57
| | | | | | ebuild/eclass/profile code. Spit a warning if that is the case. I expect this check will eventually reset the shopts and IFS, but in this case it may break things that depend on the current behavior svn path=/main/trunk/; revision=5484
* Don't automatically fix digests in --pretend mode.Zac Medico2007-01-071-2/+5
| | | | svn path=/main/trunk/; revision=5480
* Fix the digestentry.unused check so that it works properly when old-style ↵Zac Medico2007-01-061-4/+9
| | | | | | files/digest-* don't exist. svn path=/main/trunk/; revision=5477
* For bug #160310, remove the line continuation syntax check since it's still ↵Zac Medico2007-01-061-19/+0
| | | | | | possible for it to generate false positives. svn path=/main/trunk/; revision=5471
* For bug #160310, allow \ inside `` quotes in order to prevent a false Line ↵Zac Medico2007-01-061-2/+3
| | | | | | continuation ("\") Syntax Error. svn path=/main/trunk/; revision=5470
* force C locale for now when parsing gcc log files #160234Mike Frysinger2007-01-061-1/+2
| | | | svn path=/main/trunk/; revision=5469
* revert previous changes ... ruby.eclass is wrongly polluting env with nullglobMike Frysinger2007-01-061-12/+3
| | | | svn path=/main/trunk/; revision=5468
* Fix one more potential false glob match.Zac Medico2007-01-061-0/+1
| | | | svn path=/main/trunk/; revision=5467
* Fix shell glob logic that leads to false positives. Thanks to Flameeyes for ↵Zac Medico2007-01-061-3/+11
| | | | | | reporting. svn path=/main/trunk/; revision=5466
* For bug #160299, make sure that emerge sees a somewhat valid COUNTER even ↵Zac Medico2007-01-051-0/+1
| | | | | | when the counter is missing. svn path=/main/trunk/; revision=5465
* Make repoman use portage.normalize_path instead of os.path.normpath. This ↵Zac Medico2007-01-051-7/+7
| | | | | | might solve an issue with incorrect repolevel detection that was reported by drizzt. svn path=/main/trunk/; revision=5463
* Implement distlocks for --getbinpkg so that it works properly when ↵Zac Medico2007-01-041-8/+20
| | | | | | parallel-fetch is enabled. Thanks to Brent Baude <ranger@gentoo.org> for reporting. svn path=/main/trunk/; revision=5456
* add support for scanning of build logs for common issues #111436Mike Frysinger2007-01-032-7/+96
| | | | svn path=/main/trunk/; revision=5449
* Optimize dep_zapdeps to work without a vartree when called by repoman.Zac Medico2007-01-021-1/+1
| | | | svn path=/main/trunk/; revision=5444
* merge all of the QA related checks togetherMike Frysinger2007-01-022-91/+96
| | | | svn path=/main/trunk/; revision=5442
* For bug #159224, use separate xmatch caches for each value of ACCEPT_KEYWORDS.Zac Medico2006-12-311-5/+11
| | | | svn path=/main/trunk/; revision=5438
* Use return values instead of direct sys.exit(123) calls when a merge fails.Zac Medico2006-12-301-2/+2
| | | | svn path=/main/trunk/; revision=5432
* Punt the abort_unpack() handler since it's pointless anyway.Zac Medico2006-12-301-10/+0
| | | | svn path=/main/trunk/; revision=5425
* Fix 'TypeError: unpack non-sequence' that occurs if myparent is None.Zac Medico2006-12-301-1/+4
| | | | svn path=/main/trunk/; revision=5424
* Do some small fixes to prevent slot collision nodes from interfering with ↵Zac Medico2006-12-301-2/+8
| | | | | | the depgraph. svn path=/main/trunk/; revision=5423
* Be slightly more defensive when loading the vdb/blockers caches.Zac Medico2006-12-301-2/+2
| | | | svn path=/main/trunk/; revision=5421
* Sort the --info USE flags for bug #159161.Zac Medico2006-12-301-0/+2
| | | | svn path=/main/trunk/; revision=5420
* detect incorrect absolute symlinks in libdirsMike Frysinger2006-12-301-3/+13
| | | | svn path=/main/trunk/; revision=5418
* fixup styleMike Frysinger2006-12-301-5/+7
| | | | svn path=/main/trunk/; revision=5417
* Send stuff that's not a warning or error to stdout rather than stderr.Zac Medico2006-12-291-1/+3
| | | | svn path=/main/trunk/; revision=5416
* - keep things quiet when uninstallingNed Ludd2006-12-291-2/+1
| | | | svn path=/main/trunk/; revision=5415
* For bug #159310, don't show a slot collision notice if there are ↵Zac Medico2006-12-291-4/+28
| | | | | | unresolvable blockers. svn path=/main/trunk/; revision=5413