summaryrefslogtreecommitdiffstats
path: root/bin/misc-functions.sh
Commit message (Expand)AuthorAgeFilesLines
* In install_mask(), discard stderr messages from the 'find' commandZac Medico2008-05-061-1/+1
* Use find -path -or -name to match basenames of files in INSTALL_MASKZac Medico2008-05-051-1/+2
* Make the "this code is not 64bit clean" die less strict like it was before soZac Medico2008-04-101-5/+1
* Remove references to ${O} in dyn_spec() since antarusZac Medico2008-04-011-1/+1
* elevate the importance of 64bit clean code on 64bit hosts (trunk r5656)Zac Medico2008-04-011-1/+5
* Bug #214619 - Run dyn_package() and preinst_mask() from ${T} instead ofZac Medico2008-03-291-3/+9
* Fix quoting for ${root} in install_mask(). (trunk r9590)Zac Medico2008-03-291-1/+1
* Bug #214619 - Add support for a PORTAGE_BINPKG_TAR_OPTS variable thatZac Medico2008-03-281-1/+2
* Bug #97776 - Tell rpmbuild to clean it's working files after completion.Zac Medico2008-03-281-1/+1
* Bug #210372 - Fix FEATURES=suidctl so that it really works again.Zac Medico2008-03-031-11/+12
* Bug #210372 - Fix suidctl.conf parser to look for paths with a leading slash.Zac Medico2008-02-191-1/+1
* Bug #205718 - Fix quoting of ${INSTALL_MASK} where appropriate. ThanksZac Medico2008-01-311-3/+3
* Fix a typo. (trunk r9184)Zac Medico2008-01-111-1/+1
* Bug #162450 - Try to avoid having so many bugs marked UPSTREAM byZac Medico2008-01-111-0/+7
* Make the FEATURES=sfperms loops safe for whitespace in pathsZac Medico2007-12-281-2/+4
* Bug #203323 - Fix the FEATURES=sfperms code so that it doesn't chmodZac Medico2007-12-281-6/+19
* In "QA Notice: Precompiled python" messages, use sed to strip theZac Medico2007-12-151-1/+2
* Check if ${EBUILD_EXIT_STATUS_FILE} is empty beforeZac Medico2007-11-261-1/+2
* Bug #200313 - Detect and report when an ebuild phaseZac Medico2007-11-261-0/+2
* Use `md5` if `md5sum` is not available (useful for FreeBSD users).Zac Medico2007-11-241-2/+10
* Use %% instead of % parameter expansion where appropriateZac Medico2007-11-231-1/+1
* Make dyn_package() create a /var/db/pkg/*/*/BINPKGMD5 entriesZac Medico2007-11-221-0/+2
* * Replace references to deprecated ${IMAGE} with equivalent ${D}.Zac Medico2007-11-201-23/+23
* Avoid an error message from find when "${D}"/usr/shareZac Medico2007-10-131-1/+1
* add QA check for .pyc/.pyo files in /usr/shareZac Medico2007-10-121-0/+10
* Bug #190214 - Make the rpm phase use /usr/src/rpm instead of /usr/src/redhat.Zac Medico2007-09-061-4/+8
* filter out kernel modules from ELF QA checks #184443 (trunk r7645)Zac Medico2007-08-191-4/+5
* convert `type -p` to `type -P` as noted by grobian (trunk r6410:6411)v2.1.2.4Zac Medico2007-04-161-5/+5
* simplify unsafe file checking so files/paths with spaces dont cause troubles ...Zac Medico2007-04-131-14/+5
* arm and superh support exec stack stuff now (trunk r5693:5695)Zac Medico2007-01-181-6/+2
* elevate the importance of 64bit clean code on 64bit hostsMike Frysinger2007-01-151-1/+5
* drop lazy bindings check once and for all ... the system ldso should have the...Mike Frysinger2007-01-121-14/+0
* add support for user-customizable compression #9870Mike Frysinger2007-01-111-3/+1
* 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-101-44/+44
* 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
* add support for scanning of build logs for common issues #111436Mike Frysinger2007-01-031-7/+43
* merge all of the QA related checks togetherMike Frysinger2007-01-021-1/+96
* fixup styleMike Frysinger2006-12-301-5/+7
* adjust QA_* variable names for complex values of like x86-fbsdMarius Mauch2006-12-091-3/+3
* drop RESTRICT=stricter since every aspect it covers can be handled properly v...Mike Frysinger2006-12-031-3/+3
* - no point in forking a call to true when we can simply use the bash internal...Ned Ludd2006-11-291-1/+1
* For bug #142993, make sure that chown and chgrp calls preserve S_ISUID and S_...Zac Medico2006-11-221-11/+0
* Use mtree to save/restore bsd file flags before/after prepall and installatio...Zac Medico2006-10-281-0/+18
* Add back the -v option for tar (removed for bug #151146) in dyn_package(), bu...Zac Medico2006-10-171-1/+4
* For bug #151146, don't use tar's --verbose option during the package phase si...Zac Medico2006-10-141-1/+1
* do not abort for the time being with lazy bindings and setuid apps and FEATUR...Mike Frysinger2006-10-111-2/+3