summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* For bug #160075, send all 'QA Notice' messages to eqawarn. Also, modify ↵Zac Medico2007-01-101-2/+3
| | | | | | eqawarn to use vecho and send ouput to stderr. svn path=/main/trunk/; revision=5507
* For bug #159252, don't preserve file attributes when copying files for ↵Zac Medico2006-12-281-1/+1
| | | | | | installsources. Thanks to Ed Catmur <ed@catmur.co.uk> for this patch. svn path=/main/trunk/; revision=5408
* Move installed sources into ${CATEGORY} subdirectories in order to prevent ↵Zac Medico2006-09-291-3/+5
| | | | | | collisions for bug #149491. svn path=/main/trunk/; revision=4559
* For bug #144928, add -L to the rsync options (transform symlink into ↵Zac Medico2006-08-241-1/+2
| | | | | | referent). Thanks to Olivier Crete <tester@gentoo.org> for this patch. svn path=/main/trunk/; revision=4321
* Fix the installsources feature so that it works even with splitdebug or ↵Zac Medico2006-08-041-11/+15
| | | | | | nostrip. Thanks to Olivier Crete <tester@gentoo.org> for this patch from bug #136197. svn path=/main/trunk/; revision=4136
* Fix STRIP_MASK logic so that a match results in stripitbaby=0.Zac Medico2006-08-041-1/+1
| | | | svn path=/main/trunk/; revision=4131
* make elog mail module always set the 'From' header for rfc2822 complianceMarius Mauch2006-06-101-1/+1
| | | | svn path=/main/trunk/; revision=3483
* Fix prepstrip so that it properly distiguishes between stripped and ↵Zac Medico2006-05-301-1/+12
| | | | | | unstripped binaries for bug #133420. Thanks to robbat2 for this patch. svn path=/main/trunk/; revision=3440
* For availability in all stages, use rsync instead of cpio for bug #124638.Zac Medico2006-05-271-1/+1
| | | | svn path=/main/trunk/; revision=3420
* For portability, use cpio instead of `cp --parents` for bug #124638.Zac Medico2006-05-261-1/+1
| | | | svn path=/main/trunk/; revision=3419
* Fix prepstrip to work with restrict, thanks to flameeyes and bug 134135Alec Warner2006-05-231-1/+1
| | | | svn path=/main/trunk/; revision=3403
* Fix prepstrip split-debug paths for bug #133628. Thanks to kevquinn for ↵Zac Medico2006-05-181-4/+4
| | | | | | this patch. svn path=/main/trunk/; revision=3373
* strip leading slash in outputMike Frysinger2006-05-141-3/+3
| | | | svn path=/main/trunk/; revision=3352
* use hasq where appropriateSimon Stelling2006-05-021-5/+4
| | | | svn path=/main/trunk/; revision=3308
* replace hardcoded /usr/lib/portage/bin with PORTAGE_BIN_PATH, defaulting to ↵Simon Stelling2006-05-011-1/+1
| | | | | | the hardcoded value svn path=/main/trunk/; revision=3297
* make portage shut up if --quiet is given; bug 62273Simon Stelling2006-05-011-3/+5
| | | | svn path=/main/trunk/; revision=3296
* - be sure to remove o+w bits on debug filesNed Ludd2006-04-301-2/+2
| | | | svn path=/main/trunk/; revision=3288
* make sure all .debug files have the executable bit clearedMike Frysinger2006-01-291-3/+4
| | | | svn path=/main/trunk/; revision=2605
* fix prepstrip after previous commit as pointed out by Olivier CreteMike Frysinger2006-01-231-2/+2
| | | | svn path=/main/trunk/; revision=2576
* fix inverted strip skip logicMike Frysinger2006-01-151-4/+4
| | | | svn path=/main/trunk/; revision=2563
* clean up coding style/quoting, figure out what objdump to run same as strip, ↵Mike Frysinger2006-01-131-19/+33
| | | | | | and add support for STRIP_MASK svn path=/main/trunk/; revision=2561
* - dont save debug info twiceNed Ludd2006-01-101-0/+3
| | | | svn path=/main/trunk/; revision=2559
* - FEATURES=installsources from Olivier Crete an extention of splitdebug for ↵Ned Ludd2006-01-071-0/+10
| | | | | | better debugging when debugedit is installed. bug 112907 svn path=/main/trunk/; revision=2542
* update copyright yearsMike Frysinger2006-01-051-1/+1
| | | | svn path=/main/trunk/; revision=2526
* dont use string substitution as this operation can be quite slow on older ↵Mike Frysinger2005-12-211-3/+3
| | | | | | bash versions (<=3.0) #116111 svn path=/main/trunk/; revision=2416
* - initial commit of split elf debug codeNed Ludd2005-12-151-36/+35
| | | | svn path=/main/trunk/; revision=2374
* if STRIP begins with a -, make sure type doesnt error outMike Frysinger2005-11-011-2/+2
| | | | svn path=/main/branches/2.0/; revision=2223
* header changes, $Header: -> $Id:Brian Harring2005-08-301-1/+1
| | | | svn path=/main/branches/2.0/; revision=1951
* Migration (without history) of the current stable line to subversion.Jason Stubbs2005-08-281-0/+48
svn path=/main/branches/2.0/; revision=1941